You can subscribe to this list here.
| 2005 |
Jan
|
Feb
|
Mar
(95) |
Apr
(270) |
May
(111) |
Jun
|
Jul
|
Aug
(64) |
Sep
(130) |
Oct
(319) |
Nov
(17) |
Dec
(191) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2006 |
Jan
(53) |
Feb
|
Mar
|
Apr
|
May
(6) |
Jun
(387) |
Jul
(102) |
Aug
(247) |
Sep
(120) |
Oct
(1) |
Nov
(8) |
Dec
(21) |
| 2007 |
Jan
(38) |
Feb
(36) |
Mar
|
Apr
(32) |
May
(135) |
Jun
(523) |
Jul
(192) |
Aug
(103) |
Sep
(533) |
Oct
(77) |
Nov
(23) |
Dec
(203) |
| 2008 |
Jan
(312) |
Feb
(1193) |
Mar
(404) |
Apr
(67) |
May
(62) |
Jun
(497) |
Jul
(297) |
Aug
(110) |
Sep
(335) |
Oct
(256) |
Nov
(50) |
Dec
(118) |
| 2009 |
Jan
(67) |
Feb
(10) |
Mar
(1) |
Apr
(1) |
May
|
Jun
(10) |
Jul
(61) |
Aug
|
Sep
(16) |
Oct
(45) |
Nov
(12) |
Dec
(14) |
| 2010 |
Jan
(30) |
Feb
|
Mar
|
Apr
(4) |
May
|
Jun
|
Jul
(7) |
Aug
(7) |
Sep
(5) |
Oct
(5) |
Nov
|
Dec
|
| 2011 |
Jan
(7) |
Feb
(3) |
Mar
(89) |
Apr
(11) |
May
(5) |
Jun
|
Jul
(8) |
Aug
(1) |
Sep
(2) |
Oct
|
Nov
(2) |
Dec
(89) |
| 2012 |
Jan
(7) |
Feb
(1) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(4) |
Sep
(3) |
Oct
(42) |
Nov
(1) |
Dec
|
| 2013 |
Jan
|
Feb
|
Mar
(19) |
Apr
(90) |
May
(38) |
Jun
(235) |
Jul
(38) |
Aug
(10) |
Sep
|
Oct
(29) |
Nov
|
Dec
|
| 2014 |
Jan
|
Feb
|
Mar
|
Apr
(6) |
May
(52) |
Jun
|
Jul
(7) |
Aug
|
Sep
(17) |
Oct
|
Nov
|
Dec
|
|
From: Jon O. <jon...@us...> - 2005-08-20 18:27:41
|
Update of /cvsroot/mxbb/core/modules/mx_rebuild_search_tables/language/lang_english In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23765/modules/mx_rebuild_search_tables/language/lang_english Added Files: lang_admin_rebuild_search.php Log Message: adding search tables update utility --- NEW FILE: lang_admin_rebuild_search.php --- <?php $lang['Rebuild_search'] = 'Rebuild Search'; $lang['Rebuild_search_desc'] = 'This will index every post in your phpBB, rebuilding the search tables. It may take a long time to process, so please do not move from this page until it is complete.'; $lang['Post_limit'] = 'Post limit'; $lang['Time_limit'] = 'Time limit'; $lang['Refresh_rate'] = 'Refresh rate'; $lang['Next'] = 'Next'; $lang['Finished'] = 'Finished'; ?> |
|
From: Jon O. <jon...@us...> - 2005-08-20 18:27:40
|
Update of /cvsroot/mxbb/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23765 Modified Files: config.php Log Message: adding search tables update utility Index: config.php =================================================================== RCS file: /cvsroot/mxbb/core/config.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** config.php 10 Mar 2005 19:44:23 -0000 1.6 --- config.php 20 Aug 2005 18:27:33 -0000 1.7 *************** *** 1,7 **** <?php ! /** ------------------------------------------------------------------------ ! * ! * $Id$ ! * ! **/ ?> \ No newline at end of file --- 1,27 ---- <?php ! ! ! // MX-Portal auto-generated config file ! // Do not change anything in this file! ! ! ! // This file must be put into the portal directory, not into the phpBB directory. ! ! $dbms = 'mysql'; ! ! $dbhost = 'localhost'; ! $dbname = 'core'; ! $dbuser = 'Jon'; ! $dbpasswd = '1234'; ! ! $mx_table_prefix = 'mx2_'; ! ! $table_prefix = 'phpbb_'; ! ! $phpbb_root_path = $mx_root_path . 'phpBB2/'; ! ! define('MX_INSTALLED', true); ! ! define('PHPBB_INSTALLED', true); ! ?> \ No newline at end of file |
|
From: Jon O. <jon...@us...> - 2005-08-20 18:26:51
|
Update of /cvsroot/mxbb/core/modules/mx_rebuild_search_tables/templates/subSilver/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23619/admin Log Message: Directory /cvsroot/mxbb/core/modules/mx_rebuild_search_tables/templates/subSilver/admin added to the repository |
|
From: Jon O. <jon...@us...> - 2005-08-20 18:26:41
|
Update of /cvsroot/mxbb/core/modules/mx_rebuild_search_tables/templates/subSilver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23557/subSilver Log Message: Directory /cvsroot/mxbb/core/modules/mx_rebuild_search_tables/templates/subSilver added to the repository |
|
From: Jon O. <jon...@us...> - 2005-08-20 18:26:16
|
Update of /cvsroot/mxbb/core/modules/mx_rebuild_search_tables/language/lang_english In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23433/lang_english Log Message: Directory /cvsroot/mxbb/core/modules/mx_rebuild_search_tables/language/lang_english added to the repository |
|
From: Jon O. <jon...@us...> - 2005-08-20 18:25:52
|
Update of /cvsroot/mxbb/core/modules/mx_rebuild_search_tables/language In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23334/language Log Message: Directory /cvsroot/mxbb/core/modules/mx_rebuild_search_tables/language added to the repository |
|
From: Jon O. <jon...@us...> - 2005-08-20 18:25:52
|
Update of /cvsroot/mxbb/core/modules/mx_rebuild_search_tables/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23334/templates Log Message: Directory /cvsroot/mxbb/core/modules/mx_rebuild_search_tables/templates added to the repository |
|
From: Jon O. <jon...@us...> - 2005-08-20 18:25:52
|
Update of /cvsroot/mxbb/core/modules/mx_rebuild_search_tables/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23334/admin Log Message: Directory /cvsroot/mxbb/core/modules/mx_rebuild_search_tables/admin added to the repository |
|
From: Jon O. <jon...@us...> - 2005-08-20 18:25:41
|
Update of /cvsroot/mxbb/core/modules/mx_rebuild_search_tables In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23279/mx_rebuild_search_tables Log Message: Directory /cvsroot/mxbb/core/modules/mx_rebuild_search_tables added to the repository |
|
From: Jon O. <jon...@us...> - 2005-08-20 18:24:39
|
Update of /cvsroot/mxbb/mx_pafiledb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23043/modules/mx_pafiledb Modified Files: dload.php Log Message: compatibility with new core 2.8 - adding new core generic parameters Index: dload.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/dload.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** dload.php 21 Apr 2005 20:55:42 -0000 1.10 --- dload.php 20 Aug 2005 18:24:28 -0000 1.11 *************** *** 50,53 **** --- 50,58 ---- if ( !function_exists( 'read_block_config' ) ) { + if( isset($_REQUEST['action']) && $_REQUEST['action'] == 'download' ) + { + define('MX_GZIP_DISABLED', true); + } + define( 'IN_PORTAL', true ); $mx_root_path = '../../'; *************** *** 135,139 **** /* - orig include($phpbb_root_path . 'includes/page_header.'.$phpEx); ! */ // MX if ( !$is_block ) --- 140,144 ---- /* - orig include($phpbb_root_path . 'includes/page_header.'.$phpEx); ! */ // MX if ( !$is_block ) |
|
From: Jon O. <jon...@us...> - 2005-08-20 18:24:39
|
Update of /cvsroot/mxbb/mx_pafiledb/language/lang_english In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23043/modules/mx_pafiledb/language/lang_english Modified Files: lang_admin.php lang_main.php Log Message: compatibility with new core 2.8 - adding new core generic parameters Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/language/lang_english/lang_main.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lang_main.php 12 Apr 2005 19:32:58 -0000 1.1 --- lang_main.php 20 Aug 2005 18:24:29 -0000 1.2 *************** *** 1,267 **** ! <?php ! /*************************************************************************** ! * pafiledb mx module ! * ------------------- ! * copyright : (C) 2002 MX-System ! * begin : oct 23, 2003 ! * email : jon...@ho... ! * based on code by Mohd Basri, and pafilDB ! * ! * $Id$ ! * ! * ! ***************************************************************************/ ! ! // Toplist ! $lang['Toplist'] = 'Toplist'; ! $lang['Select_list'] = 'Select the type of list to show'; ! $lang['Latest_downloads'] = 'The Newest Files'; ! $lang['Most_downloads'] = 'Most Popular Files'; ! $lang['Rated_downloads'] = 'Top Rated Files'; ! $lang['Total_new_files'] = 'Total New Downloads'; ! $lang['Show'] = 'Show'; ! $lang['One_week'] = 'One Week'; ! $lang['Two_week'] = 'Two Week'; ! $lang['30_days'] = '30 Days'; ! $lang['New_Files'] = 'Total new files for last %d days'; ! $lang['Last_week'] ='Last Week'; ! $lang['Last_30_days'] = 'Last 30 Days'; ! $lang['Show_top'] = 'Show Top'; ! $lang['Or_top'] = 'or Top'; ! $lang['Popular_num'] = 'Top %d out of %d files in the database'; ! $lang['Popular_per'] = 'Top %d %% of all %d files in the database'; ! $lang['General_Info'] = 'General Information'; ! $lang['Downloads_stats'] = 'User\'s Downloads Stats'; ! $lang['Rating_stats'] = 'User\'s Rating Stats'; ! $lang['Os'] = 'Operating System'; ! $lang['Browsers'] = 'Browsers'; ! ! // Toplists mx blocks ! $lang['Recent_Public_Files'] = 'Latest dls'; ! $lang['Random_Public_Files'] = 'Random dls'; ! $lang['Toprated_Public_Files'] = 'Toprated dls'; ! $lang['Most_Public_Files'] = 'Most downloaded'; ! $lang['File_Title'] = 'Title'; ! $lang['File_Desc'] = 'Description'; ! $lang['Rating'] = 'Rating'; ! $lang['Dls'] = 'Downloaded'; ! ! // Main ! $lang['Files'] = 'Files'; ! $lang['Viewall'] = 'View All Files'; ! $lang['Vainfo'] = 'View all of the files in the database'; ! $lang['Jump'] = 'Select a category'; ! $lang['Sub_category'] = 'Sub Category'; ! $lang['Last_file'] = 'Last File'; ! ! // Sort ! $lang['Sort'] = 'Sort'; ! $lang['Name'] = 'Name'; ! $lang['Update_time'] = 'Last Updated'; ! ! // Category ! $lang['No_files'] = 'No files found'; ! $lang['No_files_cat'] = 'There are no files in this category.'; ! $lang['Cat_not_exist'] = 'The category you selected does not exist.'; ! $lang['File_not_exist'] = 'The file you selected does not exist.'; ! $lang['License_not_exist'] = 'The license you selected does not exist.'; ! ! // File ! $lang['File'] = 'File'; ! $lang['Desc'] = 'Description'; ! $lang['Creator'] = 'Creator'; ! $lang['Version'] = 'Version'; ! $lang['Scrsht'] = 'Screenshot'; ! $lang['Docs'] = 'Documentation/Manual'; ! $lang['Lastdl'] = 'Last Download'; ! $lang['Never'] = 'Never'; ! $lang['Votes'] = ' Votes'; ! $lang['Date'] = 'Date'; ! $lang['Update_time'] = 'Last Updated'; ! $lang['DlRating'] = 'Rating'; ! $lang['Dls'] = ' Downloads'; ! $lang['Downloadfile'] = 'Download File'; ! $lang['File_size'] = 'File Size'; ! $lang['Not_available'] = 'Not Available!'; ! $lang['Bytes'] = 'Bytes'; ! $lang['KB'] = 'Kilo Byte'; ! $lang['MB'] = 'Mega Byte'; ! $lang['Mirrors'] = 'Mirrors'; ! $lang['Mirrors_explain'] = 'Here you can add or edit mirrors for this file, make sure to verify all the information because the file will be submitted to the database'; ! $lang['Click_here_mirrors'] = 'Click Here to Add mirrors'; ! $lang['Mirror_location'] = 'Mirror Location'; ! $lang['Add_new_mirror'] = 'Add new mirror'; ! ! //User Upload ! $lang['User_upload'] = 'User Upload'; ! ! // License ! $lang['License'] = 'License Agreement'; ! $lang['Licensewarn'] = 'You must agree to this license agreement to download'; ! $lang['Iagree'] = 'I Agree'; ! $lang['Dontagree'] = 'I Dont Agree'; ! ! // Search ! $lang['Search'] = 'Search'; ! $lang['Search_for'] = 'Search for'; ! $lang['Results'] = 'Results for'; ! $lang['No_matches'] = 'Sorry, no matches were found for'; ! $lang['Matches'] = 'matches were found for'; ! $lang['All'] = 'All Categories'; ! $lang['Choose_cat'] = 'Choose Category:'; ! $lang['Include_comments'] = 'Include Comments'; ! $lang['Submiter'] = 'Submited by'; ! ! // Statistics ! $lang['Statistics'] = 'Statistics'; ! $lang['Stats_text'] = "There are {total_files} files in {total_categories} categories<br>"; ! $lang['Stats_text'] .= "There have been {total_downloads} total downloads<br><br>"; ! $lang['Stats_text'] .= "The newest file is <a href={u_newest_file}>{newest_file}</a><br>"; ! $lang['Stats_text'] .= "The oldest file is <a href={u_oldest_file}>{oldest_file}</a><br><br>"; ! $lang['Stats_text'] .= "The average file rating is {average}/10<br>"; ! $lang['Stats_text'] .= "The most popular file based on ratings is <a href={u_popular}>{popular}</a> with a rating of {most}/10<br>"; ! $lang['Stats_text'] .= "The least popular file based on ratings is <a href={u_lpopular}>{lpopular}</a> with a rating of {least}/10<br><br>"; ! $lang['Stats_text'] .= "The average amount of downloads each file has is {avg_dls}<br>"; ! $lang['Stats_text'] .= "The most popular file based on downloads is <a href={u_most_dl}>{most_dl}</a> with {most_no} downloads<br>"; ! $lang['Stats_text'] .= "The least popular file based on downloads is <a href={u_least_dl}>{least_dl}</a> with {least_no} downloads<br>"; ! $lang['Select_chart_type'] = 'Select Chart Type'; ! $lang['Bars'] = 'Bars'; ! $lang['Lines'] = 'Lines'; ! $lang['Area'] = 'Area'; ! $lang['Linepoints'] = 'Line Points'; ! $lang['Points'] = 'Points'; ! $lang['Chart_header'] = 'Files Stats - Files added to the database each month'; ! $lang['Chart_legend'] = 'Files'; ! $lang['X_label'] = 'Months'; ! $lang['Y_label'] = 'Number of Files'; ! ! // Rate ! $lang['Rate'] = 'Rate File'; ! $lang['Rerror'] = 'Sorry, you have already rated this file.'; ! $lang['Rateinfo'] = 'You are about to rate the file <i>{filename}</i>.<br>Please select a rating below. 1 is the worst, 10 is the best.'; ! $lang['Rconf'] = 'You have given <i>{filename}</i> a rating of {rate}.<br>This makes the files new rating {newrating}.'; ! $lang['R1'] = '1'; ! $lang['R2'] = '2'; ! $lang['R3'] = '3'; ! $lang['R4'] = '4'; ! $lang['R5'] = '5'; ! $lang['R6'] = '6'; ! $lang['R7'] = '7'; ! $lang['R8'] = '8'; ! $lang['R9'] = '9'; ! $lang['R10'] = '10'; ! $lang['Not_rated'] = 'Not Rated'; ! ! // Email ! $lang['Emailfile'] = 'E-mail File to a Friend'; ! $lang['Emailinfo'] = 'If you would like a friend to know about this file, you can fill out and submit this form and an e-mail containing the files information will be e-mailed to your friend!<br>Items marked with a * are required unless stated otherwise'; ! $lang['Yname'] = 'Your Name'; ! $lang['Yemail'] = 'Your E-mail Address'; ! $lang['Fname'] = 'Friends Name'; ! $lang['Femail'] = 'Friends E-mail Address'; ! $lang['Esub'] = 'E-mail Subject'; ! $lang['Etext'] = 'E-mail Text'; ! $lang['Defaultmail'] = 'I thought you might be interested in downloading the file located at'; ! $lang['Semail'] = 'Send E-mail'; ! $lang['Econf'] = 'Your e-mail has been sent successfully.'; ! ! // Comments ! $lang['Comments'] = 'Comments'; ! $lang['Comments_title'] = 'Comments Title'; ! $lang['Comment_subject'] = 'Comment subject'; ! $lang['Comment'] = 'Comment'; ! $lang['Comment_explain'] = 'Use the text box above to give your opinion on this file!'; ! $lang['Comment_add'] = 'Add Comment'; ! $lang['Comment_delete'] = 'Delete'; ! $lang['Comment_posted'] = 'Your comment has been entered successfully'; ! $lang['Comment_deleted'] = 'The comment you selected has been deleted successfully'; ! $lang['Comment_desc'] = 'Title'; ! $lang['No_comments'] = 'No Comments have been posted yet.'; ! $lang['Links_are_ON'] = 'Links is <u>ON</u>'; ! $lang['Links_are_OFF'] = 'Links is <u>OFF</u>'; ! $lang['Images_are_ON'] = 'Images is <u>ON</u>'; ! $lang['Images_are_OFF'] = 'Images is <u>OFF</u>'; ! $lang['Check_message_length'] = 'Check Message Length'; ! $lang['Msg_length_1'] = 'Your message is '; ! $lang['Msg_length_2'] = ' characters long.'; ! $lang['Msg_length_3'] = 'You have '; ! $lang['Msg_length_4'] = ' characters available.';; ! $lang['Msg_length_5'] = 'There are '; ! $lang['Msg_length_6'] = ' characters left to use.'; ! ! ! // Download ! $lang['Directly_linked'] = 'You can not download this file directly from another site!'; ! ! //Permission ! $lang['Sorry_auth_view'] = 'Sorry, but only %s can view files and sub category in this category.'; ! $lang['Sorry_auth_file_view'] = 'Sorry, but only %s can view this file in this category.'; ! $lang['Sorry_auth_upload'] = 'Sorry, but only %s can upload file in this category.'; ! $lang['Sorry_auth_download'] = 'Sorry, but only %s can download files in this category.'; ! $lang['Sorry_auth_rate'] = 'Sorry, but only %s can rate files in this category.'; ! $lang['Sorry_auth_view_comments'] = 'Sorry, but only %s can view comments in this category.'; ! $lang['Sorry_auth_post_comments'] = 'Sorry, but only %s can post comments in this category.'; ! $lang['Sorry_auth_edit_comments'] = 'Sorry, but only %s can edit comments in this category.'; ! $lang['Sorry_auth_delete_comments'] = 'Sorry, but only %s can delete comments in this category.'; ! $lang['Sorry_auth_edit'] = 'Sorry, but you cannot edit files in this category.'; ! $lang['Sorry_auth_delete'] = 'Sorry, but you cannot delete files in this category.'; ! $lang['Sorry_auth_mcp'] = 'Sorry, but you cannot moderate this category.'; ! $lang['Sorry_auth_approve'] = 'Sorry, but you cannot approve files in this category.'; ! ! ! ! // General ! $lang['Category'] = 'Category'; ! $lang['Error_no_download'] = 'The selected File does not exist anymore'; ! $lang['Options'] = 'Options'; ! $lang['Click_return'] = 'Click %sHere%s to return to the previous page'; ! $lang['Click_here'] = 'Click Here'; ! $lang['never'] = 'None'; ! $lang['pafiledb_disable'] = 'Download Database is disabled'; ! $lang['jump'] = 'Select a category'; ! $lang['viewall_disabled'] = 'This feature is disabled by the admin.'; ! $lang['New_file'] = 'New file'; ! $lang['No_new_file'] = 'No new file'; ! $lang['None'] = 'None'; ! $lang['No_file'] = 'No Files'; ! $lang['View_latest_file'] = 'View Latest File'; ! ! // New ! $lang['Deletefile'] = 'Delete file'; ! $lang['Editfile'] = 'Edit file'; ! $lang['pa_MCP'] = '[ModeratorCP]'; ! $lang['Click_return_not_validated'] = 'Click %sHere%s to return to the previous page'; ! $lang['Fileadded_not_validated'] = 'The new file has been successfully added, but a moderator (admin) need to validate the file before approval.'; ! ! $lang['Quickdl_back'] = '« Back'; ! ! $lang['Quickdl'] = 'Default Pa Cat'; ! $lang['Quickdl_explain'] = 'This is the default pafiledb category to display, if no mapping is activated'; ! ! $lang['Pa_updated_return_settings'] = "Pa quickdl configuration updated successfully.<br /><br />Click %shere%s to return to main page."; // %s's for URI params - DO NOT REMOVE ! $lang['Pa_update_error'] = "Couldn't update Pa quickdl configuration.<br /><br />This mod is designed for MySQL so please contact the author if you have troubles. If you can offer a translation of the SQL into other database formats, please send them to:<br />"; ! ! $lang['Pa_settings'] = "Pa mapping settings"; ! $lang['Pa_settings_short_explain'] = "Settings for mapping pa cats and dynamic blocks."; ! $lang['Pa_settings_explain'] = "Here you can edit the configuration for the pa module. This panel lets you associate pa cats and dynamic blocks for the quickdl block."; ! ! // PM Notification ! $lang['PA_title'] = 'Download database'; ! $lang['PA_goto_file'] = 'View file'; ! $lang['PA_notify_subject_new'] = 'New file uploaded!'; ! $lang['PA_notify_subject_edited'] = 'Edited File!'; ! $lang['PA_notify_subject_approved'] = 'Approved File!'; ! $lang['PA_notify_subject_unapproved'] = 'Unapproved File!'; ! $lang['PA_notify_body'] = 'A file has been uploaded or modified:'; ! ! $lang['kb_no_ratings'] = 'Disabled in this category'; ! ! // Toplists ! $lang['display_most_posts'] = "Most visited/view/dl<br />"; ! $lang['display_random_posts'] = "Random<br />"; ! $lang['display_top_ranked'] = "Toprated<br />"; ! $lang['display_latest_posts'] = "Latest<br />"; ! $lang['num_of_cols'] = "Number of cols<br />"; ! $lang['num_of_rows'] = "Number of rows<br />"; ! $lang['target_block'] = "Associated (target) pafileDB Block"; ?> \ No newline at end of file --- 1,259 ---- ! <?php ! /*************************************************************************** ! * pafiledb mx module ! * ------------------- ! * copyright : (C) 2002 MX-System ! * begin : oct 23, 2003 ! * email : jon...@ho... ! * based on code by Mohd Basri, and pafilDB ! * ! * $Id$ ! * ! * ! ***************************************************************************/ ! ! // Toplist ! $lang['Toplist'] = 'Toplist'; ! $lang['Select_list'] = 'Select the type of list to show'; ! $lang['Latest_downloads'] = 'The Newest Files'; ! $lang['Most_downloads'] = 'Most Popular Files'; ! $lang['Rated_downloads'] = 'Top Rated Files'; ! $lang['Total_new_files'] = 'Total New Downloads'; ! $lang['Show'] = 'Show'; ! $lang['One_week'] = 'One Week'; ! $lang['Two_week'] = 'Two Week'; ! $lang['30_days'] = '30 Days'; ! $lang['New_Files'] = 'Total new files for last %d days'; ! $lang['Last_week'] ='Last Week'; ! $lang['Last_30_days'] = 'Last 30 Days'; ! $lang['Show_top'] = 'Show Top'; ! $lang['Or_top'] = 'or Top'; ! $lang['Popular_num'] = 'Top %d out of %d files in the database'; ! $lang['Popular_per'] = 'Top %d %% of all %d files in the database'; ! $lang['General_Info'] = 'General Information'; ! $lang['Downloads_stats'] = 'User\'s Downloads Stats'; ! $lang['Rating_stats'] = 'User\'s Rating Stats'; ! $lang['Os'] = 'Operating System'; ! $lang['Browsers'] = 'Browsers'; ! ! // Toplists mx blocks ! $lang['Recent_Public_Files'] = 'Latest dls'; ! $lang['Random_Public_Files'] = 'Random dls'; ! $lang['Toprated_Public_Files'] = 'Toprated dls'; ! $lang['Most_Public_Files'] = 'Most downloaded'; ! $lang['File_Title'] = 'Title'; ! $lang['File_Desc'] = 'Description'; ! $lang['Rating'] = 'Rating'; ! $lang['Dls'] = 'Downloaded'; ! ! // Main ! $lang['Files'] = 'Files'; ! $lang['Viewall'] = 'View All Files'; ! $lang['Vainfo'] = 'View all of the files in the database'; ! $lang['Jump'] = 'Select a category'; ! $lang['Sub_category'] = 'Sub Category'; ! $lang['Last_file'] = 'Last File'; ! ! // Sort ! $lang['Sort'] = 'Sort'; ! $lang['Name'] = 'Name'; ! $lang['Update_time'] = 'Last Updated'; ! ! // Category ! $lang['No_files'] = 'No files found'; ! $lang['No_files_cat'] = 'There are no files in this category.'; ! $lang['Cat_not_exist'] = 'The category you selected does not exist.'; ! $lang['File_not_exist'] = 'The file you selected does not exist.'; ! $lang['License_not_exist'] = 'The license you selected does not exist.'; ! ! // File ! $lang['File'] = 'File'; ! $lang['Desc'] = 'Description'; ! $lang['Creator'] = 'Creator'; ! $lang['Version'] = 'Version'; ! $lang['Scrsht'] = 'Screenshot'; ! $lang['Docs'] = 'Documentation/Manual'; ! $lang['Lastdl'] = 'Last Download'; ! $lang['Never'] = 'Never'; ! $lang['Votes'] = ' Votes'; ! $lang['Date'] = 'Date'; ! $lang['Update_time'] = 'Last Updated'; ! $lang['DlRating'] = 'Rating'; ! $lang['Dls'] = ' Downloads'; ! $lang['Downloadfile'] = 'Download File'; ! $lang['File_size'] = 'File Size'; ! $lang['Not_available'] = 'Not Available!'; ! $lang['Bytes'] = 'Bytes'; ! $lang['KB'] = 'Kilo Byte'; ! $lang['MB'] = 'Mega Byte'; ! $lang['Mirrors'] = 'Mirrors'; ! $lang['Mirrors_explain'] = 'Here you can add or edit mirrors for this file, make sure to verify all the information because the file will be submitted to the database'; ! $lang['Click_here_mirrors'] = 'Click Here to Add mirrors'; ! $lang['Mirror_location'] = 'Mirror Location'; ! $lang['Add_new_mirror'] = 'Add new mirror'; ! ! //User Upload ! $lang['User_upload'] = 'User Upload'; ! ! // License ! $lang['License'] = 'License Agreement'; ! $lang['Licensewarn'] = 'You must agree to this license agreement to download'; ! $lang['Iagree'] = 'I Agree'; ! $lang['Dontagree'] = 'I Dont Agree'; ! ! // Search ! $lang['Search'] = 'Search'; ! $lang['Search_for'] = 'Search for'; ! $lang['Results'] = 'Results for'; ! $lang['No_matches'] = 'Sorry, no matches were found for'; ! $lang['Matches'] = 'matches were found for'; ! $lang['All'] = 'All Categories'; ! $lang['Choose_cat'] = 'Choose Category:'; ! $lang['Include_comments'] = 'Include Comments'; ! $lang['Submiter'] = 'Submited by'; ! ! // Statistics ! $lang['Statistics'] = 'Statistics'; ! $lang['Stats_text'] = "There are {total_files} files in {total_categories} categories<br>"; ! $lang['Stats_text'] .= "There have been {total_downloads} total downloads<br><br>"; ! $lang['Stats_text'] .= "The newest file is <a href={u_newest_file}>{newest_file}</a><br>"; ! $lang['Stats_text'] .= "The oldest file is <a href={u_oldest_file}>{oldest_file}</a><br><br>"; ! $lang['Stats_text'] .= "The average file rating is {average}/10<br>"; ! $lang['Stats_text'] .= "The most popular file based on ratings is <a href={u_popular}>{popular}</a> with a rating of {most}/10<br>"; ! $lang['Stats_text'] .= "The least popular file based on ratings is <a href={u_lpopular}>{lpopular}</a> with a rating of {least}/10<br><br>"; ! $lang['Stats_text'] .= "The average amount of downloads each file has is {avg_dls}<br>"; ! $lang['Stats_text'] .= "The most popular file based on downloads is <a href={u_most_dl}>{most_dl}</a> with {most_no} downloads<br>"; ! $lang['Stats_text'] .= "The least popular file based on downloads is <a href={u_least_dl}>{least_dl}</a> with {least_no} downloads<br>"; ! $lang['Select_chart_type'] = 'Select Chart Type'; ! $lang['Bars'] = 'Bars'; ! $lang['Lines'] = 'Lines'; ! $lang['Area'] = 'Area'; ! $lang['Linepoints'] = 'Line Points'; ! $lang['Points'] = 'Points'; ! $lang['Chart_header'] = 'Files Stats - Files added to the database each month'; ! $lang['Chart_legend'] = 'Files'; ! $lang['X_label'] = 'Months'; ! $lang['Y_label'] = 'Number of Files'; ! ! // Rate ! $lang['Rate'] = 'Rate File'; ! $lang['Rerror'] = 'Sorry, you have already rated this file.'; ! $lang['Rateinfo'] = 'You are about to rate the file <i>{filename}</i>.<br>Please select a rating below. 1 is the worst, 10 is the best.'; ! $lang['Rconf'] = 'You have given <i>{filename}</i> a rating of {rate}.<br>This makes the files new rating {newrating}.'; ! $lang['R1'] = '1'; ! $lang['R2'] = '2'; ! $lang['R3'] = '3'; ! $lang['R4'] = '4'; ! $lang['R5'] = '5'; ! $lang['R6'] = '6'; ! $lang['R7'] = '7'; ! $lang['R8'] = '8'; ! $lang['R9'] = '9'; ! $lang['R10'] = '10'; ! $lang['Not_rated'] = 'Not Rated'; ! ! // Email ! $lang['Emailfile'] = 'E-mail File to a Friend'; ! $lang['Emailinfo'] = 'If you would like a friend to know about this file, you can fill out and submit this form and an e-mail containing the files information will be e-mailed to your friend!<br>Items marked with a * are required unless stated otherwise'; ! $lang['Yname'] = 'Your Name'; ! $lang['Yemail'] = 'Your E-mail Address'; ! $lang['Fname'] = 'Friends Name'; ! $lang['Femail'] = 'Friends E-mail Address'; ! $lang['Esub'] = 'E-mail Subject'; ! $lang['Etext'] = 'E-mail Text'; ! $lang['Defaultmail'] = 'I thought you might be interested in downloading the file located at'; ! $lang['Semail'] = 'Send E-mail'; ! $lang['Econf'] = 'Your e-mail has been sent successfully.'; ! ! // Comments ! $lang['Comments'] = 'Comments'; ! $lang['Comments_title'] = 'Comments Title'; ! $lang['Comment_subject'] = 'Comment subject'; ! $lang['Comment'] = 'Comment'; ! $lang['Comment_explain'] = 'Use the text box above to give your opinion on this file!'; ! $lang['Comment_add'] = 'Add Comment'; ! $lang['Comment_delete'] = 'Delete'; ! $lang['Comment_posted'] = 'Your comment has been entered successfully'; ! $lang['Comment_deleted'] = 'The comment you selected has been deleted successfully'; ! $lang['Comment_desc'] = 'Title'; ! $lang['No_comments'] = 'No Comments have been posted yet.'; ! $lang['Links_are_ON'] = 'Links is <u>ON</u>'; ! $lang['Links_are_OFF'] = 'Links is <u>OFF</u>'; ! $lang['Images_are_ON'] = 'Images is <u>ON</u>'; ! $lang['Images_are_OFF'] = 'Images is <u>OFF</u>'; ! $lang['Check_message_length'] = 'Check Message Length'; ! $lang['Msg_length_1'] = 'Your message is '; ! $lang['Msg_length_2'] = ' characters long.'; ! $lang['Msg_length_3'] = 'You have '; ! $lang['Msg_length_4'] = ' characters available.';; ! $lang['Msg_length_5'] = 'There are '; ! $lang['Msg_length_6'] = ' characters left to use.'; ! ! ! // Download ! $lang['Directly_linked'] = 'You can not download this file directly from another site!'; ! ! //Permission ! $lang['Sorry_auth_view'] = 'Sorry, but only %s can view files and sub category in this category.'; ! $lang['Sorry_auth_file_view'] = 'Sorry, but only %s can view this file in this category.'; ! $lang['Sorry_auth_upload'] = 'Sorry, but only %s can upload file in this category.'; ! $lang['Sorry_auth_download'] = 'Sorry, but only %s can download files in this category.'; ! $lang['Sorry_auth_rate'] = 'Sorry, but only %s can rate files in this category.'; ! $lang['Sorry_auth_view_comments'] = 'Sorry, but only %s can view comments in this category.'; ! $lang['Sorry_auth_post_comments'] = 'Sorry, but only %s can post comments in this category.'; ! $lang['Sorry_auth_edit_comments'] = 'Sorry, but only %s can edit comments in this category.'; ! $lang['Sorry_auth_delete_comments'] = 'Sorry, but only %s can delete comments in this category.'; ! $lang['Sorry_auth_edit'] = 'Sorry, but you cannot edit files in this category.'; ! $lang['Sorry_auth_delete'] = 'Sorry, but you cannot delete files in this category.'; ! $lang['Sorry_auth_mcp'] = 'Sorry, but you cannot moderate this category.'; ! $lang['Sorry_auth_approve'] = 'Sorry, but you cannot approve files in this category.'; ! ! ! ! // General ! $lang['Category'] = 'Category'; ! $lang['Error_no_download'] = 'The selected File does not exist anymore'; ! $lang['Options'] = 'Options'; ! $lang['Click_return'] = 'Click %sHere%s to return to the previous page'; ! $lang['Click_here'] = 'Click Here'; ! $lang['never'] = 'None'; ! $lang['pafiledb_disable'] = 'Download Database is disabled'; ! $lang['jump'] = 'Select a category'; ! $lang['viewall_disabled'] = 'This feature is disabled by the admin.'; ! $lang['New_file'] = 'New file'; ! $lang['No_new_file'] = 'No new file'; ! $lang['None'] = 'None'; ! $lang['No_file'] = 'No Files'; ! $lang['View_latest_file'] = 'View Latest File'; ! ! // New ! $lang['Deletefile'] = 'Delete file'; ! $lang['Editfile'] = 'Edit file'; ! $lang['pa_MCP'] = '[ModeratorCP]'; ! $lang['Click_return_not_validated'] = 'Click %sHere%s to return to the previous page'; ! $lang['Fileadded_not_validated'] = 'The new file has been successfully added, but a moderator (admin) need to validate the file before approval.'; ! ! $lang['Quickdl_back'] = '« Back'; ! ! $lang['Quickdl'] = 'Default Pa Cat'; ! $lang['Quickdl_explain'] = 'This is the default pafiledb category to display, if no mapping is activated'; ! ! $lang['Pa_updated_return_settings'] = "Pa quickdl configuration updated successfully.<br /><br />Click %shere%s to return to main page."; // %s's for URI params - DO NOT REMOVE ! $lang['Pa_update_error'] = "Couldn't update Pa quickdl configuration.<br /><br />This mod is designed for MySQL so please contact the author if you have troubles. If you can offer a translation of the SQL into other database formats, please send them to:<br />"; ! ! $lang['Pa_settings'] = "Pa mapping settings"; ! $lang['Pa_settings_short_explain'] = "Settings for mapping pa cats and dynamic blocks."; ! $lang['Pa_settings_explain'] = "Here you can edit the configuration for the pa module. This panel lets you associate pa cats and dynamic blocks for the quickdl block."; ! ! // PM Notification ! $lang['PA_title'] = 'Download database'; ! $lang['PA_goto_file'] = 'View file'; ! $lang['PA_notify_subject_new'] = 'New file uploaded!'; ! $lang['PA_notify_subject_edited'] = 'Edited File!'; ! $lang['PA_notify_subject_approved'] = 'Approved File!'; ! $lang['PA_notify_subject_unapproved'] = 'Unapproved File!'; ! $lang['PA_notify_body'] = 'A file has been uploaded or modified:'; ! ! $lang['kb_no_ratings'] = 'Disabled in this category'; ! ?> \ No newline at end of file Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/language/lang_english/lang_admin.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lang_admin.php 12 Apr 2005 19:32:58 -0000 1.1 --- lang_admin.php 20 Aug 2005 18:24:29 -0000 1.2 *************** *** 1,304 **** ! <?php ! /*************************************************************************** ! * pafiledb mx module ! * ------------------- ! * copyright : (C) 2002 MX-System ! * begin : oct 23, 2003 ! * email : jon...@ho... ! * based on code by Mohd Basri, and pafilDB ! * ! * $Id$ ! * ! * ! ***************************************************************************/ ! ! // Categories ! $lang['Cat_manage_title'] = 'Category Management'; ! $lang['File_manage_title'] = 'File Management'; ! $lang['All_files'] = 'All Files'; ! $lang['Approved_files'] = 'Unapproved Files'; ! $lang['Broken_files'] = 'Broken Files'; ! $lang['File_cat'] = 'File in Category'; ! $lang['Maintenance'] = 'File Maintenance'; ! $lang['Approve'] = 'Approve'; ! $lang['Unapprove'] = 'Unapprove'; ! $lang['File_mode'] = 'View'; ! $lang['Approve_selected'] = 'Approve Selected'; ! $lang['Unapprove_selected'] = 'Unapprove Selected'; ! $lang['Delete_selected'] = 'Delete Selected'; ! $lang['No_file'] = 'There is no files'; ! $lang['Acat'] = 'Category: Add'; ! $lang['Ecat'] = 'Category: Edit'; ! $lang['Dcat'] = 'Category: Delete'; ! $lang['Rcat'] = 'Category: Reorder'; ! $lang['Cat_Permissions'] = 'Category Permissions'; ! $lang['User_Permissions'] = 'User Permissions'; ! $lang['Group_Permissions'] = 'Group Permissions'; ! $lang['User_Global_Permissions'] = 'User Global Permissions'; ! $lang['Group_Global_Permissions'] = 'Group Global Permissions'; ! $lang['Acattitle'] = 'Add Category'; ! $lang['Ecattitle'] = 'Edit Category'; ! $lang['Dcattitle'] = 'Delete Category'; ! $lang['Rcattitle'] = 'Reorder Categories'; ! $lang['Catexplain'] = 'You can use the Category Management section to add, edit, delete and reorder categories. In order to add files to your database, you must have at least one category created. You can select a link below to manage your categories.'; ! $lang['Rcatexplain'] = 'You can reorder categories to change the position they are displayed in on the main page. To reorder the categories, change the numbers to the order you want them shown in. 1 will be showed first, 2 will be shown second, etc. This does not affect sub-categories.'; ! $lang['Catadded'] = 'The new category has been successfully added'; ! $lang['Catname'] = 'Category Name'; ! $lang['Catnameinfo'] = 'This will become the name of the category.'; ! $lang['Catdesc'] = 'Category Description'; ! $lang['Catdescinfo'] = 'This is a description of the files in the category'; ! $lang['Catparent'] = 'Parent Category'; ! $lang['Catparentinfo'] = 'If you want this category to be a sub-category, select the category you want it to be a sub-category of.'; ! $lang['Allow_file'] = 'Allow Adding file'; ! $lang['Allow_file_info'] = 'If you not allow adding file to this category it will be higher level category and you can add category as a sub for this category, like in the forum.'; ! $lang['None'] = 'None'; ! $lang['Catedited'] = 'The category you selected has been successfully edited'; ! $lang['Delfiles'] = 'What do you want to do with the files in this category?'; ! $lang['Do_cat'] = 'What do you want to do with the sub category in this category?'; ! $lang['Move_to'] = 'Move to'; ! $lang['Catsdeleted'] = 'The categories you selected have been successfully deleted'; ! $lang['Cdelerror'] = 'You didn\'t select any categories to delete'; ! $lang['Rcatdone'] = 'The categories have been successfully re-ordered'; ! ! //Catgories Permission ! $lang['View'] = 'View'; ! $lang['Read'] = 'Read'; ! $lang['View_file'] = 'View File'; ! $lang['Delete_file'] = 'Delete File'; ! $lang['Edit_file'] = 'Edit File'; ! $lang['Upload'] = 'Upload File'; ! $lang['Approval'] = 'Approval Level'; ! $lang['Download_file'] = 'Download File'; ! $lang['Rate'] = 'Rate'; ! $lang['View_comment'] = 'View Comments'; ! $lang['Post_comment'] = 'Post Comments'; ! $lang['Edit_comment'] = 'Edit Comments (n/a)'; ! $lang['Delete_comment'] = 'Delete Comments'; ! $lang['Category_auth_updated'] = 'Category permissions updated'; ! $lang['Click_return_catauth'] = 'Click %sHere%s to return to Category Permissions'; ! $lang['Auth_Control_Category'] = 'Category Permissions Control'; ! $lang['Category_auth_explain'] = 'Here you can alter the authorisation levels of each category. Remember that changing the permission level of category will affect which users can carry out the various operations within them.'; ! $lang['Select_a_Category'] = 'Select a Category'; ! $lang['Look_up_Category'] = 'Look Up Category'; ! $lang['Category'] = 'Category'; ! ! $lang['Category_ALL'] = 'ALL'; ! $lang['Category_REG'] = 'REG'; ! $lang['Category_PRIVATE'] = 'PRIVATE'; ! $lang['Category_MOD'] = 'MOD'; ! $lang['Category_ADMIN'] = 'ADMIN'; ! ! // Configuration ! $lang['Settings'] = 'Configuration'; ! $lang['Settingstitle'] = 'Download Configuration'; ! $lang['Settingsexplain'] = 'The form below will allow you to customize all the general download options.'; ! $lang['Dbname'] = 'Database Name'; ! $lang['Dbnameinfo'] = 'This is the name of the database, such as \'Download Index\''; ! $lang['Sitename'] = 'Site Name'; ! $lang['Sitenameinfo'] = 'This is the name of your site for the navigation menu, such as \'Home\''; ! $lang['Dburl'] = 'Database URL'; ! $lang['Dburlinfo'] = 'This is the URL to the directory where this is installed'; ! $lang['Hpurl'] = 'Homepage URL'; ! $lang['Hpurlinfo'] = 'This is the URL to your portal or home page'; ! $lang['Topnum'] = 'Top Number'; ! $lang['Topnuminfo'] = 'This is how many files will be displayed on the Top X Downloaded files list'; ! $lang['Nfdays'] = 'New File Days'; ! $lang['Nfdaysinfo'] = 'How many days a new file is to be listed with a \'New File\' icon. If this is set to 5, then all files added within the past 5 days will have the \'New File\' icon'; ! $lang['Showva'] = 'Show \'View All Files\''; ! $lang['Showvainfo'] = 'Choose whether or not you wish to have the \'View All Files\' category displayed with the other categories on the main page'; ! $lang['Php_template'] = 'PHP in template'; ! $lang['Php_template_info'] = 'This will allow you to use php directly in the template files'; ! $lang['Dbdl'] = 'Disable Downloads'; ! $lang['Dbdlinfo'] = 'This will make the download section unavailable to users. This is a good option to use when making modifications to your database. Only Admins will be able to view the database'; ! $lang['Isdisabled'] = 'The download section is currently unavailable, please try again later.'; ! $lang['Com_allowh'] = 'Allow HTML'; ! $lang['Com_allowb'] = 'Allow BBCode'; ! $lang['Com_allows'] = 'Allow Smilies'; ! $lang['Com_allowl'] = 'Allow Links'; ! $lang['Com_messagel'] = 'Default \'No Links\' Message'; ! $lang['Com_messagel_info'] = 'If links are not allowed this text will be displayed instead'; ! $lang['Com_allowi'] = 'Allow Images'; ! $lang['Com_messagei'] = 'Default \'No Images\' Message'; ! $lang['Com_messagei_info'] = 'If images are not allowed this text will be displayed instead'; ! $lang['Max_char'] = 'Maximum Number of charcters'; ! $lang['Max_char_info'] = 'If some one posted a comment in which charcters is more that this it will give them an error message (Limit the comment).'; ! $lang['Settings_changed'] = 'Your settings have been successfully updated'; ! $lang['File_per_page'] = 'Number of file per Page'; ! $lang['File_per_page_info'] = 'Here you can set the number of file per page, if you leave it empty the number of per page will be 20.'; ! $lang['Hotlink_prevent'] = 'Hotlink Prevention'; ! $lang['Hotlinl_prevent_info'] = 'Set this to yes if you don\'t want to allow hotlinks to the files'; ! $lang['Hotlink_allowed'] = 'Allowed domains for hotlink'; ! $lang['Hotlink_allowed_info'] = 'Allowed domains for hotlink (separated by a comma), for example, www.phpbb.com, www.forumimages.com'; ! $lang['Default_sort_method'] = 'Default Sort Method'; ! $lang['Default_sort_order'] = 'Default Sort Order'; ! $lang['Max_filesize'] = 'Maximum Filesize'; ! $lang['Max_filesize_explain'] = 'Maximum filesize for Files. A value of 0 means \'unlimited\'. This Setting is restricted by your Server Configuration. For example, if your php Configuration only allows a maximum of 2 MB uploads, this cannot be overwritten by the Mod.'; ! $lang['Upload_directory'] = 'Upload Directory'; ! $lang['Upload_directory_explain'] = 'Enter the relative path from your root installation (where phpBB or mxBB is located) to the files upload directory. If you stick to the file structure provided in the shipped package, enter \'pafiledb/uploads/\'.'; ! $lang['Screenshots_directory'] = 'Screenshots Directory'; ! $lang['Screenshots_directory_explain'] = 'Enter the relative path from your root installation (where phpBB or mxBB is located) to the Screenshots upload directory. If you stick to the file structure provided in the shipped package, enter \'pafiledb/images/screenshots/\'.'; ! $lang['Forbidden_extensions'] = 'Forbidden Extensions'; ! $lang['Forbidden_extensions_explain'] = 'Here you can add or delete the forbidden extensions. Seprate each extenstion with comma.'; ! $lang['Permission_settings'] = 'Permission settings'; ! $lang['Auth_search'] = 'Search Permission'; ! $lang['Auth_search_explain'] = 'Allow search for specific type of users'; ! $lang['Auth_stats'] = 'Stats Permission'; ! $lang['Auth_stats_explain'] = 'Allow stats for specific type of users'; ! $lang['Auth_toplist'] = 'Toplist Permission'; ! $lang['Auth_toplist_explain'] = 'Allow toplist for specific type of users'; ! $lang['Auth_viewall'] = 'Viewall Permission'; ! $lang['Auth_viewall_explain'] = 'Allow viewall for specific type of users'; ! $lang['Bytes'] = 'Bytes'; ! $lang['KB'] = 'KB'; ! $lang['MB'] = 'MB'; ! ! ! // Custom Field ! $lang['Fieldselecttitle'] = 'Select what to do'; ! $lang['Afield'] = 'Custom Field: Add'; ! $lang['Efield'] = 'Custom Field: Edit'; ! $lang['Dfield'] = 'Custom Field: Delete'; ! $lang['Mfieldtitle'] = 'Custom Fields'; ! $lang['Afieldtitle'] = 'Add Field'; ! $lang['Efieldtitle'] = 'Edit Field'; ! $lang['Dfieldtitle'] = 'Delete Field'; ! $lang['Fieldexplain'] = 'You can use the custom fields management section to add, edit, and delete custom fields. You can use custom fields to add more information about a file. For example, if you want an information field to put the file\'s size in, you can create the custom field and then you can add the file size on the Add/Edit file page.'; ! $lang['Fieldname'] = 'Field Name'; ! $lang['Fieldnameinfo'] = 'This is the name of the field, for example \'File Size\''; ! $lang['Fielddesc'] = 'Field Description'; ! $lang['Fielddescinfo'] = 'This is a description of the field, for example \'File Size in Megabytes\''; ! $lang['Fieldadded'] = 'The custom field has been successfully added'; ! $lang['Fieldedited'] = 'The custom field you selected has been successfully edited'; ! $lang['Dfielderror'] = 'You didn\'t select any fields to delete'; ! $lang['Fieldsdel'] = 'The custom fields you selected have been successfully deleted'; ! ! $lang['Field_data'] = 'Options'; ! $lang['Field_data_info'] = 'Enter the options that the user can choose from. Separate each option with a new-line (carriage return).'; ! $lang['Field_regex'] = 'Regular Expression'; ! $lang['Field_regex_info'] = 'You may require the input field to match a regular expression %s(PCRE)%s.'; ! $lang['Field_order'] = 'Display Order'; ! ! // File ! $lang['Afile'] = 'File: Add'; ! $lang['Efile'] = 'File: Edit'; ! $lang['Dfile'] = 'File: Delete'; ! $lang['Afiletitle'] = 'Add File'; ! $lang['Efiletitle'] = 'Edit File'; ! $lang['Dfiletitle'] = 'Delete File'; ! $lang['Fileexplain'] = 'You can use the file management section to add, edit, and delete files.'; ! $lang['Upload'] = 'Upload File'; ! $lang['Uploadinfo'] = 'Upload this file'; ! $lang['Uploaderror'] = 'This file already exists. Please rename the file and try again.'; ! $lang['Uploaddone'] = 'This file has been successfully uploaded. The URL to the file is'; ! $lang['Uploaddone2'] = 'Click Here to place this URL in the Download URL field.'; ! $lang['Upload_do_done'] = 'Uploaded Sucessfully'; ! $lang['Upload_do_not'] = 'Not Uploaded'; ! $lang['Upload_do_exist'] = 'File Exist'; ! $lang['Filename'] = 'File Name'; ! $lang['Filenameinfo'] = 'This is the name of the file you are adding, such as \'My Picture.\''; ! $lang['Filesd'] = 'Short Description'; ! $lang['Filesdinfo'] = 'This is a short description of the file. This will go on the page that lists all the files in a category, so this description should be short'; ! $lang['Fileld'] = 'Long Description'; ! $lang['Fileldinfo'] = 'This is a longer description of the file. This will go on the file\'s information page so this description can be longer'; ! $lang['Filecreator'] = 'Creator/Author'; ! $lang['Filecreatorinfo'] = 'This is the name of whoever created the file.'; ! $lang['Fileversion'] = 'File Version'; ! $lang['Fileversioninfo'] = 'This is the version of the file, such as 3.0 or 1.3 Beta'; ! $lang['Filess'] = 'Screenshot URL'; ! $lang['Filessinfo'] = 'This is a URL to a screenshot of the file. For example, if you are adding a Winamp skin, this would be a URL to a screenshot of Winamp with this skin. You can manually enter a URL or you can leave it blank and upload a screen shot using browse above.'; ! $lang['Filess_upload'] = 'Upload Screenshot'; ! $lang['Filessinfo_upload'] = 'You can upload screenshot by clicking on browse'; ! $lang['Filess_link'] = 'Screen Shot as Link'; ! $lang['Filess_link_info'] = 'If you want to show screen shot as link make this as yes.'; ! $lang['Filedocs'] = 'Documentation/Manual URL'; ! $lang['Filedocsinfo'] = 'This is a URL to the documentation or a manual for the file'; ! $lang['Fileurl'] = 'File URL'; ! $lang['Fileurlinfo'] = 'This is a URL to the file that will be downloaded. You can type it in manually or you can click on browse above and upload a file.'; ! $lang['File_upload'] = 'File Upload'; ! $lang['Fileinfo_upload'] = 'You can upload a file by clicking on browse'; ! $lang['Uploaded_file'] = 'Uploaded file'; ! $lang['Filepi'] = 'Post Icon'; ! $lang['Filepiinfo'] = 'You can choose a post icon for the file. The post icon will be shown next to the file in the list of files.'; ! $lang['Filecat'] = 'Category'; ! $lang['Filecatinfo'] = 'This is the category the file belongs in.'; ! $lang['Filelicense'] = 'License'; ! $lang['Filelicenseinfo'] = 'This is the license agreement the user must agree to before downloading the file.'; ! $lang['Filepin'] = 'Pin File'; ! $lang['Filepininfo'] = 'Choose if you want the file pinned or not. Pinned files will always be shown at the top of the file list.'; ! $lang['Fileadded'] = 'The new file has been successfully added'; ! $lang['Filedeleted'] = 'The file has been successfully deleted'; ! $lang['Fileedited'] = 'The file you selected has been successfully edited'; ! $lang['Fderror'] = 'You didn\'t select any files to delete'; ! $lang['Filesdeleted'] = 'The files you selected have been successfully deleted'; ! $lang['Filetoobig'] = 'That file is too big!'; ! $lang['Approved'] = 'Approved'; ! $lang['Not_approved'] = '(Not Approved)'; ! $lang['Approved_info'] = 'Use this option to make the file available for users, and also to approve a file that has been uploaded by the users.'; ! $lang['Fchecker'] = 'File: Maintenance'; ! $lang['File_checker'] = 'File Maintenance'; ! $lang['File_checker_explain'] = 'Here you can perform a checking for all file in database and the file in the download directory.'; ! $lang['File_saftey'] = 'File maintenance will attempt to delete all files and screenshots that are currently not needed and will remove any file records where the file has been deleted and will clear all screenshots that are not found.<br /><br />If the files do not start with <FONT COLOR="#FF0000">{html_path}</FONT> then the files will be skipped for security reasons.<br /><br />Please make sure that <FONT COLOR="#FF0000">{html_path}</FONT> is the path that you use for your files.<br /><br />.'; ! // <a href="' . append_sid($phpbb_root_path . "admin/admin_db_utilities.php?perform=backup") . '" class="genmed">Backup your database</a> ! $lang['File_checker_perform'] = 'Perform Checking'; ! $lang['Checker_saved'] = 'Total Saved Space'; ! $lang['Checker_sp1'] = 'Checking for records with missing files...'; ! $lang['Checker_sp2'] = 'Checking for records with missing screenshots...'; ! $lang['Checker_sp3'] = 'Deleting unused Files...'; ! $lang['Filedls'] = 'Download Total'; ! $lang['Addtional_field'] = 'Additional Field'; ! $lang['File_not_found'] = 'The file you specified cannot be found'; ! $lang['SS_not_found'] = 'The screenshot you specified cannot be found'; ! // License ! $lang['Alicense'] = 'License: Add'; ! $lang['Elicense'] = 'License: Edit'; ! $lang['Dlicense'] = 'License: Delete'; ! $lang['Alicensetitle'] = 'Add License'; ! $lang['Elicensetitle'] = 'Edit License'; ! $lang['Dlicensetitle'] = 'Delete License'; ! $lang['Licenseexplain'] = 'You can use the license management section to add, edit, and delete license agreements. You can select a license for a file on the file add or edit page. If a file has a license agreement, a user will have to agree to it before downloading the file.'; ! $lang['Lname'] = 'License Name'; ! $lang['Ltext'] = 'License Text'; ! $lang['Licenseadded'] = 'The new license agreement has been successfully added'; ! $lang['Licenseedited'] = 'The license agreement you selected has been successfully edited'; ! $lang['Lderror'] = 'You did not select any licenses to delete'; ! $lang['Ldeleted'] = 'The license agreements you selected have been successfully deleted'; ! $lang['License_title'] = 'License'; ! ! $lang['Click_return'] = 'Click %sHere%s to return to the previous page'; ! $lang['Click_edit_permissions'] = 'Click %sHere%s to edit the permissions for this category'; ! ! //Java script messages and php errors ! $lang['Cat_name_missing'] = 'Please fill the category name field'; ! $lang['Cat_conflict'] = 'You can\'t have a category with no file in side a category that doesn\'t allow files'; ! $lang['Cat_id_missing'] = 'Please select a category'; ! $lang['Missing_field'] = 'Please complete all the required fields'; ! ! ! //Fields Types ! ! $lang['Field_Input'] = 'Single-Line Text Box'; ! $lang['Field_Textarea'] = 'Multiple-Line Text Box'; ! $lang['Field_Radio'] = 'Single-Selection Radio Buttons'; ! $lang['Field_Select'] = 'Single-Selection Menu'; ! $lang['Field_Select_multiple'] = 'Multiple-Selection Menu'; ! $lang['Field_Checkbox'] = 'Multiple-Selection Checkbox'; ! ! $lang['Com_settings'] = 'Comment Settings'; ! $lang['Validation_settings'] = 'Approval Settings'; ! $lang['Ratings_settings'] = 'Ratings Settings'; ! $lang['PM_notify'] = 'PM Notification (to admin)'; ! ! $lang['Use_comments'] = 'Enable comments'; ! $lang['Allow_comments'] = 'Enable comments'; ! $lang['Allow_comments_info'] = 'Enable/disable comments in this category.'; ! ! $lang['Use_ratings'] = 'Enable ratings'; ! $lang['Allow_ratings'] = 'Enable ratings'; ! $lang['Allow_ratings_info'] = 'Enable/disable ratings in this category.'; ! ! $lang['MCP_title'] = 'Moderator Control Panel'; ! $lang['MCP_title_explain'] = 'Here moderators can approve and manage files'; ! ! $lang['Fileadded_not_validated'] = 'The new file has been successfully added, but a moderator (admin) need to validate the file before approval.'; ! ?> \ No newline at end of file --- 1,313 ---- ! <?php ! /*************************************************************************** ! * pafiledb mx module ! * ------------------- ! * copyright : (C) 2002 MX-System ! * begin : oct 23, 2003 ! * email : jon...@ho... ! * based on code by Mohd Basri, and pafilDB ! * ! * $Id$ ! * ! * ! ***************************************************************************/ ! ! // Categories ! $lang['Cat_manage_title'] = 'Category Management'; ! $lang['File_manage_title'] = 'File Management'; ! $lang['All_files'] = 'All Files'; ! $lang['Approved_files'] = 'Unapproved Files'; ! $lang['Broken_files'] = 'Broken Files'; ! $lang['File_cat'] = 'File in Category'; ! $lang['Maintenance'] = 'File Maintenance'; ! $lang['Approve'] = 'Approve'; ! $lang['Unapprove'] = 'Unapprove'; ! $lang['File_mode'] = 'View'; ! $lang['Approve_selected'] = 'Approve Selected'; ! $lang['Unapprove_selected'] = 'Unapprove Selected'; ! $lang['Delete_selected'] = 'Delete Selected'; ! $lang['No_file'] = 'There is no files'; ! $lang['Acat'] = 'Category: Add'; ! $lang['Ecat'] = 'Category: Edit'; ! $lang['Dcat'] = 'Category: Delete'; ! $lang['Rcat'] = 'Category: Reorder'; ! $lang['Cat_Permissions'] = 'Category Permissions'; ! $lang['User_Permissions'] = 'User Permissions'; ! $lang['Group_Permissions'] = 'Group Permissions'; ! $lang['User_Global_Permissions'] = 'User Global Permissions'; ! $lang['Group_Global_Permissions'] = 'Group Global Permissions'; ! $lang['Acattitle'] = 'Add Category'; ! $lang['Ecattitle'] = 'Edit Category'; ! $lang['Dcattitle'] = 'Delete Category'; ! $lang['Rcattitle'] = 'Reorder Categories'; ! $lang['Catexplain'] = 'You can use the Category Management section to add, edit, delete and reorder categories. In order to add files to your database, you must have at least one category created. You can select a link below to manage your categories.'; ! $lang['Rcatexplain'] = 'You can reorder categories to change the position they are displayed in on the main page. To reorder the categories, change the numbers to the order you want them shown in. 1 will be showed first, 2 will be shown second, etc. This does not affect sub-categories.'; ! $lang['Catadded'] = 'The new category has been successfully added'; ! $lang['Catname'] = 'Category Name'; ! $lang['Catnameinfo'] = 'This will become the name of the category.'; ! $lang['Catdesc'] = 'Category Description'; ! $lang['Catdescinfo'] = 'This is a description of the files in the category'; ! $lang['Catparent'] = 'Parent Category'; ! $lang['Catparentinfo'] = 'If you want this category to be a sub-category, select the category you want it to be a sub-category of.'; ! $lang['Allow_file'] = 'Allow Adding file'; ! $lang['Allow_file_info'] = 'If you not allow adding file to this category it will be higher level category and you can add category as a sub for this category, like in the forum.'; ! $lang['None'] = 'None'; ! $lang['Catedited'] = 'The category you selected has been successfully edited'; ! $lang['Delfiles'] = 'What do you want to do with the files in this category?'; ! $lang['Do_cat'] = 'What do you want to do with the sub category in this category?'; ! $lang['Move_to'] = 'Move to'; ! $lang['Catsdeleted'] = 'The categories you selected have been successfully deleted'; ! $lang['Cdelerror'] = 'You didn\'t select any categories to delete'; ! $lang['Rcatdone'] = 'The categories have been successfully re-ordered'; ! ! //Catgories Permission ! $lang['View'] = 'View'; ! $lang['Read'] = 'Read'; ! $lang['View_file'] = 'View File'; ! $lang['Delete_file'] = 'Delete File'; ! $lang['Edit_file'] = 'Edit File'; ! $lang['Upload'] = 'Upload File'; ! $lang['Approval'] = 'Approval Level'; ! $lang['Download_file'] = 'Download File'; ! $lang['Rate'] = 'Rate'; ! $lang['View_comment'] = 'View Comments'; ! $lang['Post_comment'] = 'Post Comments'; ! $lang['Edit_comment'] = 'Edit Comments (n/a)'; ! $lang['Delete_comment'] = 'Delete Comments'; ! $lang['Category_auth_updated'] = 'Category permissions updated'; ! $lang['Click_return_catauth'] = 'Click %sHere%s to return to Category Permissions'; ! $lang['Auth_Control_Category'] = 'Category Permissions Control'; ! $lang['Category_auth_explain'] = 'Here you can alter the authorisation levels of each category. Remember that changing the permission level of category will affect which users can carry out the various operations within them.'; ! $lang['Select_a_Category'] = 'Select a Category'; ! $lang['Look_up_Category'] = 'Look Up Category'; ! $lang['Category'] = 'Category'; ! ! $lang['Category_ALL'] = 'ALL'; ! $lang['Category_REG'] = 'REG'; ! $lang['Category_PRIVATE'] = 'PRIVATE'; ! $lang['Category_MOD'] = 'MOD'; ! $lang['Category_ADMIN'] = 'ADMIN'; ! ! // Configuration ! $lang['Settings'] = 'Configuration'; ! $lang['Settingstitle'] = 'Download Configuration'; ! $lang['Settingsexplain'] = 'The form below will allow you to customize all the general download options.'; ! $lang['Dbname'] = 'Database Name'; ! $lang['Dbnameinfo'] = 'This is the name of the database, such as \'Download Index\''; ! $lang['Sitename'] = 'Site Name'; ! $lang['Sitenameinfo'] = 'This is the name of your site for the navigation menu, such as \'Home\''; ! $lang['Dburl'] = 'Database URL'; ! $lang['Dburlinfo'] = 'This is the URL to the directory where this is installed'; ! $lang['Hpurl'] = 'Homepage URL'; ! $lang['Hpurlinfo'] = 'This is the URL to your portal or home page'; ! $lang['Topnum'] = 'Top Number'; ! $lang['Topnuminfo'] = 'This is how many files will be displayed on the Top X Downloaded files list'; ! $lang['Nfdays'] = 'New File Days'; ! $lang['Nfdaysinfo'] = 'How many days a new file is to be listed with a \'New File\' icon. If this is set to 5, then all files added within the past 5 days will have the \'New File\' icon'; ! $lang['Showva'] = 'Show \'View All Files\''; ! $lang['Showvainfo'] = 'Choose whether or not you wish to have the \'View All Files\' category displayed with the other categories on the main page'; ! $lang['Php_template'] = 'PHP in template'; ! $lang['Php_template_info'] = 'This will allow you to use php directly in the template files'; ! $lang['Dbdl'] = 'Disable Downloads'; ! $lang['Dbdlinfo'] = 'This will make the download section unavailable to users. This is a good option to use when making modifications to your database. Only Admins will be able to view the database'; ! $lang['Isdisabled'] = 'The download section is currently unavailable, please try again later.'; ! $lang['Com_allowh'] = 'Allow HTML'; ! $lang['Com_allowb'] = 'Allow BBCode'; ! $lang['Com_allows'] = 'Allow Smilies'; ! $lang['Com_allowl'] = 'Allow Links'; ! $lang['Com_messagel'] = 'Default \'No Links\' Message'; ! $lang['Com_messagel_info'] = 'If links are not allowed this text will be displayed instead'; ! $lang['Com_allowi'] = 'Allow Images'; ! $lang['Com_messagei'] = 'Default \'No Images\' Message'; ! $lang['Com_messagei_info'] = 'If images are not allowed this text will be displayed instead'; ! $lang['Max_char'] = 'Maximum Number of charcters'; ! $lang['Max_char_info'] = 'If some one posted a comment in which charcters is more that this it will give them an error message (Limit the comment).'; ! $lang['Settings_changed'] = 'Your settings have been successfully updated'; ! $lang['File_per_page'] = 'Number of file per Page'; ! $lang['File_per_page_info'] = 'Here you can set the number of file per page, if you leave it empty the number of per page will be 20.'; ! $lang['Hotlink_prevent'] = 'Hotlink Prevention'; ! $lang['Hotlinl_prevent_info'] = 'Set this to yes if you don\'t want to allow hotlinks to the files'; ! $lang['Hotlink_allowed'] = 'Allowed domains for hotlink'; ! $lang['Hotlink_allowed_info'] = 'Allowed domains for hotlink (separated by a comma), for example, www.phpbb.com, www.forumimages.com'; ! $lang['Default_sort_method'] = 'Default Sort Method'; ! $lang['Default_sort_order'] = 'Default Sort Order'; ! $lang['Max_filesize'] = 'Maximum Filesize'; ! $lang['Max_filesize_explain'] = 'Maximum filesize for Files. A value of 0 means \'unlimited\'. This Setting is restricted by your Server Configuration. For example, if your php Configuration only allows a maximum of 2 MB uploads, this cannot be overwritten by the Mod.'; ! $lang['Upload_directory'] = 'Upload Directory'; ! $lang['Upload_directory_explain'] = 'Enter the relative path from your root installation (where phpBB or mxBB is located) to the files upload directory. If you stick to the file structure provided in the shipped package, enter \'pafiledb/uploads/\'.'; ! $lang['Screenshots_directory'] = 'Screenshots Directory'; ! $lang['Screenshots_directory_explain'] = 'Enter the relative path from your root installation (where phpBB or mxBB is located) to the Screenshots upload directory. If you stick to the file structure provided in the shipped package, enter \'pafiledb/images/screenshots/\'.'; ! $lang['Forbidden_extensions'] = 'Forbidden Extensions'; ! $lang['Forbidden_extensions_explain'] = 'Here you can add or delete the forbidden extensions. Seprate each extenstion with comma.'; ! $lang['Permission_settings'] = 'Permission settings'; ! $lang['Auth_search'] = 'Search Permission'; ! $lang['Auth_search_explain'] = 'Allow search for specific type of users'; ! $lang['Auth_stats'] = 'Stats Permission'; ! $lang['Auth_stats_explain'] = 'Allow stats for specific type of users'; ! $lang['Auth_toplist'] = 'Toplist Permission'; ! $lang['Auth_toplist_explain'] = 'Allow toplist for specific type of users'; ! $lang['Auth_viewall'] = 'Viewall Permission'; ! $lang['Auth_viewall_explain'] = 'Allow viewall for specific type of users'; ! $lang['Bytes'] = 'Bytes'; ! $lang['KB'] = 'KB'; ! $lang['MB'] = 'MB'; ! ! ! // Custom Field ! $lang['Fieldselecttitle'] = 'Select what to do'; ! $lang['Afield'] = 'Custom Field: Add'; ! $lang['Efield'] = 'Custom Field: Edit'; ! $lang['Dfield'] = 'Custom Field: Delete'; ! $lang['Mfieldtitle'] = 'Custom Fields'; ! $lang['Afieldtitle'] = 'Add Field'; ! $lang['Efieldtitle'] = 'Edit Field'; ! $lang['Dfieldtitle'] = 'Delete Field'; ! $lang['Fieldexplain'] = 'You can use the custom fields management section to add, edit, and delete custom fields. You can use custom fields to add more information about a file. For example, if you want an information field to put the file\'s size in, you can create the custom field and then you can add the file size on the Add/Edit file page.'; ! $lang['Fieldname'] = 'Field Name'; ! $lang['Fieldnameinfo'] = 'This is the name of the field, for example \'File Size\''; ! $lang['Fielddesc'] = 'Field Description'; ! $lang['Fielddescinfo'] = 'This is a description of the field, for example \'File Size in Megabytes\''; ! $lang['Fieldadded'] = 'The custom field has been successfully added'; ! $lang['Fieldedited'] = 'The custom field you selected has been successfully edited'; ! $lang['Dfielderror'] = 'You didn\'t select any fields to delete'; ! $lang['Fieldsdel'] = 'The custom fields you selected have been successfully deleted'; ! ! $lang['Field_data'] = 'Options'; ! $lang['Field_data_info'] = 'Enter the options that the user can choose from. Separate each option with a new-line (carriage return).'; ! $lang['Field_regex'] = 'Regular Expression'; ! $lang['Field_regex_info'] = 'You may require the input field to match a regular expression %s(PCRE)%s.'; ! $lang['Field_order'] = 'Display Order'; ! ! // File ! $lang['Afile'] = 'File: Add'; ! $lang['Efile'] = 'File: Edit'; ! $lang['Dfile'] = 'File: Delete'; ! $lang['Afiletitle'] = 'Add File'; ! $lang['Efiletitle'] = 'Edit File'; ! $lang['Dfiletitle'] = 'Delete File'; ! $lang['Fileexplain'] = 'You can use the file management section to add, edit, and delete files.'; ! $lang['Upload'] = 'Upload File'; ! $lang['Uploadinfo'] = 'Upload this file'; ! $lang['Uploaderror'] = 'This file already exists. Please rename the file and try again.'; ! $lang['Uploaddone'] = 'This file has been successfully uploaded. The URL to the file is'; ! $lang['Uploaddone2'] = 'Click Here to place this URL in the Download URL field.'; ! $lang['Upload_do_done'] = 'Uploaded Sucessfully'; ! $lang['Upload_do_not'] = 'Not Uploaded'; ! $lang['Upload_do_exist'] = 'File Exist'; ! $lang['Filename'] = 'File Name'; ! $lang['Filenameinfo'] = 'This is the name of the file you are adding, such as \'My Picture.\''; ! $lang['Filesd'] = 'Short Description'; ! $lang['Filesdinfo'] = 'This is a short description of the file. This will go on the page that lists all the files in a category, so this description should be short'; ! $lang['Fileld'] = 'Long Description'; ! $lang['Fileldinfo'] = 'This is a longer description of the file. This will go on the file\'s information page so this description can be longer'; ! $lang['Filecreator'] = 'Creator/Author'; ! $lang['Filecreatorinfo'] = 'This is the name of whoever created the file.'; ! $lang['Fileversion'] = 'File Version'; ! $lang['Fileversioninfo'] = 'This is the version of the file, such as 3.0 or 1.3 Beta'; ! $lang['Filess'] = 'Screenshot URL'; ! $lang['Filessinfo'] = 'This is a URL to a screenshot of the file. For example, if you are adding a Winamp skin, this would be a URL to a screenshot of Winamp with this skin. You can manually enter a URL or you can leave it blank and upload a screen shot using browse above.'; ! $lang['Filess_upload'] = 'Upload Screenshot'; ! $lang['Filessinfo_upload'] = 'You can upload screenshot by clicking on browse'; ! $lang['Filess_link'] = 'Screen Shot as Link'; ! $lang['Filess_link_info'] = 'If you want to show screen shot as link make this as yes.'; ! $lang['Filedocs'] = 'Documentation/Manual URL'; ! $lang['Filedocsinfo'] = 'This is a URL to the documentation or a manual for the file'; ! $lang['Fileurl'] = 'File URL'; ! $lang['Fileurlinfo'] = 'This is a URL to the file that will be downloaded. You can type it in manually or you can click on browse above and upload a file.'; ! $lang['File_upload'] = 'File Upload'; ! $lang['Fileinfo_upload'] = 'You can upload a file by clicking on browse'; ! $lang['Uploaded_file'] = 'Uploaded file'; ! $lang['Filepi'] = 'Post Icon'; ! $lang['Filepiinfo'] = 'You can choose a post icon for the file. The post icon will be shown next to the file in the list of files.'; ! $lang['Filecat'] = 'Category'; ! $lang['Filecatinfo'] = 'This is the category the file belongs in.'; ! $lang['Filelicense'] = 'License'; ! $lang['Filelicenseinfo'] = 'This is the license agreement the user must agree to before downloading the file.'; ! $lang['Filepin'] = 'Pin File'; ! $lang['Filepininfo'] = 'Choose if you want the file pinned or not. Pinned files will always be shown at the top of the file list.'; ! $lang['Fileadded'] = 'The new file has been successfully added'; ! $lang['Filedeleted'] = 'The file has been successfully deleted'; ! $lang['Fileedited'] = 'The file you selected has been successfully edited'; ! $lang['Fderror'] = 'You didn\'t select any files to delete'; ! $lang['Filesdeleted'] = 'The files you selected have been successfully deleted'; ! $lang['Filetoobig'] = 'That file is too big!'; ! $lang['Approved'] = 'Approved'; ! $lang['Not_approved'] = '(Not Approved)'; ! $lang['Approved_info'] = 'Use this option to make the file available for users, and also to approve a file that has been uploaded by the users.'; ! $lang['Fchecker'] = 'File: Maintenance'; ! $lang['File_checker'] = 'File Maintenance'; ! $lang['File_checker_explain'] = 'Here you can perform a checking for all file in database and the file in the download directory.'; ! $lang['File_saftey'] = 'File maintenance will attempt to delete all files and screenshots that are currently not needed and will remove any file records where the file has bee... [truncated message content] |
|
From: Jon O. <jon...@us...> - 2005-08-20 18:24:38
|
Update of /cvsroot/mxbb/mx_pafiledb/pafiledb/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23043/modules/mx_pafiledb/pafiledb/includes Modified Files: functions_pafiledb.php Log Message: compatibility with new core 2.8 - adding new core generic parameters Index: functions_pafiledb.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/includes/functions_pafiledb.php,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** functions_pafiledb.php 11 Apr 2005 17:55:41 -0000 1.16 --- functions_pafiledb.php 20 Aug 2005 18:24:29 -0000 1.17 *************** *** 51,55 **** /* - orig require_once($phpbb_root_path . 'pafiledb/modules/pa_' . $module_name . '.'.$phpEx); ! */ // MX require_once( $module_root_path . 'pafiledb/modules/pa_' . $module_name . '.' . $phpEx ); --- 51,55 ---- /* - orig require_once($phpbb_root_path . 'pafiledb/modules/pa_' . $module_name . '.'.$phpEx); ! */ // MX require_once( $module_root_path . 'pafiledb/modules/pa_' . $module_name . '.' . $phpEx ); |
|
From: Jon O. <jon...@us...> - 2005-08-20 18:24:05
|
Update of /cvsroot/mxbb/mx_newssuite/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22901/modules/mx_newssuite/admin Added Files: mx_module_defs.php Log Message: compatibility with new core 2.8 - adding new core generic parameters --- NEW FILE: mx_module_defs.php --- <?php /** ------------------------------------------------------------------------ * subject : mx-portal, CMS & portal * begin : june, 2002 * copyright : (C) 2002-2005 MX-System * email : jon...@ho... * project site : www.mx-system.com * * description : * ------------------------------------------------------------------------- * * $Id: mx_module_defs.php,v 1.1 2005/08/20 18:23:54 jonohlsson Exp $ */ /** * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. */ /********************************************************************************\ | Class: mx_blockcp_parameter | The mx_blockcp_parameter object provides extra module block parameters, added to the standard core parameters. | | Usage examples: | \********************************************************************************/ // // The following flags are class specific options // //define('MX_ALL_DATA' , -1); // Flag - write all data class mx_blockcp_parameter { // ------------------------------ // Private Methods // // // =================================================== // define module specific block parameters // =================================================== function get_parameters($type_row = '') { global $lang; if (empty($type_row)) { $type_row = array(); } $type_row['news_type_select'] = !empty($lang['ParType_news_type_select']) ? $lang['ParType_news_type_select'] : "NewsSuite phpBB/KB Source"; return $type_row; } // =================================================== // display parameter field and data in the add/edit page // =================================================== function display_edit( $parameter_data ) { global $template, $blockcptemplate, $mx_blockcp, $mx_root_path, $theme, $lang; switch ( $parameter_data['parameter_type'] ) { case 'news_type_select': $this->display_edit_News_type_select( $block_id, $parameter_data['parameter_id'], $parameter_data ); break; } } function display_edit_News_type_select( $block_id, $parameter_id, $parameter_data ) { global $template, $board_config, $db, $theme, $lang, $images, $mx_blockcp, $mx_root_path, $phpEx, $mx_table_prefix, $table_prefix; global $newssuite_config; $newssuite_config['news_source_switch'] = 'phpbb'; $module_root_path = $mx_root_path . $mx_blockcp->module_root_path; include_once( $module_root_path . 'includes/newssuite_constants.' . $phpEx ); include_once( $module_root_path . "includes/newssuite_defs.$phpEx" ); $template->set_filenames(array( 'parameter' => $mx_root_path . $mx_blockcp->module_root_path . 'templates/'. $theme['template_name'] . '/admin/mx_blockcp_parameter.tpl') ); // Get number of forums in db $sql = "SELECT * FROM " . $news_cat_table . " ORDER BY $cat_extract_order"; if ( !( $result = $db->sql_query( $sql ) ) ) { message_die( GENERAL_ERROR, "Couldn't obtain forums information.", "", __LINE__, __FILE__, $sql ); } $forums = $db->sql_fetchrowset( $result ); // Get array of categories from the database $categories = get_main_cats( $newssuite_config ); $news_type_select_data = array(); $news_type_select_temp = $mx_blockcp->block_parameters['news_type_select']['parameter_value']; $news_type_select_temp = stripslashes( $news_type_select_temp ); $news_type_select_data = eval( "return " . $news_type_select_temp . ";" ); // // Check that some categories exist // if ( $total_categories = count( $categories ) ) { // // Check that some forums exist (these were queried earlier) // if ( $total_forums = count( $forums ) ) { switch ( $newssuite_config['news_source_switch'] ) { case 'phpbb': $template->assign_block_vars( 'switch_forums_phpbb', array( 'COLSPAN' => count( $item_types_array ) + 2 ) ); break; case 'kb': $template->assign_block_vars( 'switch_forums_kb', array( 'COLSPAN' => count( $item_types_array ) + 2 ) ); for( $z = 0; $z < ( count( $item_types_array ) ); $z++ ) { $template->assign_block_vars( 'switch_forums_kb.types_name', array( 'TYPES_NAME' => $item_types_name_array[$z] ) ); } break; } for( $i = 0; $i < $total_categories; $i++ ) { $template->assign_block_vars( 'catrow', array( 'CAT_ID' => $categories[$i]['cat_id'], 'COLSPAN' => count( $item_types_array ) + 1, 'CAT_NAME' => $categories[$i]['cat_title'] ) ); for( $j = 0; $j < $total_forums; $j++ ) { if ( $forums[$j]['cat_id'] == $categories[$i]['cat_id'] || $forums[$j]['cat_id'] == '' ) { switch ( $newssuite_config['news_source_switch'] ) { case 'phpbb': $template->assign_block_vars( 'catrow.forumrow_phpbb', array( 'FORUM_ID' => $forums[$j][$catt_id], 'FORUM_NAME' => $forums[$j][$catt_name], 'FORUM_DESC' => $forums[$j][$catt_desc], 'CHECKED' => ( $news_type_select_data[$forums[$j]['forum_id']]['forum_news'] ? 'CHECKED' : '' ), 'ANNOUNCE_CHECKED' => ( $news_type_select_data[$forums[$j]['forum_id']]['forum_news_announce'] ? 'CHECKED' : '' ), 'STICKY_CHECKED' => ( $news_type_select_data[$forums[$j]['forum_id']]['forum_news_sticky'] ? 'CHECKED' : '' ), 'NORMAL_CHECKED' => ( $news_type_select_data[$forums[$j]['forum_id']]['forum_news_post'] ? 'CHECKED' : '' ) ) ); break; case 'kb': $template->assign_block_vars( 'catrow.forumrow_kb', array( 'FORUM_ID' => $forums[$j][$catt_id], 'FORUM_NAME' => $forums[$j][$catt_name], 'FORUM_DESC' => $forums[$j][$catt_desc], 'CHECKED' => ( $news_type_select_data[$forums[$j][$cool_array_category_id]]['forum_news'] ? 'CHECKED' : '' ), // 'ANNOUNCE_CHECKED' => ( $news_type_select_data[$forums[$j]['forum_id']]['forum_news_announce'] ? 'CHECKED' : '' ), // 'STICKY_CHECKED' => ( $news_type_select_data[$forums[$j]['forum_id']]['forum_news_sticky'] ? 'CHECKED' : '' ), // 'NORMAL_CHECKED' => ( $news_type_select_data[$forums[$j]['forum_id']]['forum_news_post'] ? 'CHECKED' : '' ) ) ); for( $z = 0; $z < ( count( $item_types_array ) ); $z++ ) { $template->assign_block_vars( 'catrow.forumrow_kb.types', array( 'CHECKED' => ( $news_type_select_data[$forums[$j][$cool_array_category_id]][$item_types_array[$z]] ? 'CHECKED' : '' ), 'TYPE' => $item_types_array[$z], 'VALUE' => $item_types_id_array[$z] ) ); } break; } } } } } } $template->assign_vars(array( 'NAME' => $lang[$parameter_data['parameter_name']], 'PARAMETER_TITLE' => ( !empty($lang[$parameter_data['parameter_name']]) ) ? $lang[$parameter_data['parameter_name']] : $parameter_data['parameter_name'], 'PARAMETER_TYPE' => ( !empty($lang["ParType_".$parameter_data['parameter_type']]) ) ? $lang["ParType_".$parameter_data['parameter_type']] : '', 'PARAMETER_TYPE_EXPLAIN' => ( !empty($lang["ParType_".$parameter_data['parameter_type'] . "_info"]) ) ? '<br />' . $lang["ParType_".$parameter_data['parameter_type'] . "_info"] : '', 'SCRIPT_PATH' => $module_root_path, 'I_ANNOUNCE' => PHPBB_URL . $images['folder_announce'], 'I_STICKY' => PHPBB_URL . $images['folder_sticky'], 'I_NORMAL' => PHPBB_URL . $images['folder'], 'L_ANNOUNCEMENT' => $lang['Post_Announcement'], 'L_STICKY' => $lang['Post_Sticky'], 'L_NORMAL' => $lang['Posted'], )); } } ?> |
|
From: Jon O. <jon...@us...> - 2005-08-20 18:24:05
|
Update of /cvsroot/mxbb/mx_newssuite/templates/subSilver/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22901/modules/mx_newssuite/templates/subSilver/admin Added Files: mx_module_defs.tpl Log Message: compatibility with new core 2.8 - adding new core generic parameters --- NEW FILE: mx_module_defs.tpl --- <script type="text/javascript" src="{SCRIPT_PATH}/templates/rollout.js"></script> <tr> <td width="100%" colspan="2"> <!-- BEGIN switch_forums_phpbb --> <table border="0" cellpadding="4" cellspacing="1" width="100%" class="forumline"> <tr> <th align="center" class="thTop" nowrap="nowrap" colspan="2"> {L_NEWS_FORUMS} </th> <th align="center" class="thTop" nowrap="nowrap"> <img src="{I_ANNOUNCE}" border="0" alt="{L_ANNOUNCEMENT}" /> {L_ANNOUNCEMENT}</th> <th align="center" class="thTop" nowrap="nowrap"> <img src="{I_STICKY}" border="0" alt="{L_STICKY}" /> {L_STICKY}</th> <th align="center" class="thTop" nowrap="nowrap"> <img src="{I_NORMAL}" border="0" alt="{L_NORMAL}" /> </th> </tr> <!-- END switch_forums_phpbb --> <!-- BEGIN switch_forums_kb --> <table border="0" cellpadding="4" cellspacing="1" width="100%" class="forumline"> <tr> <th align="center" class="thTop" nowrap="nowrap" colspan="2"> {L_NEWS_FORUMS} </th> <!-- BEGIN types_name --> <th align="center" class="thTop" nowrap="nowrap"> {switch_forums_kb.types_name.TYPES_NAME} </th> <!-- END types_name --> </tr> <!-- END switch_forums_kb --> <!-- BEGIN catrow --> <tr> <td class="cat" align="center"><a href="#" onClick="toggle('cat_{catrow.CAT_ID}', '../templates/subSilver/images/'); return false;"><img src="../templates/subSilver/images/contract.gif" border="0" id="cat_{catrow.CAT_ID}_img" /></a> <td class="cat" colspan="{catrow.COLSPAN}"><span class="cattitle">{catrow.CAT_NAME}</span></td> </tr> <tbody id="cat_{catrow.CAT_ID}"> <!-- BEGIN forumrow_phpbb --> <tr> <td class="row1" align="center" valign="top"><input type="checkbox" name="forum_news[{catrow.forumrow_phpbb.FORUM_ID}]" value="1" {catrow.forumrow_phpbb.CHECKED} /></td> <td class="row1" align="left" valign="top"><span class="forumlink">{catrow.forumrow_phpbb.FORUM_NAME}</span><br /><span class="gensmall">{catrow.forumrow_phpbb.FORUM_DESC}</span></td> <td class="row2" align="center" valign="top"><input type="checkbox" name="forum_news_announce[{catrow.forumrow_phpbb.FORUM_ID}]" value="1" {catrow.forumrow_phpbb.ANNOUNCE_CHECKED} /></td> <td class="row2" align="center" valign="top"><input type="checkbox" name="forum_news_sticky[{catrow.forumrow_phpbb.FORUM_ID}]" value="1" {catrow.forumrow_phpbb.STICKY_CHECKED} /></td> <td class="row2" align="center" valign="top"><input type="checkbox" name="forum_news_post[{catrow.forumrow_phpbb.FORUM_ID}]" value="1" {catrow.forumrow_phpbb.NORMAL_CHECKED} /></td> </tr> <!-- END forumrow_phpbb --> <!-- BEGIN forumrow_kb --> <tr> <td class="row1" align="center" valign="top"><input type="checkbox" name="forum_news[{catrow.forumrow_kb.FORUM_ID}]" value="1" {catrow.forumrow_kb.CHECKED} /></td> <td class="row1" align="left" valign="top"><span class="forumlink">{catrow.forumrow_kb.FORUM_NAME}</span><br /><span class="gensmall">{catrow.forumrow_kb.FORUM_DESC}</span></td> <!-- BEGIN types --> <td class="row2" align="center" valign="top"><input type="checkbox" name="{catrow.forumrow_kb.types.TYPE}[{catrow.forumrow_kb.FORUM_ID}]" value="{catrow.forumrow_kb.types.VALUE}" {catrow.forumrow_kb.types.CHECKED} /></td> <!-- END types --> </tr> <!-- END forumrow_kb --> </tbody> <!-- END catrow --> </table> </td> </tr> |
|
From: Jon O. <jon...@us...> - 2005-08-20 18:23:24
|
Update of /cvsroot/mxbb/mx_kb/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22774/modules/mx_kb/admin Added Files: mx_module_defs.php Log Message: compatibility with new core 2.8 - adding new core generic parameters --- NEW FILE: mx_module_defs.php --- <?php /** ------------------------------------------------------------------------ * subject : mx-portal, CMS & portal * begin : june, 2002 * copyright : (C) 2002-2005 MX-System * email : jon...@ho... * project site : www.mx-system.com * * description : * ------------------------------------------------------------------------- * * $Id: mx_module_defs.php,v 1.1 2005/08/20 18:23:15 jonohlsson Exp $ */ /** * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. */ /********************************************************************************\ | Class: mx_blockcp_parameter | The mx_blockcp_parameter object provides extra module block parameters, added to the standard core parameters. | | Usage examples: | \********************************************************************************/ // // The following flags are class specific options // //define('MX_ALL_DATA' , -1); // Flag - write all data class mx_blockcp_parameter { // ------------------------------ // Private Methods // // // =================================================== // define module specific block parameters // =================================================== function get_parameters($type_row = '') { global $lang; if (empty($type_row)) { $type_row = array(); } $type_row['kb_type_select'] = !empty($lang['ParType_kb_type_select']) ? $lang['ParType_kb_type_select'] : "KB phpBB Source Forums"; return $type_row; } // =================================================== // display parameter field and data in the add/edit page // =================================================== function display_edit( $parameter_data ) { global $template, $blockcptemplate, $mx_blockcp, $mx_root_path, $theme, $lang; switch ( $parameter_data['parameter_type'] ) { case 'kb_type_select': $this->display_edit_KB_type_select( $block_id, $parameter_data['parameter_id'], $parameter_data ); break; } } function display_edit_KB_type_select( $block_id, $parameter_id, $parameter_data ) { global $template, $board_config, $db, $theme, $lang, $images, $mx_blockcp, $mx_root_path, $phpEx, $mx_table_prefix, $table_prefix; $module_root_path = $mx_root_path . $mx_blockcp->module_root_path; include_once( $module_root_path . "includes/functions_kb.$phpEx" ); include_once( $module_root_path . "includes/kb_constants.$phpEx" ); include_once( $module_root_path . "includes/kb_defs.$phpEx" ); $template->set_filenames(array( 'parameter' => $mx_root_path . $mx_blockcp->module_root_path . 'templates/'. $theme['template_name'] . '/admin/mx_blockcp_parameter.tpl') ); // Get number of forums in db $sql = "SELECT * FROM " . NEWS_CAT_TABLE . " ORDER BY $cat_extract_order"; if ( !( $result = $db->sql_query( $sql ) ) ) { message_die( GENERAL_ERROR, "Couldn't obtain forums information.", "", __LINE__, __FILE__, $sql ); } $forums = $db->sql_fetchrowset( $result ); $kb_type_select_data = array(); $kb_type_select_temp = $mx_blockcp->block_parameters['kb_type_select']['parameter_value']; $kb_type_select_temp = stripslashes( $kb_type_select_temp ); $kb_type_select_data = eval( "return " . $kb_type_select_temp . ";" ); // // Check that some categories exist // $categories = array ( 0 => array ( 0 => '1', 'cat_id' => '1', 1 => 'KB', 'cat_title' => 'KB', ) ); if ( $total_categories = count( $categories ) ) { // // Check that some forums exist (these were queried earlier) // if ( $total_forums = count( $forums ) ) { $template->assign_block_vars( 'switch_forums_phpbb', array( 'COLSPAN' => count( $item_types_array ) + 2 ) ); for( $i = 0; $i < $total_categories; $i++ ) { $template->assign_block_vars( 'catrow', array( 'CAT_ID' => $categories[$i]['cat_id'], 'COLSPAN' => count( $item_types_array ) + 1, 'CAT_NAME' => $categories[$i]['cat_title'] ) ); for( $j = 0; $j < $total_forums; $j++ ) { if ( $forums[$j]['cat_id'] == '' ) { $template->assign_block_vars( 'catrow.forumrow_phpbb', array( 'FORUM_ID' => $forums[$j][$catt_id], 'FORUM_NAME' => $forums[$j][$catt_name], 'FORUM_DESC' => $forums[$j][$catt_desc], 'CHECKED' => ( $kb_type_select_data[$forums[$j][$cool_array_category_id]]['forum_news'] ? 'CHECKED' : '' ) ) ); } } } } } $template->assign_vars(array( 'NAME' => $lang[$parameter_data['parameter_name']], 'PARAMETER_TITLE' => ( !empty($lang[$parameter_data['parameter_name']]) ) ? $lang[$parameter_data['parameter_name']] : $parameter_data['parameter_name'], 'PARAMETER_TYPE' => ( !empty($lang["ParType_".$parameter_data['parameter_type']]) ) ? $lang["ParType_".$parameter_data['parameter_type']] : '', 'PARAMETER_TYPE_EXPLAIN' => ( !empty($lang["ParType_".$parameter_data['parameter_type'] . "_info"]) ) ? '<br />' . $lang["ParType_".$parameter_data['parameter_type'] . "_info"] : '', 'SCRIPT_PATH' => $module_root_path, 'I_ANNOUNCE' => PHPBB_URL . $images['folder_announce'], 'I_STICKY' => PHPBB_URL . $images['folder_sticky'], 'I_NORMAL' => PHPBB_URL . $images['folder'], )); } } ?> |
|
From: Jon O. <jon...@us...> - 2005-08-20 18:23:24
|
Update of /cvsroot/mxbb/mx_kb/templates/subSilver/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22774/modules/mx_kb/templates/subSilver/admin Added Files: mx_module_parameters.tpl Log Message: compatibility with new core 2.8 - adding new core generic parameters --- NEW FILE: mx_module_parameters.tpl --- <script type="text/javascript" src="{SCRIPT_PATH}/templates/rollout.js"></script> <tr> <td width="100%" colspan="2"> <!-- BEGIN switch_forums_phpbb --> <table border="0" cellpadding="4" cellspacing="1" width="100%" class="forumline"> <tr name="{PARAMETER_TYPE} :: {PARAMETER_TYPE_EXPLAIN}"> <td class="row2" colspan="2" align="left"> <span class="cattitle"> {PARAMETER_TITLE}<hr> </span> </td> </tr> <!-- END switch_forums_phpbb --> <!-- BEGIN catrow --> <tr> <td class="cat" colspan="2"><span class="cattitle">{catrow.CAT_NAME}</span></td> </tr> <!-- BEGIN forumrow_phpbb --> <tr> <td class="row1" align="center" valign="top"><input type="checkbox" name="forum_news[{catrow.forumrow_phpbb.FORUM_ID}]" value="1" {catrow.forumrow_phpbb.CHECKED} /></td> <td class="row1" align="left" valign="top"><span class="forumlink">{catrow.forumrow_phpbb.FORUM_NAME}</span><br /><span class="gensmall">{catrow.forumrow_phpbb.FORUM_DESC}</span></td> </tr> <!-- END forumrow_phpbb --> <!-- END catrow --> <!-- BEGIN switch_forums_phpbb --> </table> <!-- END switch_forums_phpbb --> </td> </tr> |
|
From: Jon O. <jon...@us...> - 2005-08-20 18:22:48
|
Update of /cvsroot/mxbb/mx_forum/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22664/modules/mx_forum/admin Added Files: mx_module_defs.php Log Message: compatibility with new core 2.8 - adding new core generic parameters --- NEW FILE: mx_module_defs.php --- <?php /** ------------------------------------------------------------------------ * subject : mx-portal, CMS & portal * begin : june, 2002 * copyright : (C) 2002-2005 MX-System * email : jon...@ho... * project site : www.mx-system.com * * description : * ------------------------------------------------------------------------- * * $Id: mx_module_defs.php,v 1.1 2005/08/20 18:22:39 jonohlsson Exp $ */ /** * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. */ /********************************************************************************\ | Class: mx_blockcp_parameter | The mx_blockcp_parameter object provides extra module block parameters, added to the standard core parameters. | | Usage examples: | \********************************************************************************/ // // The following flags are class specific options // //define('MX_ALL_DATA' , -1); // Flag - write all data class mx_blockcp_parameter { // ------------------------------ // Private Methods // // // =================================================== // define module specific block parameters // =================================================== function get_parameters($type_row = '') { global $lang; if (empty($type_row)) { $type_row = array(); } $type_row['phpbb_type_select'] = !empty($lang['ParType_phpbb_type_select']) ? $lang['ParType_phpbb_type_select'] : "phpBB Source"; return $type_row; } // =================================================== // display parameter field and data in the add/edit page // =================================================== function display_edit( $parameter_data ) { global $template, $blockcptemplate, $mx_blockcp, $mx_root_path, $theme, $lang; switch ( $parameter_data['parameter_type'] ) { case 'phpbb_type_select': $this->display_edit_Phpbb_type_select( $block_id, $parameter_data['parameter_id'], $parameter_data ); break; } } function display_edit_Phpbb_type_select( $block_id, $parameter_id, $parameter_data ) { global $template, $board_config, $db, $theme, $lang, $images, $mx_blockcp, $mx_root_path, $phpEx, $mx_table_prefix, $table_prefix; $module_root_path = $mx_root_path . $mx_blockcp->module_root_path; include_once( $module_root_path . "includes/phpbb_constants.$phpEx" ); include_once( $module_root_path . "includes/phpbb_defs.$phpEx" ); $template->set_filenames(array( 'parameter' => $mx_root_path . $mx_blockcp->module_root_path . 'templates/'. $theme['template_name'] . '/admin/mx_blockcp_parameter.tpl') ); // Get number of forums in db $sql = "SELECT * FROM " . NEWS_CAT_TABLE . " ORDER BY $cat_extract_order"; if ( !( $result = $db->sql_query( $sql ) ) ) { message_die( GENERAL_ERROR, "Couldn't obtain forums information.", "", __LINE__, __FILE__, $sql ); } $forums = $db->sql_fetchrowset( $result ); // Get array of categories from the database $sql = "SELECT cat_id, cat_title FROM " . CATEGORIES_TABLE . " ORDER BY cat_order"; if ( !( $result = $db->sql_query( $sql ) ) ) { mx_message_die( GENERAL_ERROR, "Couldn't obtain category list.", "", __LINE__, __FILE__, $sql ); } $categories = $db->sql_fetchrowset( $result ); $phpbb_type_select_data = array(); $phpbb_type_select_temp = $mx_blockcp->block_parameters['phpbb_type_select']['parameter_value']; $phpbb_type_select_temp = stripslashes( $phpbb_type_select_temp ); $phpbb_type_select_data = eval( "return " . $phpbb_type_select_temp . ";" ); // // Check that some categories exist // if ( $total_categories = count( $categories ) ) { // // Check that some forums exist (these were queried earlier) // if ( $total_forums = count( $forums ) ) { $template->assign_block_vars( 'switch_forums_phpbb', array( 'COLSPAN' => count( $item_types_array ) + 2 ) ); for( $i = 0; $i < $total_categories; $i++ ) { $template->assign_block_vars( 'catrow', array( 'CAT_ID' => $categories[$i]['cat_id'], 'COLSPAN' => count( $item_types_array ) + 1, 'CAT_NAME' => $categories[$i]['cat_title'] ) ); for( $j = 0; $j < $total_forums; $j++ ) { if ( $forums[$j]['cat_id'] == $categories[$i]['cat_id'] || $forums[$j]['cat_id'] == '' ) { $template->assign_block_vars( 'catrow.forumrow_phpbb', array( 'FORUM_ID' => $forums[$j][$catt_id], 'FORUM_NAME' => $forums[$j][$catt_name], 'FORUM_DESC' => $forums[$j][$catt_desc], 'CHECKED' => ( $phpbb_type_select_data[$forums[$j]['forum_id']]['forum_news'] ? 'CHECKED' : '' ), 'ANNOUNCE_CHECKED' => ( $phpbb_type_select_data[$forums[$j]['forum_id']]['forum_news_announce'] ? 'CHECKED' : '' ), 'STICKY_CHECKED' => ( $phpbb_type_select_data[$forums[$j]['forum_id']]['forum_news_sticky'] ? 'CHECKED' : '' ), 'NORMAL_CHECKED' => ( $phpbb_type_select_data[$forums[$j]['forum_id']]['forum_news_post'] ? 'CHECKED' : '' ) ) ); } } } } } $template->assign_vars(array( 'NAME' => $lang[$parameter_data['parameter_name']], 'PARAMETER_TITLE' => ( !empty($lang[$parameter_data['parameter_name']]) ) ? $lang[$parameter_data['parameter_name']] : $parameter_data['parameter_name'], 'PARAMETER_TYPE' => ( !empty($lang["ParType_".$parameter_data['parameter_type']]) ) ? $lang["ParType_".$parameter_data['parameter_type']] : '', 'PARAMETER_TYPE_EXPLAIN' => ( !empty($lang["ParType_".$parameter_data['parameter_type'] . "_info"]) ) ? '<br />' . $lang["ParType_".$parameter_data['parameter_type'] . "_info"] : '', 'SCRIPT_PATH' => $module_root_path, 'I_ANNOUNCE' => PHPBB_URL . $images['folder_announce'], 'I_STICKY' => PHPBB_URL . $images['folder_sticky'], 'I_NORMAL' => PHPBB_URL . $images['folder'], 'L_ANNOUNCEMENT' => $lang['Post_Announcement'], 'L_STICKY' => $lang['Post_Sticky'], 'L_NORMAL' => $lang['Posted'], )); } } ?> |
|
From: Jon O. <jon...@us...> - 2005-08-20 18:22:47
|
Update of /cvsroot/mxbb/mx_forum/templates/subSilver/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22664/modules/mx_forum/templates/subSilver/admin Added Files: mx_module_parameters.tpl Log Message: compatibility with new core 2.8 - adding new core generic parameters --- NEW FILE: mx_module_parameters.tpl --- <script type="text/javascript" src="{SCRIPT_PATH}/templates/rollout.js"></script> <tr> <td width="100%" colspan="2"> <!-- BEGIN switch_forums_phpbb --> <table border="0" cellpadding="4" cellspacing="1" width="100%" class="forumline"> <tr> <th align="center" class="thTop" colspan="2" nowrap="nowrap" colspan="2"> {L_NEWS_FORUMS} </th> </tr> <!-- END switch_forums_phpbb --> <!-- BEGIN catrow --> <tr> <td class="cat" align="center"><a href="#" onClick="toggle('cat_{catrow.CAT_ID}', '../templates/subSilver/images/'); return false;"><img src="../templates/subSilver/images/contract.gif" border="0" id="cat_{catrow.CAT_ID}_img" /></a> <td class="cat" ><span class="cattitle">{catrow.CAT_NAME}</span></td> </tr> <tbody id="cat_{catrow.CAT_ID}"> <!-- BEGIN forumrow_phpbb --> <tr> <td class="row1" align="center" valign="top"><input type="checkbox" name="forum_news[{catrow.forumrow_phpbb.FORUM_ID}]" value="1" {catrow.forumrow_phpbb.CHECKED} /></td> <td class="row1" align="left" valign="top"><span class="forumlink">{catrow.forumrow_phpbb.FORUM_NAME}</span><br /><span class="gensmall">{catrow.forumrow_phpbb.FORUM_DESC}</span></td> </tr> <!-- END forumrow_phpbb --> </tbody> <!-- END catrow --> <!-- BEGIN switch_forums_phpbb --> </table> <!-- END switch_forums_phpbb --> </td> </tr> |
|
From: Jon O. <jon...@us...> - 2005-08-20 18:21:56
|
Update of /cvsroot/mxbb/mx_calsnails/language/lang_english In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22502/modules/mx_calsnails/language/lang_english Modified Files: lang_admin.php lang_main.php Log Message: Updating... Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_calsnails/language/lang_english/lang_main.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lang_main.php 12 Apr 2005 19:37:12 -0000 1.1 --- lang_main.php 20 Aug 2005 18:21:43 -0000 1.2 *************** *** 1,221 **** ! <?php ! /********************************************* ! * Calendar Language Pack ! * ! * Language: English ! * Last Updated: $Date$ ! * Revision No.: $Revision$ ! * ! *********************************************/ ! ! ! // Version 2.0.1 (needs translating for other language versions!) ! // Calendar Addon MOD Language fields ! ! $lang['Calendar'] = "Calendar"; ! ! $lang['Cal_description'] = "Description"; ! $lang['Cal_day'] = "Start Date"; ! $lang['Cal_hour'] = "Time"; ! $lang['End_day'] = "End Date"; ! $lang['End_time'] = "End Time"; ! $lang['Cal_subject'] = "Subject"; ! $lang['Cal_add_event'] = "Add event"; ! $lang['Cal_submit_event'] = "Submit event"; ! ! $lang['Cal_event_not_add'] = "Event not added..."; ! $lang['Cal_event_delete'] = "Event Deleted"; ! $lang['Cal_Del_mod'] = "Delete / Modify"; ! $lang['Cal_mod_only'] = "Modify"; ! $lang['Cal_back2cal'] = "Calendar Home"; ! $lang['Cal_mod_marked'] = "Modify event"; ! $lang['Cal_del_marked'] = "Delete event"; ! $lang['Cal_must_sel_event'] = "You must select an event."; ! $lang['Cal_edit_own_event'] = "Sorry, you can only modify your own events."; ! $lang['Cal_delete_event'] = "Sorry, you don't have permission to delete this event."; ! $lang['Cal_not_enough_access'] = "Sorry, Access Denied"; ! $lang['Cal_must_member'] = "You must be authorised to connect and use this service"; ! $lang['Cal_alt_event'] = "Current :"; ! $lang['Validate'] = "Validate Events"; ! $lang['Cal_event_validated'] = "Event(s) have been Validated/Deleted as specified"; ! $lang['No events'] = "Currently there are no events for this date"; ! $lang['No records'] = "No events require validation"; ! $lang['No records modify'] = "No events available to modify"; ! $lang['No information'] = "Insufficient information. Please fill out all the relevant info"; ! $lang['Date before today'] = "Sorry, you cannot submit events for dates that have already passed"; ! $lang['Date before start'] = "Sorry, you cannot submit events that finish before they start"; ! $lang['No date'] = "You must select a start and end date"; ! $lang['No time'] = "You must select a start and end time"; ! ! ! // New Version 2.0.0 Additions. ! $lang['Config_Calendar'] = "Calendar Configuration"; ! $lang['Config_Calendar_explain'] = "Set all the necessary variables for your calendar below"; ! $lang['Cal_event_add'] = "Event Added/Modified..."; ! $lang['Cal_add4valid'] = "Event submitted for validation by an Administrator"; ! ! $lang['week_start'] = "Week start"; ! $lang['subject_length'] = "Subject length"; ! $lang['subject_length_explain'] = "Set the length of characters in an event subject(title) for the main month view<br><i>NB: For double-byte languages always select an even number of characters</i>"; ! $lang['cal_script_path_explain'] = "NOT CURRENTLY IN USE"; ! $lang['allow_anon'] = "Allow anonymous viewing"; ! $lang['allow_old'] = "Allow old events"; ! $lang['allow_old_explain'] = "Allow events to be posted for dates in the past"; ! ! $lang['show_headers'] = "Show the phpBB2 header info"; ! $lang['cal_date_explain'] = "Only use if you wish to use a different format from the forum date format <a href='http://www.php.net/date' target='_other'>gmdate()</a>"; ! $lang['category'] = "Category"; ! ! $lang['Cal_config_updated'] = "Calendar Configuration Updated Sucessfully"; ! $lang['Cal_return_config'] = 'Click %sHere%s to return to Calendar Configuration'; ! $lang['allow_categories'] = "Use categories with events"; ! $lang['require_categories'] = "Require a category with events:"; ! ! $lang['No_cat_selected'] = "No category selected"; ! $lang['Edit_cat'] = "Edit Category"; ! $lang['Cats_explain'] = "Use this section to add, edit or delete the categories you use on your database. <br><br><b>NB:</b> Please note that if you delete a category that has been selected for an event it will not delete those records but it will stop users from being able to filter and view a deleted category."; ! $lang['Cats_title'] = "Category Admin"; ! $lang['Must_enter_cat'] = "You must enter a category"; ! $lang['Cat_updated'] = "Category Updated"; ! $lang['Cat_added'] = "Category Added"; ! $lang['cat_removed'] = "Category Removed"; ! $lang['Add_new_cat'] = "Add new category"; ! $lang['Click_return_catadmin'] = 'Click %sHere%s to return to Category Administration'; ! $lang['Must_enter_valid_cat'] = "You must use valid alpha/numeric characters"; ! $lang['Filter_cats_alt'] = "Show selected category only"; ! $lang['Filter_cats'] = "View only..."; ! $lang['Month_jump'] = "Jump to..."; ! ! $lang['Recur_apply_to'] = "Changes apply to:"; ! $lang['Recur_future'] = "Future events"; ! $lang['Recur_solo'] = "This event only"; ! $lang['Recur_all'] = "All recurrences"; ! $lang['Cal_repeats'] = "Repeats every:"; ! $lang['until'] = "until"; ! $lang['Earliest recur before today'] = "Sorry, the earliest date in this set cannot be moved before today.\n<BR> Problem event on: "; ! $lang['day'] = "day(s)"; ! $lang['month'] = "month(s)"; ! $lang['year'] = "year(s)"; ! $lang['Event_length'] = "Each event lasts:"; ! $lang['Recur_title'] = "Optional Recurring Info."; ! $lang['Event_title'] = "Event Info."; ! $lang['Event overlap'] = "Recurring events cannot repeat before the initial event has ended"; ! $lang['R_period too small'] = "The period available for recurring events is insufficient for any repeats"; ! ! $lang['Add notes'] = "Add additional notes to this entry"; ! $lang['Add noted title'] = "Add Notes"; ! $lang['Split solo'] = "Split into 'stand-alone' entry <i>(will no longer update with related events)</i>"; ! $lang['Split solo title'] = "Split to seperate event"; ! $lang['Split future'] = "Change all event entries from this point forward"; ! $lang['Split future title'] = "Change all future events"; ! $lang['Edit all'] = "Change all related event entries"; ! $land['Edit all title'] = "Change all related events"; ! $lang['early_iteration'] = "(Earliest repetition after todays date)"; ! ! $lang['global subject'] = "Global subject"; ! $lang['global desc'] = "Global event info"; ! ! $lang['Del future'] = "Delete all events from this point forward"; ! $lang['Del all'] = "Delete all related event entries <i>(not including split entries)</i>"; ! $lang['Del this'] = "Delete this single event"; ! ! $lang['Event_num'] = "Event number:"; ! $lang['of'] = "<i>of</i>"; ! ! $lang['Additional info'] = "Additional information:"; ! $lang['Event specific'] = "(specific to 'this' event):"; ! ! $lang['allow_user_post_default'] = "Default access level for ALL registered users"; ! ! $lang['no_public'] = 'No public access'; ! $lang['view_only'] = 'View only'; ! $lang['view_suggest'] = 'View,Suggest Events'; ! $lang['view_add'] = 'View,Add Events'; ! $lang['view_edit_own'] = 'View,Add (Edit/Delete own)'; ! $lang['cal_admin'] = 'Calendar Admin'; ! ! $lang['Invalid date'] = "One or both of the dates you have submitted is invalid"; ! $lang['Empty subject'] = "You must enter a subject for your event"; ! $lang['Empty description'] = "You must enter a description for your event"; ! $lang['max'] = "Maximum:"; ! $lang['Return'] = "Go back to: "; ! ! $lang['View All'] = "View All"; ! $lang['Calendar_Level'] = "Calendar Level"; ! $lang['Calendar_Categories'] = "Calendar Categories"; ! $lang['Calendar Config'] = "Calendar Config"; ! ! $lang['days'] = "day(s)"; ! $lang['weeks'] = "week(s)"; ! $lang['months'] = "month(s)"; ! $lang['years'] = "year(s)"; ! ! $lang['view_year'] = "Year View"; ! $lang['view_month'] = "Month View"; ! $lang['view_week'] = "Week View"; ! $lang['view_day'] = "Day/Event View"; ! $lang['view_list'] = "List View"; ! $lang['view'] = "View"; ! ! $lang['Submitted_by'] = 'Submitted by'; ! ! $lang['No_modify_old'] = "Sorry, you can't edit an old event"; ! $lang['Cat_in_use'] = "This category is linked to existing events and cannot be deleted"; ! ! // DEV lang 2.0.25 ! ! $lang['require_time'] = "Require start/end times to be entered with new events"; ! $lang['allow_private_event'] = "Allow registered users to add private events"; ! $lang['allow_group_event'] = "Allow registered users to limit events to their own groups"; ! ! $lang['event_access'] = "Event Access:"; ! $lang['private_event'] = "Private/Personal"; ! $lang['public_event'] = "Public"; ! $lang['ug_event'] = "Restricted to Usergroup(s)"; ! $lang['group_select'] = "Allowed Usergroups: <br /><i>(if applicable)</i>"; ! ! $lang['group_event_explain'] = "<span class='genmed'><i>(Hold CTRL key and select groups with mouse to select more than one group)</i></span>"; ! $lang['No_private_events'] = "You are not permitted to add private events"; ! $lang['time_format'] = "Time Format"; ! ! // DEV lang 2.0.31 ! ! $lang['c_first'] = '1st'; ! $lang['c_second'] = '2nd'; ! $lang['c_third'] = '3rd'; ! $lang['c_fourth'] = '4th'; ! $lang['OR_every'] = 'OR every:'; ! ! // ! // Added for MX-System module mx_calsnails (basically because 'May' in phpBB is rewritten by 3 letter month) ! // ! ! //$lang['datetime']['May'] = 'May'; ! ! // ! // Added for MX-System module mx_calsnails ! // ! ! $lang['Events'] = 'Events'; ! $lang['allow_anon_post_default'] = "Default access level for ALL anonymous users"; ! ! $lang['Calendar_Events'] = "Calendar of Events"; ! $lang['More_Info'] = 'More Information ...'; ! $lang['To_End_Date'] = 'To:'; ! ! // For Cal Events top label ! $lang['Ev_this_day'] = 'Today'; ! $lang['Ev_this_week'] = 'This Week, '; ! $lang['Ev_next_week'] = 'Next week, '; ! $lang['Ev_this_month'] = 'This month '; ! $lang['Ev_next_month'] = 'Next month '; ! ! // Calsnails adminCP ! $lang['auth_all'] = "Default access level for ALL anonymous users"; ! $lang['auth_reg'] = "Default access level for ALL registered users<br /><br />NOTE: Block EDIT permissions also affect the CalSnails Block. EDIT users become CalSnails moderators..."; ! $lang['cal_filter'] = "Event Filter: Show events added for this Block only<br />NOTE: FALSE, means show ALL calendar events..."; ! $lang['target_block'] = "Associated (target) CalSnails Block"; ! $lang['cal_mod_group'] = "CalSnails Moderator Group"; ! ! ?> \ No newline at end of file --- 1,213 ---- ! <?php ! /********************************************* ! * Calendar Language Pack ! * ! * Language: English ! * Last Updated: $Date$ ! * Revision No.: $Revision$ ! * ! *********************************************/ ! ! ! // Version 2.0.1 (needs translating for other language versions!) ! // Calendar Addon MOD Language fields ! ! $lang['Calendar'] = "Calendar"; ! ! $lang['Cal_description'] = "Description"; ! $lang['Cal_day'] = "Start Date"; ! $lang['Cal_hour'] = "Time"; ! $lang['End_day'] = "End Date"; ! $lang['End_time'] = "End Time"; ! $lang['Cal_subject'] = "Subject"; ! $lang['Cal_add_event'] = "Add event"; ! $lang['Cal_submit_event'] = "Submit event"; ! ! $lang['Cal_event_not_add'] = "Event not added..."; ! $lang['Cal_event_delete'] = "Event Deleted"; ! $lang['Cal_Del_mod'] = "Delete / Modify"; ! $lang['Cal_mod_only'] = "Modify"; ! $lang['Cal_back2cal'] = "Calendar Home"; ! $lang['Cal_mod_marked'] = "Modify event"; ! $lang['Cal_del_marked'] = "Delete event"; ! $lang['Cal_must_sel_event'] = "You must select an event."; ! $lang['Cal_edit_own_event'] = "Sorry, you can only modify your own events."; ! $lang['Cal_delete_event'] = "Sorry, you don't have permission to delete this event."; ! $lang['Cal_not_enough_access'] = "Sorry, Access Denied"; ! $lang['Cal_must_member'] = "You must be authorised to connect and use this service"; ! $lang['Cal_alt_event'] = "Current :"; ! $lang['Validate'] = "Validate Events"; ! $lang['Cal_event_validated'] = "Event(s) have been Validated/Deleted as specified"; ! $lang['No events'] = "Currently there are no events for this date"; ! $lang['No records'] = "No events require validation"; ! $lang['No records modify'] = "No events available to modify"; ! $lang['No information'] = "Insufficient information. Please fill out all the relevant info"; ! $lang['Date before today'] = "Sorry, you cannot submit events for dates that have already passed"; ! $lang['Date before start'] = "Sorry, you cannot submit events that finish before they start"; ! $lang['No date'] = "You must select a start and end date"; ! $lang['No time'] = "You must select a start and end time"; ! ! ! // New Version 2.0.0 Additions. ! $lang['Config_Calendar'] = "Calendar Configuration"; ! $lang['Config_Calendar_explain'] = "Set all the necessary variables for your calendar below"; ! $lang['Cal_event_add'] = "Event Added/Modified..."; ! $lang['Cal_add4valid'] = "Event submitted for validation by an Administrator"; ! ! $lang['week_start'] = "Week start"; ! $lang['subject_length'] = "Subject length"; ! $lang['subject_length_explain'] = "Set the length of characters in an event subject(title) for the main month view<br><i>NB: For double-byte languages always select an even number of characters</i>"; ! $lang['cal_script_path_explain'] = "NOT CURRENTLY IN USE"; ! $lang['allow_anon'] = "Allow anonymous viewing"; ! $lang['allow_old'] = "Allow old events"; ! $lang['allow_old_explain'] = "Allow events to be posted for dates in the past"; ! ! $lang['show_headers'] = "Show the phpBB2 header info"; ! $lang['cal_date_explain'] = "Only use if you wish to use a different format from the forum date format <a href='http://www.php.net/date' target='_other'>gmdate()</a>"; ! $lang['category'] = "Category"; ! ! $lang['Cal_config_updated'] = "Calendar Configuration Updated Sucessfully"; ! $lang['Cal_return_config'] = 'Click %sHere%s to return to Calendar Configuration'; ! $lang['allow_categories'] = "Use categories with events"; ! $lang['require_categories'] = "Require a category with events:"; ! ! $lang['No_cat_selected'] = "No category selected"; ! $lang['Edit_cat'] = "Edit Category"; ! $lang['Cats_explain'] = "Use this section to add, edit or delete the categories you use on your database. <br><br><b>NB:</b> Please note that if you delete a category that has been selected for an event it will not delete those records but it will stop users from being able to filter and view a deleted category."; ! $lang['Cats_title'] = "Category Admin"; ! $lang['Must_enter_cat'] = "You must enter a category"; ! $lang['Cat_updated'] = "Category Updated"; ! $lang['Cat_added'] = "Category Added"; ! $lang['cat_removed'] = "Category Removed"; ! $lang['Add_new_cat'] = "Add new category"; ! $lang['Click_return_catadmin'] = 'Click %sHere%s to return to Category Administration'; ! $lang['Must_enter_valid_cat'] = "You must use valid alpha/numeric characters"; ! $lang['Filter_cats_alt'] = "Show selected category only"; ! $lang['Filter_cats'] = "View only..."; ! $lang['Month_jump'] = "Jump to..."; ! ! $lang['Recur_apply_to'] = "Changes apply to:"; ! $lang['Recur_future'] = "Future events"; ! $lang['Recur_solo'] = "This event only"; ! $lang['Recur_all'] = "All recurrences"; ! $lang['Cal_repeats'] = "Repeats every:"; ! $lang['until'] = "until"; ! $lang['Earliest recur before today'] = "Sorry, the earliest date in this set cannot be moved before today.\n<BR> Problem event on: "; ! $lang['day'] = "day(s)"; ! $lang['month'] = "month(s)"; ! $lang['year'] = "year(s)"; ! $lang['Event_length'] = "Each event lasts:"; ! $lang['Recur_title'] = "Optional Recurring Info."; ! $lang['Event_title'] = "Event Info."; ! $lang['Event overlap'] = "Recurring events cannot repeat before the initial event has ended"; ! $lang['R_period too small'] = "The period available for recurring events is insufficient for any repeats"; ! ! $lang['Add notes'] = "Add additional notes to this entry"; ! $lang['Add noted title'] = "Add Notes"; ! $lang['Split solo'] = "Split into 'stand-alone' entry <i>(will no longer update with related events)</i>"; ! $lang['Split solo title'] = "Split to seperate event"; ! $lang['Split future'] = "Change all event entries from this point forward"; ! $lang['Split future title'] = "Change all future events"; ! $lang['Edit all'] = "Change all related event entries"; ! $land['Edit all title'] = "Change all related events"; ! $lang['early_iteration'] = "(Earliest repetition after todays date)"; ! ! $lang['global subject'] = "Global subject"; ! $lang['global desc'] = "Global event info"; ! ! $lang['Del future'] = "Delete all events from this point forward"; ! $lang['Del all'] = "Delete all related event entries <i>(not including split entries)</i>"; ! $lang['Del this'] = "Delete this single event"; ! ! $lang['Event_num'] = "Event number:"; ! $lang['of'] = "<i>of</i>"; ! ! $lang['Additional info'] = "Additional information:"; ! $lang['Event specific'] = "(specific to 'this' event):"; ! ! $lang['allow_user_post_default'] = "Default access level for ALL registered users"; ! ! $lang['no_public'] = 'No public access'; ! $lang['view_only'] = 'View only'; ! $lang['view_suggest'] = 'View,Suggest Events'; ! $lang['view_add'] = 'View,Add Events'; ! $lang['view_edit_own'] = 'View,Add (Edit/Delete own)'; ! $lang['cal_admin'] = 'Calendar Admin'; ! ! $lang['Invalid date'] = "One or both of the dates you have submitted is invalid"; ! $lang['Empty subject'] = "You must enter a subject for your event"; ! $lang['Empty description'] = "You must enter a description for your event"; ! $lang['max'] = "Maximum:"; ! $lang['Return'] = "Go back to: "; ! ! $lang['View All'] = "View All"; ! $lang['Calendar_Level'] = "Calendar Level"; ! $lang['Calendar_Categories'] = "Calendar Categories"; ! $lang['Calendar Config'] = "Calendar Config"; ! ! $lang['days'] = "day(s)"; ! $lang['weeks'] = "week(s)"; ! $lang['months'] = "month(s)"; ! $lang['years'] = "year(s)"; ! ! $lang['view_year'] = "Year View"; ! $lang['view_month'] = "Month View"; ! $lang['view_week'] = "Week View"; ! $lang['view_day'] = "Day/Event View"; ! $lang['view_list'] = "List View"; ! $lang['view'] = "View"; ! ! $lang['Submitted_by'] = 'Submitted by'; ! ! $lang['No_modify_old'] = "Sorry, you can't edit an old event"; ! $lang['Cat_in_use'] = "This category is linked to existing events and cannot be deleted"; ! ! // DEV lang 2.0.25 ! ! $lang['require_time'] = "Require start/end times to be entered with new events"; ! $lang['allow_private_event'] = "Allow registered users to add private events"; ! $lang['allow_group_event'] = "Allow registered users to limit events to their own groups"; ! ! $lang['event_access'] = "Event Access:"; ! $lang['private_event'] = "Private/Personal"; ! $lang['public_event'] = "Public"; ! $lang['ug_event'] = "Restricted to Usergroup(s)"; ! $lang['group_select'] = "Allowed Usergroups: <br /><i>(if applicable)</i>"; ! ! $lang['group_event_explain'] = "<span class='genmed'><i>(Hold CTRL key and select groups with mouse to select more than one group)</i></span>"; ! $lang['No_private_events'] = "You are not permitted to add private events"; ! $lang['time_format'] = "Time Format"; ! ! // DEV lang 2.0.31 ! ! $lang['c_first'] = '1st'; ! $lang['c_second'] = '2nd'; ! $lang['c_third'] = '3rd'; ! $lang['c_fourth'] = '4th'; ! $lang['OR_every'] = 'OR every:'; ! ! // ! // Added for MX-System module mx_calsnails (basically because 'May' in phpBB is rewritten by 3 letter month) ! // ! ! //$lang['datetime']['May'] = 'May'; ! ! // ! // Added for MX-System module mx_calsnails ! // ! ! $lang['Events'] = 'Events'; ! $lang['allow_anon_post_default'] = "Default access level for ALL anonymous users"; ! ! $lang['Calendar_Events'] = "Calendar of Events"; ! $lang['More_Info'] = 'More Information ...'; ! $lang['To_End_Date'] = 'To:'; ! ! // For Cal Events top label ! $lang['Ev_this_day'] = 'Today'; ! $lang['Ev_this_week'] = 'This Week, '; ! $lang['Ev_next_week'] = 'Next week, '; ! $lang['Ev_this_month'] = 'This month '; ! $lang['Ev_next_month'] = 'Next month '; ! ?> \ No newline at end of file Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/mx_calsnails/language/lang_english/lang_admin.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** lang_admin.php 9 Jan 2005 21:31:28 -0000 1.7 --- lang_admin.php 20 Aug 2005 18:21:43 -0000 1.8 *************** *** 23,55 **** // setlocale(LC_ALL, "en"); ! // ! // Calendar Parameters documentation ! // $lang['Calendar_Block_Title'] = "Block title"; ! $lang['Calendar_Block_Titleinfo'] = "This parameter allows you to override the default block title (you may use something meaningfull depending on the Range used)."; $lang['Calendar_Events_dateformat'] = "Date Format"; ! $lang['Calendar_Events_dateformatinfo'] = "Only use if you wish to use a different format from the Calendar Lite date format (see <a href='http://www.php.net/date' target='_other'>gmdate()</a>)"; $lang['Calendar_Vertical_Size'] = "Vertical Size (pixels)"; ! $lang['Calendar_Vertical_Sizeinfo'] = "If you choose 0, the block height depends on the number of events, otherwise the size will be fixed and the block will be scrollable."; $lang['Calendar_Text_Length'] = "Text Length"; ! $lang['Calendar_Text_Lengthinfo'] = "Specify the max. number of visible characters for the events text."; $lang['Calendar_Events_Range'] = "Range for Events"; ! $lang['Calendar_Events_Rangeinfo'] = "Specify the range (or filter) to be applied to the displayed events."; $lang['Calendar_Events_Prev'] = "Days before range"; ! $lang['Calendar_Events_Previnfo'] = "Use this parameter to apply a negative offset to the range specified."; $lang['Calendar_Events_Next'] = "Days after range"; ! $lang['Calendar_Events_Nextinfo'] = "Use this parameter to apply a positive offset to the range specified."; ! ! $lang['Calendar_Where'] = "SQL Where"; ! $lang['Calendar_Whereinfo'] = "Specify conditions to filter calendar events.<br />For instance: username = 'xxxx' AND eventspan >= 'yyyy-mm-dd hh:mm:ss'<br />Column Information: id (int), username (string), stamp (datetime in the form 'yyyy-mm-dd hh:mm:ss'), subject (string), description (string), user_id (int), eventspan (date)"; ! $lang['Calendar_Order'] = "SQL Order By"; ! $lang['Calendar_Orderinfo'] = "Specify the list of columns (comma separated) to use in ORDER BY clausule.<br />Note: Parameters WHERE and ORDER BY are used to dynamically build the SQL statement for this block. Please, verify the SQL syntax is correct."; $lang['Mod_group'] = 'Calsnails Moderator Group'; $lang['Mod_group_explain'] = '- with Calsnails Admin permissions!'; // // That's all Folks! --- 23,63 ---- // setlocale(LC_ALL, "en"); ! $lang['Calendar_Where'] = "SQL Where"; ! $lang['Calendar_Where_explain'] = "Specify conditions to filter calendar events.<br />For instance: username = 'xxxx' AND eventspan >= 'yyyy-mm-dd hh:mm:ss'<br />Column Information: id (int), username (string), stamp (datetime in the form 'yyyy-mm-dd hh:mm:ss'), subject (string), description (string), user_id (int), eventspan (date)"; ! $lang['Calendar_Order'] = "SQL Order By"; ! $lang['Calendar_Order_explain'] = "Specify the list of columns (comma separated) to use in ORDER BY clausule.<br />Note: Parameters WHERE and ORDER BY are used to dynamically build the SQL statement for this block. Please, verify the SQL syntax is correct."; ! ! // ----------------------------------- ! // Block Parameter Specific ! // ----------------------------------- $lang['Calendar_Block_Title'] = "Block title"; ! $lang['Calendar_Block_Title_explain'] = "This parameter allows you to override the default block title (you may use something meaningfull depending on the Range used)."; $lang['Calendar_Events_dateformat'] = "Date Format"; ! $lang['Calendar_Events_dateformat_explain'] = "Only use if you wish to use a different format from the Calendar Lite date format (see <a href='http://www.php.net/date' target='_other'>gmdate()</a>)"; $lang['Calendar_Vertical_Size'] = "Vertical Size (pixels)"; ! $lang['Calendar_Vertical_Size_explain'] = "If you choose 0, the block height depends on the number of events, otherwise the size will be fixed and the block will be scrollable."; $lang['Calendar_Text_Length'] = "Text Length"; ! $lang['Calendar_Text_Length_explain'] = "Specify the max. number of visible characters for the events text."; $lang['Calendar_Events_Range'] = "Range for Events"; ! $lang['Calendar_Events_Range_explain'] = "Specify the range (or filter) to be applied to the displayed events."; $lang['Calendar_Events_Prev'] = "Days before range"; ! $lang['Calendar_Events_Prev_explain'] = "Use this parameter to apply a negative offset to the range specified."; $lang['Calendar_Events_Next'] = "Days after range"; ! $lang['Calendar_Events_Next_explain'] = "Use this parameter to apply a positive offset to the range specified."; $lang['Mod_group'] = 'Calsnails Moderator Group'; $lang['Mod_group_explain'] = '- with Calsnails Admin permissions!'; + $lang['auth_all'] = "Default access level for ALL anonymous users"; + $lang['auth_reg'] = "Default access level for ALL registered users"; + $lang['auth_reg_explain'] = "NOTE: Block EDIT permissions also affect the CalSnails Block. EDIT users become CalSnails moderators..."; + $lang['cal_filter'] = "Event Filter: Show events added for this Block only"; + $lang['cal_filter_explain'] = "NOTE: FALSE, means show ALL calendar events..."; + $lang['cal_mod_group'] = "CalSnails Moderator Group"; + + // // That's all Folks! |
|
From: Jon O. <jon...@us...> - 2005-08-20 18:21:21
|
Update of /cvsroot/mxbb/mx_act/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22415/modules/mx_act/admin Modified Files: admin_activity.php Log Message: Updating... Index: admin_activity.php =================================================================== RCS file: /cvsroot/mxbb/mx_act/admin/admin_activity.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** admin_activity.php 12 Apr 2005 19:48:19 -0000 1.4 --- admin_activity.php 20 Aug 2005 18:21:13 -0000 1.5 *************** *** 1,814 **** ! <?php ! /** ! * admin_activity.php ! * -------------------- ! * begin : Tuesday, October 15, 2002 ! * copyright : (c)2002 www.iNetAngel.com ! * email : su...@iN... ! * ! * $Id : admin_activity.php, v2.0.0 2003/12/18 59:59:59 Napoleon Exp $ ! * [...1599 lines suppressed...] ! "S_USE_PSM_YES" => $use_point_system_yes, ! "S_USE_PSM_NO" => $use_point_system_no, ! "S_USE_CASH_YES" => $use_cash_system_yes, ! "S_USE_CASH_NO" => $use_cash_system_no, ! "S_USE_ASM_YES" => $use_allowance_system_yes, ! "S_USE_ASM_NO" => $use_allowance_system_no, ! "S_USE_REWARDS_YES" => $use_rewards_yes, ! "S_USE_REWARDS_NO" => $use_rewards_no, ! ! "S_GAMES_PATH" => $games_path, ! "S_GAMELIB_PATH" => $gamelib_path, ! "S_GAMES_PER_PAGE" => $games_per_page, ! "S_HIDDEN_FIELDS" => '' ) ! ); ! } ! // Generate the page ! $template->pparse( 'body' ); ! include( $mx_root_path . 'admin/page_footer_admin.' . $phpEx ); ! ! ?> |
|
From: Jon O. <jon...@us...> - 2005-08-20 18:19:31
|
Update of /cvsroot/mxbb/core/modules/mx_navmenu In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21797/modules/mx_navmenu Added Files: mx_menu_nav.php Log Message: Major commit Adding new adminCP, blockCP and many new oo components Finally finalizing latest months hard work :-) --- NEW FILE: mx_menu_nav.php --- <?php /** ------------------------------------------------------------------------ * subject : mx-portal, CMS & portal * begin : june, 2002 * copyright : (C) 2002-2005 MX-System * email : jon...@ho... * project site : www.mx-system.com * * description : * ------------------------------------------------------------------------- * * $Id: mx_menu_nav.php,v 1.1 2005/08/20 18:19:12 jonohlsson Exp $ */ /** * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. */ // // Read block settings // $block_config = read_block_config($block_id); $title = $block_config[$block_id]['block_title']; $b_description = $block_config[$block_id]['block_desc']; // // Setup config parameters // $config_name = array('menu_display_mode', 'menu_page_sync'); for( $i = 0; $i < count($config_name); $i++ ) { $config_value = $block_config[$block_id][$config_name[$i]]['parameter_value']; $mx_menu_config[$config_name[$i]] = $config_value; } // // Define some parameters // $menu_display_mode = $mx_menu_config['menu_display_mode']; $menu_page_sync = ( $mx_menu_config['menu_page_sync'] != 'No' ); // // Get the current MX page. // $page_id = $mx_request_vars->request('page', MX_TYPE_INT, 1); switch( $menu_display_mode ) { case 'Vertical': $template->set_filenames(array('body' => 'mx_menu_nav.tpl')); break; case 'Horizontal': $template->set_filenames(array('body' => 'mx_menu_nav_horizontal.tpl')); break; default: $template->set_filenames(array('body' => 'mx_menu_nav.tpl')); break; } $sql = "SELECT * FROM " . MENU_CAT_TABLE . " cat, " . MENU_NAV_TABLE . " nav WHERE cat.block_id = '" . $block_id . "' AND cat.cat_id = nav.cat_id ORDER BY cat.cat_order, nav.menu_order"; if ( !($result = $db->sql_query($sql)) ) { mx_message_die(GENERAL_ERROR, 'Could not obtain menu navigation configuration', '', __LINE__, __FILE__, $sql); } $mx_nav_data = $db->sql_fetchrowset($result); $num_of_menus = count($mx_nav_data); $cat_id = 0; $num_of_cats = 0; for( $menu_count = 0; $menu_count < $num_of_menus; $menu_count++ ) { $menu_id = $mx_nav_data[$menu_count]['menu_id']; // // Find if user is allowed for view // $is_auth_ary = menu_auth(AUTH_VIEW, $menu_id, $userdata, $mx_nav_data[$menu_count], $mx_nav_data[$menu_count]['auth_view_group']); if ( !$is_auth_ary['auth_view'] ) { continue; } // New category ?? if ( $cat_id != $mx_nav_data[$menu_count]['cat_id'] ) { $num_of_cats++; $cat_title = $mx_nav_data[$menu_count]['cat_title']; $cat_id = $mx_nav_data[$menu_count]['cat_id']; $cat = ( !empty($lang[$cat_title]) ? $lang[$cat_title] : $cat_title ); $bbcode_uid = $mx_nav_data[$menu_count]['bbcode_uid']; $cat = mx_decode($cat, $bbcode_uid); $cat_desc = ''; $cat_icon = '<img border="0" src="' . PORTAL_URL . TEMPLATE_ROOT_PATH . 'images/minus.gif" /> '; $cat_desc = $mx_nav_data[$menu_count]['cat_desc']; $cat_desc = mx_decode($cat_desc, $bbcode_uid); $cat_desc = ( $cat_desc != '' ? $cat_desc . '<hr />' : '' ); $cat_icon = '<img align="absmiddle" border="0" src="' . PORTAL_URL . TEMPLATE_ROOT_PATH . 'images/plus.gif" /> '; $cat_nav_icon_url = PORTAL_URL . TEMPLATE_ROOT_PATH . 'images/'; $cat_target = ( $mx_nav_data[$menu_count]['cat_target'] == 0 ) ? '' : '_blank'; $cat_url_tmp = append_sid(PORTAL_URL . 'index.php?page=' . $mx_nav_data[$menu_count]['cat_url']); $catt = ( $mx_nav_data[$menu_count]['cat_url'] != 0 ) ? '<a class="genmed" href="' . $cat_url_tmp . '" target="' . $cat_target . '" /><span class="genmed">' . $cat . '</span></a>' : $cat; $template->assign_block_vars('catrow', array( 'CAT_ID' => intval($cat_id), 'BLOCK_ID' => intval($block_id), 'CATEGORY' => $catt, 'U_URL' => append_sid(PORTAL_URL . 'index.' . $phpEx . '?block_id=' . $block_id), 'U_CAT_ICON' => $cat_icon, 'U_CAT_NAV' => $cat_nav_icon_url, 'DESCRIPTION' => $cat_desc )); // Generate the fold/unfold categories switches if ( !empty($HTTP_COOKIE_VARS['phpbbCategory_' . $block_id . $cat_id]) ) { $cat_on = $HTTP_COOKIE_VARS['phpbbCategory_' . $block_id . $cat_id]; } else { $cat_on = ( $mx_nav_data[$menu_count]['cat_show'] == 1 ); } $template->assign_block_vars('catrow.switch_cat_' . ( $cat_on ? 'on' : 'off' ), array()); } $row_color = ( !( $row_count % 2 ) ) ? $theme['td_color1'] : $theme['td_color2']; $row_class = ( !( $row_count % 2 ) ) ? $theme['td_class1'] : $theme['td_class2']; $action = $mx_nav_data[$menu_count]['menu_name']; $action = ( !empty($lang[$action]) ? $lang[$action] : $action ); $desc = $mx_nav_data[$menu_count]['menu_desc']; $desc = ( !empty($lang[$desc]) ? $lang[$desc] : $desc ); $bbcode_uid = $mx_nav_data[$menu_count]['bbcode_uid']; $action = mx_decode($action, $bbcode_uid); if ( $menu_page_sync ) { $style = ( $mx_nav_data[$menu_count]['block_id'] == $HTTP_GET_VARS['dynamic_block'] ) ? 'cattitle' : ( ( $mx_nav_data[$menu_count]['block_id'] == 0 && $mx_nav_data[$menu_count]['page_id'] == $page_id ) ? 'cattitle' : 'genmed' ); } else { $style = 'genmed'; } $icon_tmp = ( file_exists($mx_root_path . TEMPLATE_ROOT_PATH . 'images/menu_icons/' . $mx_nav_data[$menu_count]['menu_icon']) ? $mx_nav_data[$menu_count]['menu_icon'] : 'update.gif' ); $icon_url_hot = str_replace('.gif', '_hot.gif', 'menu_icons/' . $icon_tmp); if ( file_exists($mx_root_path . TEMPLATE_ROOT_PATH . 'images/' . $icon_url_hot) ) { $icon_url = ( $style == 'cattitle' ) ? $icon_url_hot : 'menu_icons/' . $icon_tmp; } else { $icon_url = 'menu_icons/' . $icon_tmp; } $menu_icon = ( !empty($mx_nav_data[$menu_count]['menu_icon']) && $mx_nav_data[$menu_count]['menu_icon'] != 'none' ) ? '<img border="0" align="absmiddle" src="' . PORTAL_URL . TEMPLATE_ROOT_PATH . 'images/' . $icon_url . '" alt="' . $desc . '" /> ' : ''; if ( $mx_nav_data[$menu_count]['page_id'] != 0 && $mx_nav_data[$menu_count]['block_id'] == 0 && $mx_nav_data[$menu_count]['link_target'] != 2 ) { $menu_link = append_sid(PORTAL_URL . 'index.php?page=' . $mx_nav_data[$menu_count]['page_id']); } else if ( $mx_nav_data[$menu_count]['page_id'] != 0 && $mx_nav_data[$menu_count]['link_target'] == 2 ) { $menu_link = append_sid(PORTAL_URL . 'index.php?page=' . $mx_nav_data[$menu_count]['page_id'] . '&' . $mx_nav_data[$menu_count]['menu_links']); } else if ( $mx_nav_data[$menu_count]['link_target'] == 2 ) { $menu_link = append_sid(PORTAL_URL . 'index.php?page=' . $page_id . '&' . $mx_nav_data[$menu_count]['menu_links']); } else if ( $mx_nav_data[$menu_count]['menu_links'] != '' ) { $menu_link = ( substr_count($mx_nav_data[$menu_count]['menu_links'], 'http://') == 0 ? PORTAL_URL . $mx_nav_data[$menu_count]['menu_links'] : $mx_nav_data[$menu_count]['menu_links'] ); } else if ( $mx_nav_data[$menu_count]['page_id'] == 0 && $mx_nav_data[$menu_count]['block_id'] != 0 ) { $menu_link = append_sid(PORTAL_URL . 'index.php?page=' . $page_id . '&dynamic_block=' . $mx_nav_data[$menu_count]['block_id']); } else if ( $mx_nav_data[$menu_count]['page_id'] != 0 && $mx_nav_data[$menu_count]['block_id'] != 0 ) { $menu_link = append_sid(PORTAL_URL . 'index.php?page=' . $mx_nav_data[$menu_count]['page_id'] . '&dynamic_block=' . $mx_nav_data[$menu_count]['block_id']); } else { $sql = "SELECT module_path, function_file FROM " . FUNCTION_TABLE . " fnc, " . MODULE_TABLE . " mdl WHERE fnc.function_id = " . $mx_nav_data[$menu_count]['function_id'] . " AND fnc.module_id = mdl.module_id"; if ( !($result = $db->sql_query($sql)) ) { mx_message_die(GENERAL_ERROR, "Could not query modules information", '', __LINE__, __FILE__, $sql); } $row = $db->sql_fetchrow($result); $menu_link = append_sid(PORTAL_URL . $row['module_path'] . $row['function_file']); } $link_target = ( $mx_nav_data[$menu_count]['link_target'] == 0 || $mx_nav_data[$menu_count]['link_target'] == 2 ) ? '' : '_blank'; $template->assign_block_vars('catrow.modulerow', array( 'ROW_COLOR' => '#' . $row_color, 'ROW_CLASS' => $row_class, 'MENU_NAME' => $action, 'MENU_STYLE' => $style, 'MENU_DESC' => $desc, 'U_MENU_MODULE' => $menu_link, 'U_LINK_TARGET' => $link_target, 'U_MENU_ICON' => $menu_icon )); } $cat_width = $num_of_cats > 0 ? ceil(100 / $num_of_cats) . '%' : '100%'; $template->assign_vars(array( 'BLOCK_SIZE' => ( !empty($block_size) ? $block_size : '100%' ), 'L_TITLE' => $title, 'L_DESC' => $b_description, 'S_ACTION' => $edit_url, 'EDIT_IMG' => $edit_img, 'NUM_OF_CATS' => $num_of_cats, 'NUM_OF_CATS_EDIT' => $num_of_cats - 1, 'CAT_WIDTH' => $cat_width, 'S_HIDDEN_FORM_FIELDS' => $s_hidden_fields )); $template->pparse('body'); ?> |
|
From: Jon O. <jon...@us...> - 2005-08-20 18:19:31
|
Update of /cvsroot/mxbb/core/modules/mx_textblocks/language/lang_english In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21797/modules/mx_textblocks/language/lang_english Modified Files: lang_main.php Log Message: Major commit Adding new adminCP, blockCP and many new oo components Finally finalizing latest months hard work :-) Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_textblocks/language/lang_english/lang_main.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** lang_main.php 26 Apr 2005 19:52:18 -0000 1.4 --- lang_main.php 20 Aug 2005 18:19:12 -0000 1.5 *************** *** 21,47 **** ***************************************************************************/ - // - // Entries for Flexible Blocks - // - $lang['Block_Style'] = "Block Border:"; - $lang['Title_Style'] = "Title Header Style:"; - $lang['Show_Title'] = "Show Title:"; - $lang['Text_Style'] = "Text Style:"; - - $lang['Block_Style_Explain'] = "Show border around textblock:"; - $lang['Title_Style_Explain'] = "Use css style for title row:"; - $lang['Show_Title_Explain'] = ""; - $lang['Text_Style_Explain'] = "Select default font size:"; - - - $lang['block_ids'] = "Portal Blocks (>2):<br />- Select which blocks to show "; - $lang['block_sizes'] = "Specify Block widths: <br /> - be sure to match the number of blocks to show<br />For example: '30%, *' for two blocks. "; - $lang['space_between'] = "Space between blocks:"; - - $lang['yes'] = "Yes"; - $lang['no'] = "No"; - $lang['Toc_title'] = "Contents:"; $lang['Goto_page'] = "Goto page:"; ?> \ No newline at end of file --- 21,28 ---- ***************************************************************************/ $lang['Toc_title'] = "Contents:"; $lang['Goto_page'] = "Goto page:"; + $lang['Blog_id'] = "Blog id:<br />- \"%s\" is replaced by the username."; + ?> \ No newline at end of file |
|
From: Jon O. <jon...@us...> - 2005-08-20 18:19:31
|
Update of /cvsroot/mxbb/core/modules/mx_coreblocks/templates/subSilver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21797/modules/mx_coreblocks/templates/subSilver Removed Files: mx_menu_nav.tpl mx_menu_nav_horizontal.tpl Log Message: Major commit Adding new adminCP, blockCP and many new oo components Finally finalizing latest months hard work :-) --- mx_menu_nav.tpl DELETED --- --- mx_menu_nav_horizontal.tpl DELETED --- |
|
From: Jon O. <jon...@us...> - 2005-08-20 18:19:31
|
Update of /cvsroot/mxbb/core/modules/mx_navmenu/templates/subSilver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21797/modules/mx_navmenu/templates/subSilver Added Files: mx_menu_nav.tpl mx_menu_nav_horizontal.tpl Log Message: Major commit Adding new adminCP, blockCP and many new oo components Finally finalizing latest months hard work :-) --- NEW FILE: mx_menu_nav.tpl --- <table width="{BLOCK_SIZE}" cellpadding="4" cellspacing="0" border="0" class="forumline"> <!-- BEGIN catrow --> <tr> <td class="row2" height="10" align="center" width="10"> <!-- BEGIN switch_cat_on --> <span class="newsbutton" onClick="rollup_contract(this, 'phpbbCategory_{catrow.BLOCK_ID}{catrow.CAT_ID}', '{catrow.U_CAT_NAV}');"><img src="{catrow.U_CAT_NAV}contract.gif" border="0" /></span> <!-- END switch_cat_on --> <!-- BEGIN switch_cat_off --> <span class="newsbutton" onClick="rollup_contract(this, 'phpbbCategory_{catrow.BLOCK_ID}{catrow.CAT_ID}', '{catrow.U_CAT_NAV}');"><img src="{catrow.U_CAT_NAV}expand.gif" border="0" /></span> <!-- END switch_cat_off --> </td> <td class="row2" height="10" align="left" width="100%"> <span class="genmed"><b>{catrow.CATEGORY}</b></span> </td> </tr> <tr> <td class="row1" align="left" colspan="2"><span class="genmed">{catrow.DESCRIPTION}</span></td> </tr> <!-- BEGIN switch_cat_on --> <tbody id="phpbbCategory_{catrow.BLOCK_ID}{catrow.CAT_ID}" style="display: ;"> <!-- END switch_cat_on --> <!-- BEGIN switch_cat_off --> <tbody id="phpbbCategory_{catrow.BLOCK_ID}{catrow.CAT_ID}" style="display: none;"> <!-- END switch_cat_off --> <!-- BEGIN modulerow --> <tr> <td class="row1" valign="middle" height="10" align="left" colspan="2">{catrow.modulerow.U_MENU_ICON}<span class="{catrow.modulerow.MENU_STYLE}"> <a href="{catrow.modulerow.U_MENU_MODULE}" target="{catrow.modulerow.U_LINK_TARGET}" class="genmed" title="{catrow.modulerow.MENU_DESC}">{catrow.modulerow.MENU_NAME}</a></span></td> </tr> <!-- END modulerow --> </tbody> <!-- END catrow --> </table> --- NEW FILE: mx_menu_nav_horizontal.tpl --- <table width="{BLOCK_SIZE}" cellpadding="4" cellspacing="0" border="0" class="forumline"> <tr> <!-- BEGIN catrow --> <td class="row1" align="left" width="{CAT_WIDTH}" valign="top"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td class="row2" height="18" width="20" align="center" valign="middle"> <!-- BEGIN switch_cat_on --> <span class="newsbutton" onClick="rollup_contract(this, 'phpbbCategory_{catrow.BLOCK_ID}{catrow.CAT_ID}', '{catrow.U_CAT_NAV}');"><img src="{catrow.U_CAT_NAV}contract.gif" border="0" /></span> <!-- END switch_cat_on --> <!-- BEGIN switch_cat_off --> <span class="newsbutton" onClick="rollup_contract(this, 'phpbbCategory_{catrow.BLOCK_ID}{catrow.CAT_ID}', '{catrow.U_CAT_NAV}');"><img src="{catrow.U_CAT_NAV}expand.gif" border="0" /></span> <!-- END switch_cat_off --> </td> <td class="row2" align="left" height="18" width="100%"> <span class="genmed"><b> {catrow.CATEGORY}</b></span> </td> </tr> <tr> <td class="row1" align="left" colspan="2"><span class="genmed">{catrow.DESCRIPTION}</span></td> </tr> <!-- BEGIN switch_cat_on --> <tbody id="phpbbCategory_{catrow.BLOCK_ID}{catrow.CAT_ID}" style="display: ;"> <!-- END switch_cat_on --> <!-- BEGIN switch_cat_off --> <tbody id="phpbbCategory_{catrow.BLOCK_ID}{catrow.CAT_ID}" style="display: none;"> <!-- END switch_cat_off --> <!-- BEGIN modulerow --> <tr> <td class="row1" valign="center" colspan="2">{catrow.modulerow.U_MENU_ICON}<span class="{catrow.modulerow.MENU_STYLE}"><a href="{catrow.modulerow.U_MENU_MODULE}" target="{catrow.modulerow.U_LINK_TARGET}" class="genmed" title="{catrow.modulerow.MENU_DESC}">{catrow.modulerow.MENU_NAME}</a></span></td> </tr> <!-- END modulerow --> </tbody> </table> </td> <!-- END catrow --> </tr> </table> |
|
From: Jon O. <jon...@us...> - 2005-08-20 18:19:31
|
Update of /cvsroot/mxbb/core/language/lang_english In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21797/language/lang_english Modified Files: lang_admin.php Log Message: Major commit Adding new adminCP, blockCP and many new oo components Finally finalizing latest months hard work :-) Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/core/language/lang_english/lang_admin.php,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** lang_admin.php 16 Apr 2005 23:01:59 -0000 1.37 --- lang_admin.php 20 Aug 2005 18:19:11 -0000 1.38 *************** *** 25,160 **** // setlocale(LC_ALL, "en"); - // ! // Configuration // ! $lang['Portal_admin'] = "Portal Administration"; ! $lang['Portal_admin_explain'] = "Use this form to customize your portal"; ! $lang['Portal_General_Config'] = "Portal Configuration"; ! $lang['Portal_General_settings'] = "General Settings"; ! $lang['Portal_General_config_info'] = "General Portal Config Info "; ! $lang['Portal_General_config_info_explain'] = "Posted setup info from the config.php file (no edits needed)"; ! $lang['Portal_Name'] = "Portal Name:"; ! $lang['Portal_PHPBB_Url'] = "URL to your phpBB installation:"; ! $lang['Portal_Url'] = "URL to mxBB-Portal:"; ! $lang['Portal_Config_updated'] = "Portal Configuration Updated Successfully"; ! $lang['Click_return_portal_config'] = "Click %sHere%s to return to Portal Configuration"; // ! // Menu Management // ! $lang['Menu_admin'] = "Navigation Menu Administration"; ! $lang['Menu_admin_explain'] = "Use this form to customize your Navigation Menu"; ! $lang['Menu_edit_delete_explain'] = "Use this form to customize your Navigation Menu"; ! $lang['Menu_settings'] = "Navigation Menu Information"; ! $lang['Menu_delete'] = "Delete a Navigation Menu"; ! $lang['Menu_delete_explain'] = "Use this form to delete (and/or move) a Navigation Menu and its subelement(s)"; ! $lang['Edit_menu'] = "Edit a Navigation Menu"; ! $lang['Update'] = "Update"; ! $lang['Create_menu'] = "Add new Navigation Menu"; ! $lang['Create_category'] = "Add new Navigation Category"; ! $lang['Menu_Config_updated'] = "Navigation Menu Configuration Updated Successfully"; ! $lang['Menus_updated'] = "Menu and Category information updated successfully"; ! $lang['Click_return_menuadmin'] = "Click %sHere%s to return to Navigation Menu Administration"; ! $lang['Menu_name'] = "Navigation Menu Name"; ! $lang['Menu_icon'] = "Navigation Menu Icon<br /> - the *_hot.gif pic is only used when 'Mark Current Page' is enabled."; ! $lang['Menu_desc'] = "Description"; $lang['Edit'] = "Edit"; $lang['Delete'] = "Delete"; $lang['Move_up'] = "Move up"; $lang['Move_down'] = "Move down"; $lang['Resync'] = "Resync"; ! $lang['Click_return_admin_index'] = "Click %sHere%s to return to the Administration Index"; // // Module Management // - $lang['Module'] = "Module"; $lang['Module_admin'] = "Module Administration"; ! $lang['Module_admin_explain'] = "Use this form to customize Modules"; ! $lang['Column_delete'] = "Delete a Column"; $lang['Module_delete'] = "Delete a Module"; ! $lang['Module_delete_explain'] = "Use this form to delete a Module (or function)"; $lang['Edit_module'] = "Edit a Module"; $lang['Create_module'] = "Create new Module"; - $lang['Module_Config_updated'] = "Module Configuration Updated Successfully"; - $lang['Module_updated'] = "Module Information Updated successfully"; - $lang['Click_return_module_admin'] = "Click %sHere%s to return to Module Administration"; - $lang['Column_name'] = "Column Name"; $lang['Module_name'] = "Module Name"; $lang['Module_desc'] = "Description"; ! $lang['Module_path'] = "Path"; ! $lang['Create_column'] = "Add new Column"; ! $lang['Column'] = "Column"; ! $lang['Edit_Column'] = "Edit a Column"; ! $lang['Edit_Column_explain'] = "Use this form to modify a column"; ! $lang['Column_Size'] = "Size of the column"; // ! // These are displayed in the drop down boxes for advanced ! // mode Module auth, try and keep them short! // ! $lang['Menu_Navigation'] = "Navigation Menu"; ! $lang['Modules'] = "Modules"; ! $lang['Portal_index'] = "Portal Index"; ! $lang['Poll_Display'] = "Which Poll do you want to display?"; ! $lang['Meta_admin'] = "Meta Tags Administration"; ! $lang['Mega_admin_explain'] = "Use this form to customize your meta tags"; ! $lang['Meta_Title'] = "Title"; ! $lang['Meta_Author'] = "Author"; ! $lang['Meta_Copyright'] = "Copyright"; ! $lang['Meta_Keywords'] = "Keywords"; ! $lang['Meta_Keywords_explain'] = "(comma seperated list)"; ! $lang['Meta_Description'] = "Description"; ! $lang['Meta_Language'] = "Language Code"; ! $lang['Meta_Rating'] = "Rating"; ! $lang['Meta_Robots'] = "Robots"; ! $lang['Meta_Pragma'] = "Pragma no-cache"; ! $lang['Meta_Bookmark_icon'] = "Bookmark Icon"; ! $lang['Meta_Bookmark_explain'] = "(relative location)"; ! $lang['Meta_HTITLE'] = "Extra Header Settings"; ! $lang['Meta_data_updated'] = "Meta data file (mx_meta.inc) has been updated!<br />Click %sHERE%s to return to Meta Tags Administration."; ! $lang['Meta_data_ioerror'] = "Unable to open mx_meta.inc. Make sure the file is writable (chmod 777)."; ! $lang['Create_block'] = "Create new Block"; ! $lang['Block_delete'] = "Delete a Block"; ! $lang['Block_delete_explain'] = "Use this form to delete a Block (or column)"; ! $lang['Block'] = "Block"; ! $lang['Block_title'] = "Title"; ! $lang['Block_desc'] = "Description"; ! $lang['Add_Block'] = "Add new Block"; ! $lang['Auth_Block'] = "Permissions"; ! $lang['AUTH_ALL'] = "ALL"; ! $lang['AUTH_REG'] = "REG"; ! $lang['AUTH_PRIVATE'] = "PRIVATE"; ! $lang['AUTH_MOD'] = "MOD"; ! $lang['AUTH_ADMIN'] = "ADMIN"; ! $lang['AUTH_ANONYMOUS'] = "ANONYMOUS"; ! $lang['Function'] = "Function"; ! $lang['Settings'] = "Settings"; ! $lang['Save_Settings'] = "Save Settings"; ! $lang['announce_nbr_display'] = "Number of Messages to display (max)"; ! $lang['announce_nbr_days'] = "Number of Days to Display Messages"; ! $lang['announce_img'] = "Announcement Image"; ! $lang['announce_img_sticky'] = "Sticky Image"; ! $lang['announce_img_normal'] = "Normal Message Image"; ! $lang['announce_img_global'] = "Global Announcement Image"; ! $lang['announce_display'] = "Display Announcement(s) messages in this Block"; ! $lang['announce_display_sticky'] = "Display Sticky(ies) in this Block"; ! $lang['announce_display_normal'] = "Display Normal message(s) in this Block"; ! $lang['announce_display_global'] = "Display Global Announcements in this Block"; ! $lang['announce_forum'] = "Source Forums<br /> You may make multiple selections<br />* If none is selected, all authorized forums will be visible"; ! $lang['poll_forum'] = "Source Forums<br /> You may make multiple selections<br />* If none is selected, all authorized forums will be visible"; ! $lang['Function_admin'] = "Function Administration"; ! $lang['Function_admin_explain'] = "Each Module has one or more Functions. Use this form to edit, add, or delete a Function"; ! $lang['Function_name'] = "Function Name"; ! $lang['Function_desc'] = "Description"; ! $lang['Function_file'] = "File ( Script )"; ! $lang['Create_function'] = "Add new Function"; ! $lang['Parameter_name'] = "Name "; ! $lang['Parameter_desc'] = "Description"; ! $lang['Parameter_type'] = "Type"; ! $lang['Parameter_default'] = "Default Value"; $lang['import_module_pack'] = "Install Module"; $lang['import_module_pack_explain'] = "This will add a Module to the portal. Be sure the Module Package is uploaded to the /modules folder. Remember to use the latest Module version!"; --- 25,143 ---- // setlocale(LC_ALL, "en"); // ! // Left AdminCP Panel // ! $lang['1_General_admin'] = "General"; ! $lang['1_1_Management'] = "Configuration"; + $lang['2_CP'] = "Management"; + $lang['2_1_Modules'] = "Modules Setup<br /><hr>"; + $lang['2_2_ModuleCP'] = "Module Control Panel"; + $lang['2_3_BlockCP'] = "Block Control Panel"; + $lang['2_4_PageCP'] = "Page Control Panel"; + + $lang['4_Panel_system'] = "System Tools"; + $lang['4_1_Cache'] = "Regenerate Cache"; + $lang['4_1_Integrity'] = "Integrity Checker"; + $lang['4_1_Meta'] = "META tags"; + $lang['4_1_PHPinfo'] = "PHPinfo()"; // ! // General // ! $lang['Yes'] = "Yes"; ! $lang['No'] = "No"; ! $lang['No_modules'] = "No Modules installed"; ! $lang['No_functions'] = "This module has no block functions"; ! $lang['No_parameters'] = "This function has no parameters"; ! $lang['No_blocks'] = "No blocks for this function has been created"; ! $lang['No_pages'] = "No pages created"; ! $lang['No_settings'] = "No further settings for this block"; ! $lang['Quick_nav_modules'] = "Quick Module Navigation"; ! $lang['Quick_nav_pages'] = "Quick Pages Navigation"; ! $lang['Include_all_modules'] = "List all modules"; ! $lang['Include_all_pages'] = "List all pages"; ! $lang['View'] = "View"; $lang['Edit'] = "Edit"; $lang['Delete'] = "Delete"; + $lang['Settings'] = "Settings"; $lang['Move_up'] = "Move up"; $lang['Move_down'] = "Move down"; $lang['Resync'] = "Resync"; ! $lang['Update'] = "Update"; ! $lang['Permissions'] = "Permissions"; ! $lang['Permissions_std'] = "Standard Permissions"; ! $lang['Permissions_adv'] = "Advanced Permissions"; + $lang['AdminCP_status'] = "<b>Status</b>"; + $lang['Invalid_action'] = "Error"; + $lang['was_installed'] = "was installed"; + $lang['was_uninstalled'] = "was uninstalled"; + $lang['was_upgraded'] = "was upgraded"; + $lang['was_exported'] = "was exported"; + $lang['was_deleted'] = "was deleted"; + $lang['was_removed'] = "was removed"; + $lang['was_inserted'] = "was inserted"; + $lang['was_updated'] = "was updated"; + $lang['was_added'] = "was added"; + $lang['was_moved'] = "was moved"; + $lang['was_synced'] = "was synced"; + + $lang['error_no_field'] = "Missing field. Please fill out all needed fields..."; + + // + // Configuration + // + $lang['Portal_admin'] = "Portal Administration"; + $lang['Portal_admin_explain'] = "Use this form to customize your portal"; + $lang['Portal_General_Config'] = "Portal Configuration"; + $lang['Portal_General_settings'] = "General Settings"; + $lang['Portal_General_config_info'] = "General Portal Config Info "; + $lang['Portal_General_config_info_explain'] = "Posted setup info from the config.php file (no edits needed)"; + $lang['Portal_Name'] = "Portal Name:"; + $lang['Portal_PHPBB_Url'] = "URL to your phpBB installation:"; + $lang['Portal_Url'] = "URL to mxBB-Portal:"; + $lang['Portal_Config_updated'] = "Portal Configuration Updated Successfully"; + $lang['Click_return_portal_config'] = "Click %sHere%s to return to Portal Configuration"; + $lang['PHPBB_info'] = "phpBB Info"; + $lang['PHPBB_version'] = "phpBB Version:"; + $lang['PHPBB_script_path'] = "phpBB Script Path:"; + $lang['PHPBB_server_name'] = "phpBB Domain (server_name):"; + $lang['MX_Portal'] = "mxBB-Portal"; + $lang['MX_Modules'] = "mxBB-Modules"; + $lang['Phpbb'] = "phpBB"; + $lang['Top_phpbb_links'] = "Show phpBB header links <br /> - new/unread posts etc on the portal front page"; + $lang['Portal_version'] = "mxBB-Portal Version:"; // // Module Management // $lang['Module_admin'] = "Module Administration"; ! $lang['Module_admin_explain'] = "Use this form to manage modules: installation, upgrading and module development.<br /><b>To use this panel, you need to have javascript and cookies enabled in your browser!</b>"; ! $lang['Modulecp_admin'] = "Module Control Panel"; ! $lang['Modulecp_admin_explain'] = "Use this form to manage modules: block functions (parameters) and portal blocks.<br /><b>To use this panel, you need to have javascript and cookies enabled in your browser!</b>"; ! $lang['Modules'] = "Modules"; ! $lang['Module'] = "Module"; $lang['Module_delete'] = "Delete a Module"; ! $lang['Module_delete_explain'] = "Use this form to delete a Module (or block function)"; $lang['Edit_module'] = "Edit a Module"; $lang['Create_module'] = "Create new Module"; $lang['Module_name'] = "Module Name"; $lang['Module_desc'] = "Description"; ! $lang['Module_path'] = "Path, eg 'modules/mx_textblocks/'"; ! $lang['Module_include_admin'] = "Include this module in lelft pane Admin Menu Navigation"; // ! // Module Installation // ! $lang['Module_delete_db'] = "Do you really want to uninstall the Module? Warning: you will lose all Module data. Consider upgrading instead..."; ! $lang['Click_module_delete_yes'] = "Click %sHere%s to uninstall the Module"; ! $lang['Click_module_upgrade_yes'] = "Click %sHere%s to upgrade the Module"; ! $lang['Click_module_export_yes'] = "Click %sHere%s to export the Module"; ! $lang['Error_no_db_install'] = "Error: The file db_install.php does not exist. Please verify this and try again..."; ! $lang['Error_no_db_uninstall'] = "Error: The file db_uninstall.php does not exist, or the uninstall feature is not supported for this module. Please verify this and try again..."; ! $lang['Error_no_db_upgrade'] = "Error: The file db_upgrade.php does not exist, or the upgrade feature is not supported for this module. Please verify this and try again..."; ! $lang['Error_module_installed'] = "Error: This module is already installed! Please either first delete module, or upgrade the module instead."; ! $lang['Uninstall_module'] = "Uninstall Module"; $lang['import_module_pack'] = "Install Module"; $lang['import_module_pack_explain'] = "This will add a Module to the portal. Be sure the Module Package is uploaded to the /modules folder. Remember to use the latest Module version!"; *************** *** 164,188 **** $lang['Export_Module'] = "Select a Module:"; $lang['export_module_pack_explain'] = "This will export a Module *.pak file. This is only intended for Module writers..."; ! $lang['Not_Specified'] = "Not Specified"; ! $lang['Page'] = "Page"; ! $lang['Add_Page'] = "Add new Page"; ! $lang['Block_admin'] = "Block Administration"; ! $lang['Block_admin_explain'] = "Use this form to add, delete and change the settings for each block."; ! $lang['Module_include_admin'] = "Include this module in Admin Menu Navigation"; ! $lang['Translation_Tools'] = "Translation Tools"; ! $lang['Create_parameter'] = "Add new Parameter"; ! $lang['Parameter_admin'] = "Parameter Administration"; $lang['Parameter_admin_explain'] = "List all Parameters for this Function"; $lang['Parameter_id'] = "ID"; ! $lang['Parameter_function'] = "Function"; ! $lang['Preview_portal'] = "Preview Portal"; $lang['Page_admin'] = "Page Administration"; $lang['Page_Config_updated'] = "Page Configuration Updated Successfully"; - $lang['Page_updated'] = "Page and Column information updated successfully"; $lang['Click_return_page_admin'] = "Click %sHere%s to return to Page Administration"; ! $lang['Module_delete_db'] = "Do you really want to uninstall the Module? Warning: you will lose all Module data. Consider upgrading instead..."; ! $lang['Click_module_delete_db_yes'] = "Click %sHere%s to uninstall the Module"; // --- 147,309 ---- $lang['Export_Module'] = "Select a Module:"; $lang['export_module_pack_explain'] = "This will export a Module *.pak file. This is only intended for Module writers..."; ! $lang['Module_Config_updated'] = "Module Configuration Updated Successfully"; ! $lang['Click_return_module_admin'] = "Click %sHere%s to return to Module Administration"; ! $lang['Module_updated'] = "Module Information Updated successfully"; ! ! // ! // Functions & Parameters Administration ! // ! $lang['Function_admin'] = "Block Function Administration"; ! $lang['Function_admin_explain'] = "Each Module has one or more Block Functions. Use this form to edit, add, or delete a Block Function"; ! $lang['Function'] = "Block function"; ! $lang['Function_name'] = "Block Function Name"; ! $lang['Function_desc'] = "Description"; ! $lang['Function_file'] = "File "; ! $lang['Function_admin_file'] = "File (Edit block script) <br /> Xtra parameters for this edit block panel. Leave blank to use default edit panel."; ! $lang['Create_function'] = "Add new Block Function"; ! $lang['Delete_function'] = "Delete Block Function"; ! $lang['Delete_function_explain'] = "This will delete the function and all its associated portal blocks. Beware, this operation cannot be undone!"; ! $lang['Click_function_delete_yes'] = "Click %sHere%s to delete the Function"; ! ! $lang['Parameter_admin'] = "Function Parameter Administration"; $lang['Parameter_admin_explain'] = "List all Parameters for this Function"; + $lang['Parameter'] = "Parameter"; + $lang['Parameter_name'] = "<b>Parameter Name</b><br />- to be used to access the parameter"; + $lang['Parameter_type'] = "<b>Parameter Type</b>"; + $lang['Parameter_default'] = "<b>Default Value</b>"; + $lang['Parameter_function'] = "<b>Function (for Type 'Function')</b><br />- You may pass the parameter data to an external function <br /> to generate the parameter form field.<br />- For example: <br />get_list_formatted(\"block_list\",\"{parameter_value}\",\"{parameter_id}[]\")"; + + $lang['Parameters'] = "Parameters"; $lang['Parameter_id'] = "ID"; ! $lang['Create_parameter'] = "Add new Parameter"; ! $lang['Delete_parameter'] = "Delete Function Parameter"; ! $lang['Delete_parameter_explain'] = "This will delete the parameter and update all associated portal blocks. Beware, this operation cannot be undone!"; ! $lang['Click_parameter_delete_yes'] = "Click %sHere%s to delete the Parameter"; ! ! // ! // Parameter Types ! // ! $lang['ParType_BBText'] = "Simple BBText Textblock"; ! $lang['ParType_BBText_info'] = "This is a simple textblock, parsing bbcodes"; ! $lang['ParType_Html'] = "Simple Html Textblock"; ! $lang['ParType_Html_info'] = "This is a simple textblock, parsing html"; ! $lang['ParType_Text'] = "Plain Text (single-row)"; ! $lang['ParType_Text_info'] = "This is a simple text field"; ! $lang['ParType_TextArea'] = "Plain Text Area (multiple-row)"; ! $lang['ParType_TextArea_info'] = "This is a simple text area field"; ! $lang['ParType_Boolean'] = "Boolean"; ! $lang['ParType_Boolean_info'] = "This is a 'yes' or 'no' radio switch."; ! $lang['ParType_Number'] = "Plain Number"; ! $lang['ParType_Number_info'] = "This is a simple number field"; ! $lang['ParType_Function'] = "Parameter function"; ! $lang['ParType_Values'] = "Values"; ! ! $lang['ParType_Radio_single_select'] = "Single-Selection Radio Buttons"; ! $lang['ParType_Radio_single_select_info'] = ""; ! $lang['ParType_Menu_single_select'] = "Single-Selection Menu"; ! $lang['ParType_Menu_single_select_info'] = ""; ! $lang['ParType_Menu_multiple_select'] = "Multiple-Selection Menu"; ! $lang['ParType_Menu_multiple_select_info'] = ""; ! $lang['ParType_Checkbox_multiple_select'] = "Multiple-Selection Checkbox"; ! $lang['ParType_Checkbox_multiple_select_info'] = ""; ! ! // ! // Blocks Administration ! // ! $lang['Block_admin'] = "Block Control Panel"; ! $lang['Block_admin_explain'] = "Use this form to manage Portal Blocks.<br /><b>To use this panel, you need to have javascript and cookies enabled in your browser!</b>"; ! $lang['Block'] = "Block"; ! $lang['Show_title'] = "Show Block Title?"; ! $lang['Show_title_explain'] = "Whether or not to display the block title"; ! $lang['Show_block'] = "Show Block?"; ! $lang['Show_block_explain'] = "- if 'no', the Block is hidden to all users, except administrators"; ! $lang['Show_stats'] = "Show Statistics?"; ! $lang['Show_stats_explain'] = "- if 'yes', 'edited by...' will be displayed below the block"; ! $lang['Show_blocks'] = "View Function Blocks"; ! $lang['Block_delete'] = "Delete a Block"; ! $lang['Block_delete_explain'] = "Use this form to delete a Block (or column)"; ! $lang['Block_title'] = "Title"; ! $lang['Block_desc'] = "Description"; ! $lang['Add_Block'] = "Add new Block"; ! $lang['Auth_Block'] = "Permissions"; ! $lang['Auth_Block_explain'] = "ALL: All users<br />REG: Registered Users<br />PRIVATE: Group members (see advanced permissions)<br />MOD: block moderators (see advanced permissions)<br />ADMIN: Admin<br />ANONYMOS: Guest users ONLY"; ! $lang['Block_quick_stats'] = "Quick Stats"; ! $lang['Block_quick_edit'] = "Quick Edit"; ! $lang['Create_block'] = "Create new Block"; ! $lang['Delete_block'] = "Delete Portal Block"; ! $lang['Delete_block_explain'] = "This will delete the block and update all associated portal pages. Beware, this operation cannot be undone!"; ! $lang['Click_block_delete_yes'] = "Click %sHere%s to delete the Block"; ! ! // ! // BlockCP Administration ! // ! $lang['Block_cp'] = "BlockCP"; ! $lang['Click_return_blockCP_admin'] = "Click %sHere%s to return to the Block Control Panel"; ! $lang['Click_return_portalpage_admin'] = "Click %sHere%s to return to the Portal Page"; ! $lang['BlockCP_Config_updated'] = "The Block was Updated..."; ! ! // ! // Pages Administration ! // $lang['Page_admin'] = "Page Administration"; + $lang['Page_admin_explain'] = "Use this form to add, delete and change the settings for Portal Pages and Page Templates.<br /><b>To use this panel, you need to have javascript and cookies enabled in your browser!</b>"; + $lang['Page_admin_edit'] = "Page Edit"; + $lang['Page_admin_private'] = "Advanced Page (PRIVATE) Permissions"; + $lang['Page_admin_settings'] = "Page Settings"; + $lang['Page'] = "Page"; + $lang['Page_Id'] = "Page ID"; + $lang['Page_icon'] = "Page Icon <br /> - to be used in the adminCP only, eg. icon_home.gif (default)"; + $lang['Page_header'] = "Page header file <br /> - i.e. overall_header.php (default), overall_noheader.php (no header) or user custom header file."; + $lang['Auth_Page'] = "Permissions"; + $lang['Select_sort_method'] = "Select Sort Method"; + $lang['Order'] = "Order"; + $lang['Sort'] = "Sort"; + $lang['Page_sort_title'] = "Page title"; + $lang['Page_sort_desc'] = "Page description"; + $lang['Page_sort_created'] = "Page created"; + $lang['Sort_Ascending'] = "ASC"; + $lang['Sort_Descending'] = "DESC"; + $lang['Return_to_page'] = "Return to Portal Page"; + $lang['Auth_Page_group'] = "-> PRIVATE Group"; + $lang['Page_desc'] = "Description"; + $lang['Page_graph_border'] = "Page border graphics - file prefix"; + $lang['Page_graph_border_explain'] = "To use border graphics around Blocks, specify the prefix for the graphics files here. For example, enter 'border_' to use the files: border_1-1.gif, border_1-2.gif,..., border_3-3.gif for the 3x3 matrix with gif-images. Leave blank to disable border graphics (default)."; + $lang['Add_Page'] = "Add new Page"; $lang['Page_Config_updated'] = "Page Configuration Updated Successfully"; $lang['Click_return_page_admin'] = "Click %sHere%s to return to Page Administration"; + $lang['Remove_block'] = "Remove Portal Block"; + $lang['Remove_block_explain'] = "This will remove the block from this page. Beware, this operation cannot be undone!"; + $lang['Click_block_remove_yes'] = "Click %sHere%s to remove the Block"; ! $lang['Column_admin'] = "Page Column Administration"; ! $lang['Column_admin_explain'] = "Administer Page Columns"; ! $lang['Column'] = "Page Column"; ! $lang['Edit_Column'] = "Edit a Column"; ! $lang['Edit_Column_explain'] = "Use this form to modify a column"; ! $lang['Column_Size'] = "Size of the column"; ! $lang['Column_name'] = "Column Name"; ! $lang['Column_delete'] = "Delete a Column"; ! $lang['Page_updated'] = "Page and Column information updated successfully"; ! $lang['Create_column'] = "Add new Column"; ! $lang['Delete_column'] = "Delete Page Column"; ! $lang['Delete_column_explain'] = "This will delete the Page Column. Beware, this operation cannot be undone!"; ! $lang['Click_column_delete_yes'] = "Click %sHere%s to delete the Page Column"; + // + // Page templates + // + $lang['Page_templates_admin'] = "Page Templates Administration"; + $lang['Page_templates_admin_explain'] = "Use this page to create, edit or delete Page Templates"; + $lang['Page_template'] = "Page Template"; + $lang['Page_template_column'] = "Page Template Column"; + $lang['Choose_page_template'] = "Choose Page Template"; + $lang['Template_Config_updated'] = "Template Configuration Updated"; + $lang['Add_Template'] = "Add new Template"; + $lang['Template'] = "Template"; + $lang['Template_name'] = "Template Name"; + $lang['Page_template_delete'] = "Delete Template"; + $lang['Delete_template'] = "Delete Page Template"; + $lang['Delete_template_explain'] = "This will delete the Page Template. Beware, this operation cannot be undone!"; + $lang['Click_template_delete_yes'] = "Click %sHere%s to delete the Page Template"; // *************** *** 242,336 **** $lang['Error_database_down'] = "Sorry, could not connect to database."; - // ! // New for v. 2.704 // - $lang['Page_Id'] = "Page ID"; - $lang['Page_icon'] = "Page Icon <br /> - to be used in the adminCP only, eg. icon_home.gif (default)"; - $lang['Page_header'] = "Page header file <br /> - i.e. overall_header.php (default), overall_noheader.php (no header) or user custom header file."; - $lang['Auth_Page'] = "Permissions"; - $lang['Cache_dir_write_protect'] = "Your cache directory is write-protected. Unable to generate the cache file"; $lang['Cache_generate'] = "Your cache files have been generated. ;-)"; $lang['Cache_submit'] = "Generate the cache file?"; $lang['Cache_explain'] = "With this option you can generate all XML files (cache files) at once for all portal blocks. These files allow the reduction of the number of database queries needed, and improves overall portal performance. <br />Note: the mxBB cache must be enabled (in the Portal General Admin CP) for these files to be used by the system.<br>Further note: the cache files are created on the fly when editing blocks as well."; ! // ! // New for v. 2.706 // ! $lang['MX_Portal'] = "mxBB-Portal"; ! $lang['MX_Modules'] = "mxBB-Modules"; ! $lang['Phpbb'] = "phpBB"; ! ! $lang['Top_phpbb_links'] = "Show phpBB header links <br /> - new/unread posts etc on the portal front page"; ! $lang['Auth_Page_group'] = "-> PRIVATE Group"; ! ! ! // New for v. 2.7.1 ! $lang['Error_no_db_install'] = "Error: The file db_install.php does not exist. Please verify this and try again..."; ! $lang['Error_no_db_uninstall'] = "Error: The file db_uninstall.php does not exist, or the uninstall feature is not supported for this module. Please verify this and try again..."; ! $lang['Error_no_db_upgrade'] = "Error: The file db_upgrade.php does not exist, or the upgrade feature is not supported for this module. Please verify this and try again..."; ! $lang['Error_module_installed'] = "Error: This module is already installed! Please either first delete module, or upgrade the module instead."; ! ! $lang['Menu_links'] = "Menu URL<br />- Link to external page (enter full URL) or internal page (enter relative path)<br />- This option may be used together with 'Link Target: - iframe mode'."; ! $lang['Menu_page'] = "Menu Page (default/standard) <br />- link to internal portal page<br />NOTE: Pages are created using Page Administration."; ! $lang['Menu_block'] = "Dynamic Block<br />- need a dynamic block on the Page to handle the setting"; ! $lang['Menu_function'] = "Menu Function (dev only)<br />- link to mxBB specific function (not available)"; ! $lang['Menu_action_title'] = "<b>Menu Action:</b> <br /><i>(Chose one of the 4 options below.)</i> "; ! $lang['Menu_action_adv'] = "<b>Advanced Menu Actions:</b> <br /><i>(Use carefully - intended for developers only):</i>"; ! $lang['Menu_permissions_title'] = "<b>View/Edit Permissions:</b>"; ! $lang['Link_target'] = "Link Target:<br />- 'default', open in this browser<br />- 'new browser', open in new browser<br />- 'iframe mode', open url (given below) in page with IncludeX block."; ! $lang['Portal_version'] = "mxBB-Portal Version:"; ! ! $lang['PHPBB_info'] = "phpBB Info"; ! $lang['PHPBB_version'] = "phpBB Version:"; ! $lang['PHPBB_script_path'] = "phpBB Script Path:"; ! $lang['PHPBB_server_name'] = "phpBB Domain (server_name):"; ! // ! // New for v. 2.7.3 // ! $lang['Return_to_page'] = "Return to Portal Page"; ! // - // New for v. 2.7.4 - 2.8 - // - - // Page templates - $lang['Choose_page_template'] = "Choose Page Template"; - $lang['Template_Config_updated'] = "Template Configuration Updated"; - $lang['Page_templates_admin'] = "Page Templates Administration"; - $lang['Page_templates_admin_explain'] = "Use this page to create, edit or delete Page Templates"; - $lang['Add_Template'] = "Add new Template"; - $lang['Template'] = "Template"; - $lang['Page_template_delete'] = "Delete Template"; - - // Navigation menu - $lang['Menu_display_mode'] = "Navigation Mode:<br /> - span horizontal or vertical"; - $lang['Menu_page_sync'] = "Highlight selected page in navigation menu<br /> - current menu option is highlighted and its icon will be switched (if you have a *_hot.gif)"; - $lang['Menu_par_title'] = "General Menu Navigation Settings:"; - $lang['Show_cat'] = "Folded/Unfolded Category: <br /> - Default value, before user value is set:"; - - // Split column - $lang['block_ids'] = "Source Blocks<br /> - to be placed left to right"; - $lang['block_sizes'] = "Block Sizes (comma separated)<br />- You may specify size using numbers (pixels), percentages (relative sizes, ie. '40%') or '*' for the remainder."; - $lang['space_between'] = "Space between Blocks"; - - - $lang['Page_desc'] = "Description"; - - $lang['Show_title'] = "Show this Block Title"; - $lang['Show_block'] = "Show this Block <br />(if 'no', the Block is hidden to all users, except administrators)"; - $lang['Show_stats'] = "Show Block Statistics <br />(if 'yes', 'edited by...' will be displayed below the block)"; - - $lang['Page_graph_border'] = "Page border graphics - file prefix"; - $lang['Page_graph_border_explain'] = "To use border graphics around Blocks, specify the prefix for the graphics files here. For example, enter 'border_' to use the files: border_1-1.gif, border_1-2.gif,..., border_3-3.gif for the 3x3 matrix with gif-images. Leave blank to disable border graphics (default)."; - - $lang['Uninstall_module'] = "Uninstall"; - // Portal permissons $lang['Mx_Block_Auth_Title'] = "Private Block Permissions" ; $lang['Mx_Block_Auth_Explain'] = "Here you can configure Private Block Permissions"; --- 363,410 ---- $lang['Error_database_down'] = "Sorry, could not connect to database."; // ! // Cache // $lang['Cache_dir_write_protect'] = "Your cache directory is write-protected. Unable to generate the cache file"; $lang['Cache_generate'] = "Your cache files have been generated. ;-)"; $lang['Cache_submit'] = "Generate the cache file?"; $lang['Cache_explain'] = "With this option you can generate all XML files (cache files) at once for all portal blocks. These files allow the reduction of the number of database queries needed, and improves overall portal performance. <br />Note: the mxBB cache must be enabled (in the Portal General Admin CP) for these files to be used by the system.<br>Further note: the cache files are created on the fly when editing blocks as well."; ! $lang['Mx_use_cache'] = "Use mxBB Block Cache<br />- Block data is cached to individual cache/block_*.xml files. Block cache files are created when Blocks are edited."; ! $lang['Generate_mx_cache'] = "Generate Block Cache"; // ! // These are displayed in the drop down boxes for advanced ! // mode Module auth, try and keep them short! // ! $lang['Menu_Navigation'] = "Navigation Menu"; ! $lang['Portal_index'] = "Portal Index"; ! $lang['Save_Settings'] = "Save Settings"; ! $lang['Translation_Tools'] = "Translation Tools"; ! $lang['Preview_portal'] = "Preview Portal"; // ! // META // ! $lang['Meta_admin'] = "Meta Tags Administration"; ! $lang['Mega_admin_explain'] = "Use this form to customize your meta tags"; ! $lang['Meta_Title'] = "Title"; ! $lang['Meta_Author'] = "Author"; ! $lang['Meta_Copyright'] = "Copyright"; ! $lang['Meta_Keywords'] = "Keywords"; ! $lang['Meta_Keywords_explain'] = "(comma seperated list)"; ! $lang['Meta_Description'] = "Description"; ! $lang['Meta_Language'] = "Language Code"; ! $lang['Meta_Rating'] = "Rating"; ! $lang['Meta_Robots'] = "Robots"; ! $lang['Meta_Pragma'] = "Pragma no-cache"; ! $lang['Meta_Bookmark_icon'] = "Bookmark Icon"; ! $lang['Meta_Bookmark_explain'] = "(relative location)"; ! $lang['Meta_HTITLE'] = "Extra Header Settings"; ! $lang['Meta_data_updated'] = "Meta data file (mx_meta.inc) has been updated!<br />Click %sHERE%s to return to Meta Tags Administration."; ! $lang['Meta_data_ioerror'] = "Unable to open mx_meta.inc. Make sure the file is writable (chmod 777)."; // // Portal permissons + // $lang['Mx_Block_Auth_Title'] = "Private Block Permissions" ; $lang['Mx_Block_Auth_Explain'] = "Here you can configure Private Block Permissions"; *************** *** 341,350 **** $lang['Page_Auth_successfully'] = "Page Permissions Updated Successfully"; $lang['Click_return_page_auth'] = "Click %sHere%s to return to Private Page Permissions"; ! // Stats ! $lang['log_filter_date'] = "Filter by time<br />Show logs from last week, month, year..."; ! $lang['msg_filter_date'] = "Filter by time<br />Show posts from last week, month, year..."; // IncludeX $lang['x_listen'] = "Listen (GET)"; $lang['x_iframe'] = "IFrame"; --- 415,455 ---- $lang['Page_Auth_successfully'] = "Page Permissions Updated Successfully"; $lang['Click_return_page_auth'] = "Click %sHere%s to return to Private Page Permissions"; + $lang['AUTH_ALL'] = "ALL"; + $lang['AUTH_REG'] = "REG"; + $lang['AUTH_PRIVATE'] = "PRIVATE"; + $lang['AUTH_MOD'] = "MOD"; + $lang['AUTH_ADMIN'] = "ADMIN"; + $lang['AUTH_ANONYMOUS'] = "ANONYMOUS"; ! // ----------------------------------- ! // BlockCP - Block Parameter Specific ! // ----------------------------------- ! ! // ! // General ! // ! $lang['target_block'] = "Target Block"; ! $lang['target_block_explain'] = "- links, data etc are refering with this block"; + // + // Split column + // + $lang['block_ids'] = "Source Blocks"; + $lang['block_ids_explain'] = "- to be placed left to right"; + $lang['block_sizes'] = "Block Sizes (comma separated)"; + $lang['block_sizes_explain'] = "- You may specify size using numbers (pixels), percentages (relative sizes, ie. '40%') or '*' for the remainder."; + $lang['space_between'] = "Space between Blocks"; + + // + // Sitelog + // + $lang['log_filter_date'] = "Filter by time"; + $lang['log_filter_date_explain'] = "- Show logs from last week, month, year..."; + $lang['numOfEvents'] = "Number"; + $lang['numOfEvents_explain'] = "- Number of events to show"; + + // // IncludeX + // $lang['x_listen'] = "Listen (GET)"; $lang['x_iframe'] = "IFrame"; *************** *** 353,369 **** $lang['x_pic'] = "Pic"; $lang['x_format'] = "Formatted Textfile"; ! $lang['x_mode'] = '<b>IncludeX mode:</b><br /> The IncludeX block operates in one of the following modes. If mode \'Listen (GET)\' is selected, the mode may be set by a url \'x_mode=mode\' and associated parameters with \'x_1=, x_2=, etc\'.<br />Example: To pass a url to a iframe use \'domain/index.php?page=x&x_mode=iframe&x_1=http://domain\' '; ! $lang['x_1'] = '<b>Variable 1:</b><br /><i>IFrame:</i> url<br /><i>Textfile:</i> file (located in \'/include_file\')<br /><i>Multimedia:</i> file (located in \'/include_file\')<br /><i>Pic:</i> file (located in \'/include_file\')<br /><i>Formatted textfile:</i> not available'; ! $lang['x_2'] = '<b>Variable 2:</b><br /><i>IFrame:</i> frame height (pixels)<br /><i>Multimedia:</i> width (pixles)'; ! $lang['x_3'] = '<b>Variable 3:</b><br /><i>Multimedia:</i> height (pixles)'; ! $lang['Yes'] = "Yes"; ! $lang['No'] = "No"; ! // Cache ! $lang['Mx_use_cache'] = "Use mxBB Block Cache<br />- Block data is cached to individual cache/block_*.xml files. Block cache files are created when Blocks are edited."; ! $lang['Generate_mx_cache'] = "Generate Block Cache"; // --- 458,507 ---- $lang['x_pic'] = "Pic"; $lang['x_format'] = "Formatted Textfile"; + $lang['x_mode'] = 'IncludeX mode:'; + $lang['x_mode_explain'] = '- The IncludeX block operates in one of the following modes. If mode \'Listen (GET)\' is selected, the mode may be set by a url \'x_mode=mode\' and associated parameters with \'x_1=, x_2=, etc\'.<br />Example: To pass a url to a iframe use \'domain/index.php?page=x&x_mode=iframe&x_1=http://domain\' '; + $lang['x_1'] = 'Variable 1:'; + $lang['x_1_explain'] = '- <i>IFrame:</i> url<br /><i>Textfile:</i> file (located in \'/include_file\')<br /><i>Multimedia:</i> file (located in \'/include_file\')<br /><i>Pic:</i> file (located in \'/include_file\')<br /><i>Formatted textfile:</i> not available'; + $lang['x_2'] = 'Variable 2:'; + $lang['x_2_explain'] = '- <i>IFrame:</i> frame height (pixels)<br /><i>Multimedia:</i> width (pixles)'; + $lang['x_3'] = 'Variable 3:'; + $lang['x_3_explain'] = '- <i>Multimedia:</i> height (pixles)'; ! // ! // Announcement ! // ! $lang['announce_nbr_display'] = "Number of Messages to display (max)"; ! $lang['announce_nbr_days'] = "Number of Days to Display Messages"; ! $lang['announce_img'] = "Announcement Image"; ! $lang['announce_img_sticky'] = "Sticky Image"; ! $lang['announce_img_normal'] = "Normal Message Image"; ! $lang['announce_img_global'] = "Global Announcement Image"; ! $lang['announce_display'] = "Display Announcement(s) messages in this Block"; ! $lang['announce_display_sticky'] = "Display Sticky(ies) in this Block"; ! $lang['announce_display_normal'] = "Display Normal message(s) in this Block"; ! $lang['announce_display_global'] = "Display Global Announcements in this Block"; ! $lang['announce_forum'] = "Source Forums"; ! $lang['announce_forum_explain'] = "- You may make multiple selections<br />* If none is selected, all authorized forums will be visible"; ! // ! // Polls ! // ! $lang['Poll_Display'] = "Which Poll do you want to display?"; ! $lang['poll_forum'] = "Source Forums"; ! $lang['poll_forum_explain'] = "- You may make multiple selections<br />* If none is selected, all authorized forums will be visible"; ! $lang['Not_Specified'] = "Not Specified"; ! // ! // Dynamic Block ! // ! $lang['default_block_id'] = "Default Block"; ! $lang['default_block_id_explain'] = "- This is the default or first block to display, unless a dynamic block is set"; + // + // Menu Navigation + // + $lang['menu_display_mode'] = "Layout Mode"; + $lang['menu_display_mode_explain '] = "Horizonal or vertical layout mode"; + $lang['menu_page_sync'] = "Highlight current?"; + $lang['menu_page_sync_explain'] = "Highlight current Nav Menu entry..."; // |