|
From: Jon O. <jon...@us...> - 2007-02-15 12:44:02
|
Update of /cvsroot/mxbb/mx_bugsbt/language/lang_english In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv7691/language/lang_english Added Files: index.htm lang_admin.php lang_main.php Log Message: Ok. here we go. This is the cool new mxBB Bugtracker ;) --- NEW FILE: lang_main.php --- <?php /** * * @package mxBB Portal Module - mx_bugsbt * @version $Id: lang_main.php,v 1.1 2007/02/15 12:43:57 jonohlsson Exp $ * @copyright (c) 2002-2006 [Jon Ohlsson, Cezary Tomczak] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * */ // // General // $lang['bugsbt_disable'] = 'BugsBT BugTracker is disabled.'; $lang['bugsbt_title'] = 'mxBB bugsBT Bugtracker'; $lang['Bug'] = 'Bug'; $lang['Bugs'] = 'Bugs'; $lang['Category'] = 'Product'; $lang['Sub_categories'] = 'Editions/Builds'; $lang['Bug_description'] = 'Description'; $lang['Bug_type'] = 'Status'; $lang['Bug_closed'] = 'Closed'; $lang['Bug_keywords'] = 'Keywords'; $lang['Add_bug'] = 'Add Bug'; $lang['bugsbt_Home'] = 'bugsBT Home'; $lang['No_bugs'] = 'No Bugs'; $lang['Bug_title'] = 'Bug Name'; $lang['Bug_text'] = 'Bug text'; $lang['Add_bug'] = 'Submit Bug'; $lang['Read_bug'] = 'Reading Bug'; $lang['Bug_not_exsist'] = 'Bug doesn\'t exist'; $lang['Category_not_exsist'] = 'Product doesn\'t exist'; $lang['Last_bug'] = 'Last bug'; $lang['Edit'] = 'Edit'; $lang['Click_cat_to_add'] = 'Click on Product to add Bug'; $lang['Standalone_Not_Supported'] = 'This module does not support standalone usage. In the AdminCP, add the bugsbt block to a portal page.'; $lang['Bug_submitted_Approve'] = 'Bug Submitted Successfully.<br />An Administrator will review your bug and decide whether to let users view it or not.'; $lang['Bug_submitted'] = 'Bug Submitted Successfully.'; $lang['Bug_Edited_Approve'] = 'Bug Edited Successfully.<br />It needs to be approved again before users can view it.'; $lang['Bug_Edited'] = 'Bug Edited Successfully.'; $lang['Edit_bug'] = 'Edit Bug'; $lang['Bug_Deleted'] = 'Bug Deleted Successfully.'; // // Notification // $lang['bugsbt_notify_subject_new'] = 'New Bug!'; $lang['bugsbt_notify_subject_edited'] = 'Edited Bug!'; $lang['bugsbt_notify_subject_approved'] = 'Approved Bug!'; $lang['bugsbt_notify_subject_unapproved'] = 'Unapproved Bug!'; $lang['bugsbt_notify_subject_deleted'] = 'Deleted Bug!'; $lang['bugsbt_notify_new_body'] = 'A new bug has been submitted.'; $lang['bugsbt_notify_edited_body'] = 'A bug has been modified.'; $lang['bugsbt_notify_approved_body'] = 'A bug has been approved.'; $lang['bugsbt_notify_unapproved_body'] = 'A bug has been unapproved.'; $lang['bugsbt_notify_deleted_body'] = 'A bug has been deleted.'; $lang['Edited_Bug_info'] = 'Bug updated by '; $lang['Read_full_bug'] = '>> Read Bug Details'; // // Auth Can // $lang['bugsbt_Rules_post_can'] = 'You <b>can</b> post new bugs in this product'; $lang['bugsbt_Rules_post_cannot'] = 'You <b>cannot</b> post new bugs in this product'; $lang['bugsbt_Rules_comment_can'] = 'You <b>can</b> comment bugs in this product'; $lang['bugsbt_Rules_comment_cannot'] = 'You <b>cannot</b> comment bugs in this product'; $lang['bugsbt_Rules_edit_can'] = 'You <b>can</b> edit your bugs in this product'; $lang['bugsbt_Rules_edit_cannot'] = 'You <b>cannot</b> edit your bugs in this product'; $lang['bugsbt_Rules_delete_can'] = 'You <b>can</b> delete your bugs in this product'; $lang['bugsbt_Rules_delete_cannot'] = 'You <b>cannot</b> delete your bugs in this product'; $lang['bugsbt_Rules_rate_can'] = 'You <b>can</b> rate bugs in this product'; $lang['bugsbt_Rules_rate_cannot'] = 'You <b>cannot</b> rate bugs in this product'; $lang['bugsbt_Rules_approval_can'] = 'Bugs <b>need no</b> approval in this product'; $lang['bugsbt_Rules_approval_cannot'] = 'Bugs <b>need</b> approval in this product'; $lang['bugsbt_Rules_approval_edit_can'] = 'Bug edits <b>need no</b> approval in this product'; $lang['bugsbt_Rules_approval_edit_cannot'] = 'Bug edits <b>need</b> approval in this product'; $lang['bugsbt_Rules_moderate'] = 'You <b>can</b> %smoderate this product%s'; // %s replaced by a href links, do not remove! $lang['bugsbt_Rules_moderate_can'] = 'You <b>can</b> moderate this product'; // %s replaced by a href links, do not remove! $lang['Empty_fields'] ='Please fill out all parts of the form.'; $lang['Empty_fields_return'] ='Click %sHere%s to return to the form.'; $lang['Empty_category'] ='You must choose a product'; $lang['Empty_type']='You must choose a type'; $lang['Empty_bug_name'] = 'You must fill out the bug name'; $lang['Empty_bug_desc'] = 'You must fill out the bug description'; $lang['Comments'] = 'Comments'; $lang['Post_comments'] = 'Post your comments'; $lang['Category_sub'] = 'Edition/Build'; $lang['Quick_stats'] = 'Quick Stats'; $lang['No_Bugs'] = 'There are no bugs in this product!'; $lang['Not_authorized'] = 'Sorry, but you are not authorized!'; $lang['TOC'] = 'Contents'; // // Stats // $lang['Top_toprated'] = 'Toprated Bugs'; $lang['Top_most_popular'] = 'Most Popular'; $lang['Top_latest'] = 'Latest Bugs'; $lang['Top_id'] = 'Bug Id'; $lang['Top_creation'] = 'Bug date'; $lang['Top_alphabetic'] = 'Alphabetic'; $lang['Top_userrank'] = 'Author userrank'; // // Update result messages // $lang['Click_return'] = 'Click %sHere%s to return to previous page'; $lang['Click_return_bugsbt'] = 'Click %sHere%s to return to the ' . $lang['bugsbt_title']; $lang['Click_return_bug'] = 'Click %sHere%s to return to the ' . $lang['Bug']; // // Bug formattting // $lang['Cat_all'] = 'All'; $lang['Product'] = 'Product'; $lang['Edition'] = 'Edition'; $lang['Build'] = 'Build'; $lang['Reporter'] = 'Reporter'; // // Added for v. 2.0 // $lang['Addtional_field'] = 'More information (optional)'; $lang['No_cat_comments_forum_id'] = 'Comments are enabled but you have not specified the target phpBB forum category in the BugsBT adminCP - Products'; // // Comments // $lang['bugsbt_comment_prefix'] = '[ BT ] '; $lang['Comments'] = 'Comments'; $lang['Comments_title'] = 'Comments Title'; $lang['Comment_subject'] = 'Comment Subject'; $lang['Comment'] = 'Comment'; $lang['Comment_explain'] = 'Use the textbox 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'] = 'Not commented'; $lang['Links_are_ON'] = 'Links are <u>ENABLED</u>'; $lang['Links_are_OFF'] = 'Links are <u>DISABLED</u>'; $lang['Images_are_ON'] = 'Images are <u>ENABLED</u>'; $lang['Images_are_OFF'] = 'Images are <u>DISABLED</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 remaining.'; // // Menu // $lang['sd_Project'] = 'Project'; $lang['sd_Management'] = 'Management'; $lang['sd_Publish'] = 'Publish'; $lang['sd_Import_content'] = 'Import content'; $lang['sd_Export_content'] = 'Export content *'; $lang['sd_Doc_view'] = 'View Document'; $lang['sd_Options'] = 'Options'; $lang['sd_Settings'] = 'Settings'; $lang['sd_Help'] = 'Help'; $lang['sd_Contents'] = 'Contents *'; $lang['sd_About'] = 'About *'; // // Tree // $lang['sd_Tree_View'] = 'Tree View'; $lang['sd_Toc'] = 'Table of Contents'; $lang['sd_Where'] = 'Where'; $lang['sd_Before'] = 'Before'; $lang['sd_After'] = 'After'; $lang['sd_Type'] = 'Type'; $lang['sd_Name'] = 'Name'; $lang['sd_Document'] = 'Document'; $lang['sd_Folder'] = 'Folder'; // // Index // $lang['sd_View_bugs'] = 'View bugs'; $lang['sd_View_bug'] = 'View bug'; $lang['sd_Report_bug'] = 'Report bug'; $lang['sd_Edit_bug'] = 'Edit bug'; $lang['sd_Delete_bug'] = 'Delete bug'; $lang['sd_Default_edit'] = 'open Edit by default'; $lang['sd_Loading'] = 'Loading data ..'; $lang['sd_Saving'] = 'Saving data ..'; // // Product list header // $lang['bugsbt_Bug_id'] = 'Id'; $lang['bugsbt_Bug_closed'] = 'X'; $lang['bugsbt_Bug_name'] = 'Bug Name [desc]'; $lang['bugsbt_Bug_edition_build'] = 'Edition [Build]'; $lang['bugsbt_Bug_status'] = 'Status'; $lang['bugsbt_Bug_reported'] = 'Reported'; ?> --- NEW FILE: lang_admin.php --- <?php /** * * @package mxBB Portal Module - mx_bugsbt * @version $Id: lang_admin.php,v 1.1 2007/02/15 12:43:57 jonohlsson Exp $ * @copyright (c) 2002-2006 [Jon Ohlsson, Cezary Tomczak] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * */ // // adminCP index // $lang['bugsbt_title'] = 'BugsBT Bugtracker'; $lang['1_Configuration'] = 'General Settings'; $lang['2_Product_man'] = 'Product Manager'; $lang['4_Permissions'] = 'Permissions'; $lang['5_Status_man'] = 'Status Manager'; $lang['6_Custom_Field'] = 'Custom Fields'; // // Admin Panels - Configuration // $lang['Panel_config_title'] = 'BugsBT Configuration'; $lang['Panel_config_explain'] = 'Change the configuration of your BugsBT'; // // General // $lang['General_title'] = 'General'; $lang['Module_name'] = 'Module name'; $lang['Module_name_explain'] = ''; $lang['Enable_module'] = 'Enable this module'; $lang['Enable_module_explain'] = 'Let users view and post new bugs on in your BugsBT.'; $lang['Wysiwyg_path'] = 'Path to WYSIWYG software'; $lang['Wysiwyg_path_explain'] = 'This is the path (from mxBB/phpBB root) to the WYSIWYG software folder, eg \'modules/mx_shared/\' if you have uploaded, for example, TinyMCE in modules/mx_shared/tinymce.'; $lang['Allow_file'] = 'Allow Adding bug'; $lang['Allow_file_info'] = 'If you are not allowed to add bugs in this product it will be a higher level product.'; // // Bug // $lang['Bug_title'] = 'Bug'; // // Appearance // $lang['Appearance_title'] = 'Appearance'; $lang['Bug_pag'] = 'Bug pagination'; $lang['Bug_pag_explain'] = 'The number of bugs to show in a (stats) product before pagination.'; $lang['Sort_method'] = 'Sorting method'; $lang['Sort_method_explain'] = 'Define how bugs are sorted within its product.'; $lang['Sort_order'] = 'ASC or DESC sorting'; $lang['Sort_order_explain'] = ''; $lang['Stats_list'] = 'Show BugsBT Stats links'; $lang['Stats_list_explain'] = 'Show BugsBT stats links in the header.'; $lang['Header_banner'] = 'Show Top Logo'; $lang['Header_banner_explain'] = 'Show BugsBT logo in the header.'; $lang['Use_simple_navigation'] = 'Simple Product Navigation'; $lang['Use_simple_navigation_explain'] = 'If you prefer, this will generate more simple products and other navigation'; $lang['Cat_col'] = 'How many column of products are to be listed (only used for \'Simple Product Navigation\')'; $lang['Nfdays'] = 'New Bug Days'; $lang['Nfdaysinfo'] = 'How many days a new bug is to be listed with a \'New Bug\' icon. If this is set to 5, then all bugs added within the past 5 days will have the \'New Bug\' icon'; // // Comments // $lang['Comments_title'] = 'Comments'; $lang['Comments_title_explain'] = 'Some comments settings are default settings, and can be overridden per product'; $lang['Use_comments'] = 'Comments'; $lang['Use_comments_explain'] = 'Enable comments for bugs, to be inserted in the forum'; $lang['Internal_comments'] = 'Internal or phpBB Comments'; $lang['Internal_comments_explain'] = 'Use internal comments, or phpBB comments'; $lang['Internal_comments_phpBB'] = 'phpBB Comments'; $lang['Internal_comments_internal'] = 'Internal Comments'; $lang['Select_topic_id'] = 'Select phpBB Comments Topic!'; $lang['Forum_id'] = 'phpBB Forum ID'; $lang['Forum_id_explain'] = 'If phpBB comments are used, this is the forum where the comments will be kept'; $lang['Autogenerate_comments'] = 'Autogenerate comments when bugs are managed'; $lang['Autogenerate_comments_explain'] = 'When editing/adding an bug, a notifying reply is posted in the bug topic.'; $lang['Del_topic'] = 'Delete Topic'; $lang['Del_topic_explain'] = 'When you delete an bug, do you want its comments topic to be deleted also?'; $lang['Comments_pag'] = 'Comments pagination'; $lang['Comments_pag_explain'] = 'The number of comments to show for the bug before pagination.'; $lang['Allow_Wysiwyg'] = 'Use WYSIWYG editor'; $lang['Allow_Wysiwyg_explain'] = 'If enabled, the standard BBCode/HTML/Smilies input dialog is replaced by a WYSIWYG editor.'; $lang['Allow_links'] = 'Allow Links'; $lang['Allow_links_message'] = 'Default \'No Links\' Message'; $lang['Allow_links_explain'] = 'If links are not allowed this text will be displayed instead'; $lang['Allow_images'] = 'Allow Images'; $lang['Allow_images_message'] = 'Default \'No Images\' Message'; $lang['Allow_images_explain'] = 'If images are not allowed this text will be displayed instead'; $lang['Max_subject_char'] = 'Maximum Number of charcters in subject'; $lang['Max_subject_char_explain'] = 'If to big, you get an error message (Limit the subject).'; $lang['Max_desc_char'] = 'Maximum Number of charcters in description'; $lang['Max_desc_char_explain'] = 'If to big, you get an error message (Limit the subject).'; $lang['Max_char'] = 'Maximum Number of charcters in text'; $lang['Max_char_explain'] = 'If to big, you get an error message (Limit the comment).'; $lang['Format_wordwrap'] = 'Word wrapping'; $lang['Format_wordwrap_explain'] = 'Text control filter'; $lang['Format_truncate_links'] = 'Truncate Links'; $lang['Format_truncate_links_explain'] = 'Links are shortened, eg t ex \'www.mxbb-portal...\''; $lang['Format_image_resize'] = 'Image resize'; $lang['Format_image_resize_explain'] = 'Resize images to this width (pixels)'; // // Instructions // $lang['Instructions_title'] = 'User Instructions'; $lang['Pre_text_name'] = 'Bug Submission Instructions'; $lang['Pre_text_explain'] = 'Activate Submission Instructions displayed to users at the top of the submission forum.'; $lang['Pre_text_header'] = 'Bug Submission Instructions Header'; $lang['Pre_text_body'] = 'Bug Submission Instructions Body'; $lang['Show'] = 'Show'; $lang['Hide'] = 'Hide'; // // Notifications // $lang['Notifications_title'] = 'Notification'; $lang['Notify'] = 'Notify admin by'; $lang['Notify_explain'] = 'Choose which way to receive notices that new bugs have been posted'; $lang['PM'] = 'PM'; $lang['Notify_group'] = 'and groupmembers '; $lang['Notify_group_explain'] = 'Also send notification to members in this group'; $lang['bugsbt_config'] = 'BugsBT Configuration'; $lang['Bug_types'] = 'Bug Status'; $lang['Click_return_bugsbt_config'] = 'Click %sHere%s to return to BugsBT Configuration'; $lang['bugsbt_config_updated'] = 'BugsBT Configuration Updated Successfully.'; $lang['Mod_group'] = 'BugsBT Moderator Group'; $lang['Mod_group_explain'] = '- with BugsBT Admin permissions!'; // // General // $lang['Bug'] = 'Bug'; $lang['Bugs'] = 'Bugs'; $lang['Bug_description'] = 'Description'; $lang['Bug_category'] = 'Product'; $lang['Category'] = 'Product'; $lang['Category_desc'] = 'Product description'; $lang['Bug_type'] = 'Status'; $lang['Bug_action'] = 'Action'; // // Admin Panels - Bug // $lang['Panel_bug_title'] = 'Bug administration'; $lang['Panel_bug_explain'] = 'Here you can approve bugs so users can view them, or you can delete bugs.'; //approve $lang['Bug_edit'] = 'Edited Bugs'; $lang['Bug_not_approved'] = 'Not Approved'; $lang['Bug_approved'] = 'Approved'; $lang['Approve'] = 'Approve'; $lang['Un_approve'] = 'Un-Approve'; $lang['Bug_approved'] = 'Bug is now Approved.'; $lang['Bug_unapproved'] = 'Bug is now Unapproved.'; //delete $lang['Delete'] = 'Delete'; $lang['Confirm_bug_delete'] = 'Are you sure you want to delete this bug?'; $lang['Confirm_bug_delete_yes'] = '%sYes, I want to delete this bug%s'; $lang['Confirm_bug_delete_no'] = '%sNo, I don\'t want to delete this bug%s'; $lang['Bug_deleted'] = 'Bug Deleted Successfully.'; $lang['Click_return_bug_manager'] = 'Click %sHere%s to return to the Bug Manager'; // // Admin Panels - Product // $lang['Panel_cat_title'] = 'Product administration'; $lang['Panel_cat_explain'] = 'Here you can add, edit, or delete products in the Knowledge Base'; $lang['Use_default'] = 'Use default setting'; $lang['Create_cat'] = 'Create New Product:'; $lang['Create'] = 'Create'; $lang['Cat_settings'] = 'Product Settings'; $lang['Create_description'] = 'Here you can change the name of the product and add a description to the new product.'; $lang['Cat_created'] = 'Product Created Successfully.'; $lang['Click_return_cat_manager'] = 'Click %sHere%s to return to the ' . $lang['Cat_man']; $lang['Edit_description'] = 'Here you can edit the settings of your product'; $lang['Edit_cat'] = 'Edit Product'; $lang['Cat_edited'] = 'Product Edited Successfully.'; $lang['Parent'] = 'Parent'; $lang['Cat_delete_title'] = 'Delete Product'; $lang['Cat_delete_desc'] = 'Here you can delete a product and move all of the bugs in it to a new product'; $lang['Cat_deleted'] = 'Product Deleted Successfully.'; $lang['Delete_all_bugs'] = 'Delete Bugs'; // // Admin Panels - Permissions // $lang['bugsbt_Auth_Title'] = 'BugsBT Permissions'; $lang['bugsbt_Auth_Explain'] = 'Here you can choose which usergroup(s) can be the moderators for each BugsBT product, or just has the private access'; $lang['Select_a_Category'] = 'Select a Product'; $lang['Look_up_Category'] = 'Look up Product'; $lang['bugsbt_Auth_successfully'] = 'Auth has been updated successfully'; $lang['Click_return_bugsbt_auth'] = 'Click %sHere%s to return to the BugsBT Permissions'; $lang['Upload'] = 'Upload'; $lang['Rate'] = 'Rate'; $lang['Comment'] = 'Comment'; $lang['Approval'] = 'Approval'; $lang['Approval_edit'] = 'Approval Edit'; $lang['Allow_rating'] = 'Allow ratings'; $lang['Allow_rating_explain'] = 'Users are allowed to rate bugs.'; $lang['Allow_anonymos_rating'] = 'Allow anonymous ratings'; $lang['Allow_anonymos_rating_explain'] = 'If ratings are activated, allow anonymous users to add ratings to your bugs'; $lang['Category_Permissions'] = 'Product Permissions'; $lang['Category_Title'] = 'Product Title'; $lang['Category_Desc'] = 'Product Description'; $lang['View_level'] = 'View Level'; $lang['Upload_level'] = 'Upload Level'; $lang['Rate_level'] = 'Rate Level'; $lang['View_Comment_level'] = 'View Comment'; $lang['Post_Comment_level'] = 'Post Comment'; $lang['Edit_Comment_level'] = 'Edit Comment'; $lang['Delete_Comment_level'] = 'Delete Comment'; $lang['Edit_level'] = ' Edit Level'; $lang['Delete_level'] = 'Delete Level'; $lang['Approval_level'] = 'Approval Level'; $lang['Approval_edit_level'] = 'Approval Edit Level'; // // Admin Panels - Types // $lang['Types_man'] = 'Bug\'s Status Manager'; $lang['bugsbt_types_description'] = 'Here you can add, delete, and/or edit the different bug statuses'; $lang['Create_type'] = 'Create new Bug Status:'; $lang['Type_created'] = 'Bug Status Created Successfully.'; $lang['Click_return_type_manager'] = 'Click %sHere%s to return to the Bug Status Manager'; $lang['Edit_type'] = 'Edit Status'; $lang['Edit_type_description'] = 'Here you can edit the name of the Bug Status'; $lang['Type_edited'] = 'Bug Status Edited Successfully.'; $lang['Type_delete_title'] = 'Delete Bug Status'; $lang['Type_delete_desc'] = 'Here you can change what the bug status is of the bugs that have the status you are deleting.'; $lang['Change_type'] = 'Change bug\'s status to'; $lang['Change_and_Delete'] = 'Change and Delete'; $lang['Type_deleted'] = 'Bug Status Deleted Successfully.'; // // Admin Panels - 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 an bug.'; $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 newline (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'; $lang['Click_return'] = 'Click %sHere%s to return to the previous page'; // These are displayed in the drop down boxes for advanced // mode auth, try and keep them short! $lang['Cat_NONE'] = 'NONE'; $lang['Cat_ALL'] = 'ALL'; $lang['Cat_REG'] = 'REG'; $lang['Cat_PRIVATE'] = 'PRIVATE'; $lang['Cat_MOD'] = 'MOD'; $lang['Cat_ADMIN'] = 'ADMIN'; // // Admin Panels - Field 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'; ?> --- NEW FILE: index.htm --- <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> </body> </html> |