pafiledb + mx addon

Installatie lukt niet? Plotseling een foutmelding. Of weet je niet hoe iets werkt. Problemen met phpBB2 kun je in dit archief opzoeken.
Forumregels

Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
phpBB2.0.x
Gesloten
Duvelske
Berichten: 656
Lid geworden op: 19 okt 2003, 16:05
Locatie: st willebrord
Contacteer:

pafiledb + mx addon

Bericht door Duvelske » 29 nov 2004, 15:47

Hey heeft iemand deze mod vertaald na het nederlands?

Code: Selecteer alles

<?php

// 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';
// MX Addon
$lang['Delete_file'] = 'Delete File';
$lang['Edit_file'] = 'Edit File';
// End
$lang['Upload'] = 'Upload File';
$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['Auth_Control_Category'] = 'Category Permissions Control';

$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_settings'] = 'Comment Settings';
$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 yest 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 phpBB2 installation to the Files upload directory. For example, enter \'pafiledb/uploads/\' if your phpBB2 Installation is located at http://www.yourdomain.com/phpBB2 and the Attachment Upload Directory is located at http://www.yourdomain.com/phpBB2/pafiledb/uploads.';
$lang['Screenshots_directory'] = 'Screenshots Directory';
$lang['Screenshots_directory_explain'] = 'Enter the relative path from your phpBB2 installation to the Screenshots upload directory. For example, enter \'pafiledb/images/screenshots/\' if your phpBB2 Installation is located at http://www.yourdomain.com/phpBB2 and the Attachment Upload Directory is located at http://www.yourdomain.com/phpBB2/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['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';
// MX Addon
$lang['Filedeleted'] = 'The file has been successfully deleted';
// End
$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 /><b>Note:</b> It is strongly recommended that you <b><a href="' . append_sid("admin_db_utilities.php?perform=backup") . '" class="genmed">Backup your database</a></b>.';
$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 screen shot 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';
// MX
$lang['License_title'] = 'License';
// ENd
$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['Input'] = 'Single-Line Text Box';
$lang['Textarea'] = 'Multiple-Line Text Box';
$lang['Radio'] = 'Single-Selection Radio Buttons';
$lang['Select'] = 'Single-Selection Menu';
$lang['Select_multiple'] = 'Multiple-Selection Menu';
$lang['Checkbox'] = 'Multiple-Selection Checkbox';

// MX Addon
$lang['Validation_settings'] = 'Validation of uploads';
$lang['Need_validate'] = 'Validate uploads?';
$lang['Validator'] = 'Validator';
$lang['PM_notify'] = 'PM Notify to validator(s) (n/a)';
$lang['Validator_admin_option'] = 'Admin';
$lang['Validator_mod_option'] = 'Admin and cat moderator';

$lang['Allow_comments'] = 'Enable comments (n/a)';
$lang['Allow_comments_info'] = 'Enable/disable comments in this category.';
$lang['Allow_ratings'] = 'Enable ratings (n/a)';
$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.';

?>
en

Code: Selecteer alles

<?php

// 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';

// 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'] = 'Web Site';
$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.';
// MX
$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';

// 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';

// MX Addon
$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';

?>
Bezoek ook ns mn site:
http://www.partyfreakers.nl of mn premodded site: http://www.vitrax.org

Laturzzz,
Duvelske

Duvelske
Berichten: 656
Lid geworden op: 19 okt 2003, 16:05
Locatie: st willebrord
Contacteer:

Bericht door Duvelske » 03 dec 2004, 11:33

Niemand een vertaling? :oops:
Bezoek ook ns mn site:
http://www.partyfreakers.nl of mn premodded site: http://www.vitrax.org

Laturzzz,
Duvelske

mario HDF-VL
Berichten: 118
Lid geworden op: 15 nov 2004, 00:11

Bericht door mario HDF-VL » 03 dec 2004, 20:56

Of je kunt er zelf aan beginnen. :D :wink:

http://www.worldlingo.com/products_serv ... lator.html

Mvg,

Duvelske
Berichten: 656
Lid geworden op: 19 okt 2003, 16:05
Locatie: st willebrord
Contacteer:

Bericht door Duvelske » 04 dec 2004, 13:41

lang admin pafiledb

Code: Selecteer alles

<?php

// Categories 

$lang['Cat_manage_title'] = 'Categorie beheer'; 
$lang['File_manage_title'] = 'File beheer'; 
$lang['All_files'] = 'Alle files'; 
$lang['Approved_files'] = 'Niet goedgekeurde files'; 
$lang['Broken_files'] = 'Niet bestaande files'; 
$lang['File_cat'] = 'File in categorie'; 
$lang['Maintenance'] = 'File onderhoud'; 
$lang['Approve'] = 'Toestaan'; 
$lang['Unapprove'] = 'Niet toestaan'; 
$lang['File_mode'] = 'Bekijk'; 
$lang['Approve_selected'] = 'Sta geselecteerde toe'; 
$lang['Unapprove_selected'] = 'Sta geselecteerde niet toe'; 
$lang['Delete_selected'] = 'Verwijder geselecteerde'; 
$lang['No_file'] = 'Er zijn geen files'; 
$lang['Acat'] = 'Categorie: Voeg toe'; 
$lang['Ecat'] = 'Categorie: Bewerk'; 
$lang['Dcat'] = 'Categorie: Verwijder'; 
$lang['Rcat'] = 'Categorie: Herrangschik'; 
$lang['Cat_Permissions'] = 'Categorie permissies'; 
$lang['User_Permissions'] = 'Gebruiker permissies'; 
$lang['Group_Permissions'] = 'Groep permissies'; 
$lang['User_Global_Permissions'] = 'Gebruiker apart permissies'; 
$lang['Group_Global_Permissions'] = 'Groep apart permissies'; 
$lang['Acattitle'] = 'Voeg een categorie toe'; 
$lang['Ecattitle'] = 'Bewerk een categorie'; 
$lang['Dcattitle'] = 'Verwijder een categorie'; 
$lang['Rcattitle'] = 'Herrangschik categorieen'; 
$lang['Catexplain'] = 'Hier kan je al je categorieën bewerken toevoegen verwijderen en subcategorieën maken, je hebt minimaal één categorie nodig om er mee te werken.'; 
$lang['Rcatexplain'] = 'Je kan de categorieën opnieuw rangschikken om de positie waarin ze op de hoofdpagina worden weergegeven, te veranderen.Om ze opnieuw te rangschikken moet je de bijbehorende nummers in volgorde veranderen, zoals je wilt dat ze worden weergegeven. Eerst zal 1 worden getoond, daarna 2, enzovoorts. Dit heeft geen efect op sub-categorieën.'; 
$lang['Catadded'] = 'De nieuwe categorie is succesvol toegevoegd'; 
$lang['Catname'] = 'Categorie naam'; 
$lang['Catnameinfo'] = 'Dit wordt de naam van de (sub)categorie.'; 
$lang['Catdesc'] = 'Categorie omschrijving'; 
$lang['Catdescinfo'] = 'Dit is een omschrijviing van de files in de (sub)categorie'; 
$lang['Catparent'] = 'Hoofd categorie'; 
$lang['Catparentinfo'] = 'Als dit een hoofdcategorie wordt moet je dit zo laten staan, als dit een subcategorie wordt moet je selecteren van welke categorie het een subcategorie wordt.'; 
$lang['Allow_file'] = 'Sta het toe om files toe te voegen'; 
$lang['Allow_file_info'] = 'Als je het niet toelaat om files toe te voegen dan kun je nieuwe (sub)categorieën bijmaken. Hierin kun je ook weer kiezen of je het toelaat om files toe te voegen.'; 
$lang['None'] = 'Geen'; 
$lang['Catedited'] = 'De geselecteerde categorie is succesvol bijgewerkt'; 
$lang['Delfiles'] = 'Wat wilt u doen met de files in deze categorie?'; 
$lang['Do_cat'] = 'Wat wilt u doen met de subcategorieën in deze categorie?'; 
$lang['Move_to'] = 'Verplaats naar'; 
$lang['Catsdeleted'] = 'De categorieën die u heeft geselecteerd zijn succesvol verwijderd'; 
$lang['Cdelerror'] = 'U heeft geen categorie geselecteerd om te verwijderen'; 
$lang['Rcatdone'] = 'De categorieën zijn succesvol opnieuw gerangschikt'; 

//Catgories Permission
$lang['View'] = 'Bekijk'; 
$lang['Read'] = 'Lees'; 
$lang['View_file'] = 'Bekijk file';
// MX Addon
$lang['Delete_file'] = 'Verwijder bestand';
$lang['Edit_file'] = 'Bestand bijwerken';
// End
$lang['Upload'] = 'Upload file'; 
$lang['Download_file'] = 'Download file'; 
$lang['Rate'] = 'Waardeer'; 
$lang['View_comment'] = 'Bekijk berichten'; 
$lang['Post_comment'] = 'Plaats berichten'; 
$lang['Edit_comment'] = 'Bewerk berichten'; 
$lang['Delete_comment'] = 'Verwijder berichten'; 
$lang['Category_auth_updated'] = 'Categorie permissies bijgewerkt'; 
$lang['Click_return_catauth'] = 'Klik %shier%s om terug te gaan naar Categorie Permissies'; 
$lang['Auth_Control_Category'] = 'Categorie permissies beheer'; 
$lang['Category_auth_explain'] = 'Hier kan je de permissies aanpassen voor je downloads, denk eraan dat elke instelling bepaalt of een gebruiker wel of geen gebruik kan maken van de download.'; 
$lang['Select_a_Category'] = 'Selecteer een categorie'; 
$lang['Look_up_Category'] = 'Zoek een categorie'; 
$lang['Category'] = 'Categorie'; 
$lang['Auth_Control_Category'] = 'Categorie permissies beheer'; 

$lang['Category_ALL'] = 'IEDEREEN'; 
$lang['Category_REG'] = 'GEREGISTREERD'; 
$lang['Category_PRIVATE'] = 'PRIVE'; 
$lang['Category_MOD'] = 'MODRATOR'; 
$lang['Category_ADMIN'] = 'BEHEERDER'; 

// Configuration 
$lang['Settings'] = 'Configuratie'; 
$lang['Settingstitle'] = 'Download instellingen beheer'; 
$lang['Settingsexplain'] = 'In het veld hieronder kun je instellen hoe je je download moet instellen.'; 
$lang['Dbname'] = 'Database naam'; 
$lang['Dbnameinfo'] = 'Dit is de naam van je download pagina, bijvoorbeeld \'Download index\''; 
$lang['Sitename'] = 'Site naam'; 
$lang['Sitenameinfo'] = 'Dit is de naam van je navigatie menu, bijvoorbeeld \'Home\''; 
$lang['Dburl'] = 'Database URL'; 
$lang['Dburlinfo'] = 'Dit is de link van de URL naar de directory waar dit is geinstalleerd'; 
$lang['Hpurl'] = 'Website URL'; 
$lang['Hpurlinfo'] = 'Dit is de URL naar je portal of startpagina'; 
$lang['Topnum'] = 'Top aantal'; 
$lang['Topnuminfo'] = 'Dit is het aantal wat maximaal wordt weergegeven op de Top downloads pagina, de Top X Gedownloade files lijst'; 
$lang['Nfdays'] = 'Nieuwe file dagen'; 
$lang['Nfdaysinfo'] = 'Hoeveel dagen een file wordt aangegeven met het \'Nieuwe file\' icoon. Als dit bijvoorbeeld op 5 is ingesteld, dan worden de files vanaf de dag dat ze zijn toegevoegd of bewerkt gemarkeerd met het \'Nieuwe File\' icoon'; 
$lang['Showva'] = 'Laat \'Bekijk alle files\' icoon zien'; 
$lang['Showvainfo'] = 'Kies hier of de gebruikers alle files in een keer mogen zienop de download pagina'; 
$lang['Php_template'] = 'PHP in template'; 
$lang['Php_template_info'] = 'Dit laat het toe om php code te gebruiken in je downloads'; 
$lang['Dbdl'] = 'Schakel downloads uit'; 
$lang['Dbdlinfo'] = 'Dit maakt de download sectie niet toegankelijk voor je gebruikers. Deze optie is handig als je files aan het toevoegen bent aan de download dbase. Alleen beheerders kunnen de dbase dan zien'; 
$lang['Isdisabled'] = 'De download sectie is op het moment niet bereikbaar, probeer het later nog eens.'; 
$lang['Com_settings'] = 'Bericht instellingen'; 
$lang['Com_allowh'] = 'Sta HTML toe'; 
$lang['Com_allowb'] = 'Sta BBCode toe'; 
$lang['Com_allows'] = 'Sta smilies toe'; 
$lang['Com_allowl'] = 'Sta links toe'; 
$lang['Com_messagel'] = 'Standaard \'Geen links\' bericht'; 
$lang['Com_messagel_info'] = 'Als links niet worden toegestaan wordt dit bericht weergegeven in plaats van de link'; 
$lang['Com_allowi'] = 'Sta plaatjes toe'; 
$lang['Com_messagei'] = 'Standaard \'Geen plaatjes\' Bericht'; 
$lang['Com_messagei_info'] = 'Als plaatjes niet worden toegestaan wordt dit bericht weergegeven in plaats van de plaatjes'; 
$lang['Max_char'] = 'Maximaal aantal tekens in een bericht'; 
$lang['Max_char_info'] = 'Als iemand een bericht onder de downloads zet is dit het maximaal aantal tekens dat iemand mag gebruiken om zijn bericht te maken.'; 
$lang['Settings_changed'] = 'Uw instellingen zijn succesvol bijgewerkt'; 
$lang['File_per_page'] = 'Aantal files per pagina'; 
$lang['File_per_page_info'] = 'Hier kunt u het maximaal aantal files per pagina invoeren, als u niks invult blijft dit op 20 staan.'; 
$lang['Hotlink_prevent'] = 'Hotlink bescherming'; 
$lang['Hotlinl_prevent_info'] = 'Zet dit op Ja als u het niet wilt dat andere mensen naar u downloads linken'; 
$lang['Hotlink_allowed'] = 'Toegestane sites voor hotlinking'; 
$lang['Hotlink_allowed_info'] = 'Toegestane sits voor hotlinking (gescheiden door een komma), als voorbeeld, www.phpbb-nl.com, http://phpbb-xx-nl.nlwebhebbies.nl/'; 
$lang['Default_sort_method'] = 'Standaard sorteer methode'; 
$lang['Default_sort_order'] = 'Standaard sorteer volgorde'; 
$lang['Max_filesize'] = 'Maximale filegrootte'; 
$lang['Max_filesize_explain'] = 'Maximale filegrootte voor de files. Een waarde van 0 betekent \'ongelimiteerd\'. Deze instelling is ook gekoppeld aan je server instelling. Als voorbeeld, als U php Configuratie alleen een maximale upload toestaat van maximaal 2 mb dan is dit Uw maximale file grootte, Dit kan niet worden aangepast of worden genegeerd door de MOD.'; 
$lang['Upload_directory'] = 'Upload directory'; 
$lang['Upload_directory_explain'] = 'Voer hier het relatieve pad in van je phpBB2 installatie naar de Files upload directory. Voer bijvoorbeeld \'pafiledb/uploads/\' in als je phpBB2 installatie is geplaatst op http://www.yourdomain.com/phpBB2 en de upload directory is http://www.yourdomain.com/phpBB2/pafiledb/uploads.'; 
$lang['Screenshots_directory'] = 'Screenshots directory'; 
$lang['Screenshots_directory_explain'] = 'Voer hier het relatieve pad in van je phpBB2 installatie naar de Screenshots upload directory. Als voorbeeld, voer \'pafiledb/images/screenshots/\' als je phpBB2 Installatie is geplaatst op http://www.yourdomain.com/phpBB2 en de upload directory is http://www.yourdomain.com/phpBB2/pafiledb/images/screenshots.'; 
$lang['Forbidden_extensions'] = 'Verboden extensies'; 
$lang['Forbidden_extensions_explain'] = 'Hier kan je je verboden extensies invoeren, scheid meerdere extensies af met een komma.'; 
$lang['Permission_settings'] = 'Permissies instellingen'; 
$lang['Auth_search'] = 'Zoek permissies'; 
$lang['Auth_search_explain'] = 'Sta het zoeken toe voor bepaalde type gebruikers'; 
$lang['Auth_stats'] = 'Statistieken permissies'; 
$lang['Auth_stats_explain'] = 'Sta het bekijken van de statistieken toe voor bepaalde type gebruikers'; 
$lang['Auth_toplist'] = 'Toplijst permissies'; 
$lang['Auth_toplist_explain'] = 'Sta het bekijken van de toplijst toe voor bepaalde type gebruikers'; 
$lang['Auth_viewall'] = 'Bekijk alle files permissies'; 
$lang['Auth_viewall_explain'] = 'Sta het bekijken van alle files toe voor bepaalde type gebruikers'; 
$lang['Bytes'] = 'Bytes'; 
$lang['KB'] = 'KB'; 
$lang['MB'] = 'MB'; 


// Custom Field 
$lang['Afield'] = 'Aangepast veld: Voeg toe'; 
$lang['Efield'] = 'Aangepast veld: Bewerk'; 
$lang['Dfield'] = 'Aangepast veld: Verwijder';
$lang['Mfieldtitle'] = 'Gewone velden'; 
$lang['Afieldtitle'] = 'Voeg veld toe'; 
$lang['Efieldtitle'] = 'Bewerk veld'; 
$lang['Dfieldtitle'] = 'Verwijder veld'; 
$lang['Fieldexplain'] = 'Hier kan je zelf Velden toevoegen bewerken of verwijderen. Zelf gemaakte velden kan je later als extra informatie veld toevoegen bij de omschrijvingen van je files.'; 
$lang['Fieldname'] = 'Veld naam'; 
$lang['Fieldnameinfo'] = 'Dit is de naam van het veld, bijvoorbeeld \'File grootte\''; 
$lang['Fielddesc'] = 'Veld omschrijving'; 
$lang['Fielddescinfo'] = 'Dit is een plaats waar je je veld beschrijft, bijvoorbeeld \'File grootte in megabytes\''; 
$lang['Fieldadded'] = 'Het aangepast veld is succesvol toegevoegd'; 
$lang['Fieldedited'] = 'Het aangepast veld is succesvol bewerkt'; 
$lang['Dfielderror'] = 'U heeft geen velden geselecteerd om te verwijderen'; 
$lang['Fieldsdel'] = 'De aangepaste velden die u heeft geselecteerd zijn succesvol verwijderd'; 

$lang['Field_data'] = 'Opties'; 
$lang['Field_data_info'] = 'Voer hier de opties in die een gebruiker heeft. Scheid elke optie door een harde return.'; 
$lang['Field_regex'] = 'Reguliere expressie'; 
$lang['Field_regex_info'] = 'Je kunt op de invoer velden een reguliere expressie zetten %s(PCRE)%s.'; 
$lang['Field_order'] = 'Volgorde van laten zien'; 

// File 
$lang['Afile'] = 'File: Voeg toe'; 
$lang['Efile'] = 'File: Bewerk'; 
$lang['Dfile'] = 'File: Verwijder'; 
$lang['Afiletitle'] = 'Voeg file toe'; 
$lang['Efiletitle'] = 'Bewerk file'; 
$lang['Dfiletitle'] = 'Verwijder file'; 
$lang['Fileexplain'] = 'Je kunt de file beheer gebruiken om files toe te voegen te verwijderen en te bewerken.'; 
$lang['Upload'] = 'Upload file'; 
$lang['Uploadinfo'] = 'Upload deze file'; 
$lang['Uploaderror'] = 'Deze file bestaat al, hernoem de file of als je een oude vervangt voor een nieuwere verwijder dan de oude eerst.'; 
$lang['Uploaddone'] = 'De file is succesvol geupload. De URL naar de file is'; 
$lang['Uploaddone2'] = 'Klik %shier%s om dze URL toe te voegen aan de download dbase.'; 
$lang['Upload_do_done'] = 'Upload Succesvol'; 
$lang['Upload_do_not'] = 'Niet geuploaded'; 
$lang['Upload_do_exist'] = 'File bestaat al'; 
$lang['Filename'] = 'File Naam'; 
$lang['Filenameinfo'] = 'Dit is de naam van de file die je toevoegt zoals \'Mijn plaatje.\''; 
$lang['Filesd'] = 'Korte omschrijving'; 
$lang['Filesdinfo'] = 'Dit is een korte omschrijving van de file. Dit is de omschrijving die staat onder de naam, houd de omschrijving dus kort'; 
$lang['Fileld'] = 'Lange omschrijving'; 
$lang['Fileldinfo'] = 'Dit is de lange omschrijving. Deze komt op het file scherm zelf en behoord dus de nodige informatie te geven'; 
$lang['Filecreator'] = 'Maker/auteur'; 
$lang['Filecreatorinfo'] = 'Dit is de naam van de maker van de file.'; 
$lang['Fileversion'] = 'File versie'; 
$lang['Fileversioninfo'] = 'Dit is de versie nummer van de file zoals 3.0 of 1.3 Beta'; 
$lang['Filess'] = 'Screenshot URL'; 
$lang['Filessinfo'] = 'Dit is de URL naar een screenshot van de file. Wil je bijvoorbeeld een een phpBB skin of template toevoegen? Vul hier dan het URL naar de phpBB installatie met de betreffende skin of template. Je kunt handmatig het screenshot toevoegen of, als je PHP host het toelaat, ook het screenshot uploaden.'; 
$lang['Filess_upload'] = 'Upload screenshot'; 
$lang['Filessinfo_upload'] = 'Je kunt je screenshot uploaden door op bladeren te klikken en dan naar het screenshot te bladeren'; 
$lang['Filess_link'] = 'Screenshot als link'; 
$lang['Filess_link_info'] = 'Als je je screenshot als een link wilt plaatsen moet je hier Ja kiezen.'; 
$lang['Filedocs'] = 'Documentatie/uitleg URL'; 
$lang['Filedocsinfo'] = 'Dit is een URL naar de documentatie of de uitleg van de file'; 
$lang['Fileurl'] = 'File URL'; 
$lang['Fileurlinfo'] = 'Dit is de URL naar de file toe, je kunt de file ook via de upload toevoegen maar dit moet je host en je PHP instelling wel toelaten.'; 
$lang['File_upload'] = 'File upload'; 
$lang['Fileinfo_upload'] = 'Je kunt een file uploaden door op bladeren te klikken'; 
$lang['Uploaded_file'] = 'Geuploade file'; 
$lang['Filepi'] = 'Bericht icoon'; 
$lang['Filepiinfo'] = 'Je kunt een bericht icoon kiezen voor je file. Het icoon wordt naast de naam weergegeven in je overzicht.'; 
$lang['Filecat'] = 'Categorie'; 
$lang['Filecatinfo'] = 'Dit is de categorie waar je file in hoort.'; 
$lang['Filelicense'] = 'Overeenkomst'; 
$lang['Filelicenseinfo'] = 'Dit is de overeenkomst die de gebruikers eerst moeten accepteren vordat ze de file kunnen downloaden.'; 
$lang['Filepin'] = 'Pin file'; 
$lang['Filepininfo'] = 'Kies hiervoor als je wilt dat je file altijd op de eerste pagina staat in het overzicht bovenaan.'; 
$lang['Fileadded'] = 'De nieuwe file is succesvol toegevoegd'; 
// MX Addon
$lang['Filedeleted'] = 'De file die je hebt geselecteerd is succesvol verwijderd';
// End
$lang['Fileedited'] = 'De file is succesvol bewerkt'; 
$lang['Fderror'] = 'Je hebt geen files geselecteerd om te verwijderen'; 
$lang['Filesdeleted'] = 'De files die je hebt geselecteerd zijn succesvol verwijderd'; 
$lang['Filetoobig'] = 'De file is te groot.'; 
$lang['Approved'] = 'Toegestaan'; 
$lang['Not_approved'] = '(Niet Toegestaan)'; 
$lang['Approved_info'] = 'Gebruik deze optie om een file zichtbaar te maken voor de gebruikers. Gebruik deze ook om files, die zijn toegevoegd door gebruikers, goed te keuren.'; 
$lang['Fchecker'] = 'File onderhoud'; 
$lang['File_checker'] = 'File onderhoud'; 
$lang['File_checker_explain'] = 'Hier kan je een controle uitvoeren voor alle bestanden in de database en die in de download directory.'; 
$lang['File_saftey'] = 'File onderhoud zal proberen alle files die niet meer bestaan en screenshots die niet meer bestaan te vinden en een optie te geven om deze te verwijderen.<br /><br />Wanneer de files niet beginnen met <FONT COLOR="#FF0000">{html_path}</FONT> worden de files overgeslagen om veiligheids redenen.<br /><br />Zorg er zeker voor dat <FONT COLOR="#FF0000">{html_path}</FONT> het pad is naar je files directory.<br /><br /><b>Notitie:</b> Het is ten zeerste aan te raden dat je je <b><a href="' . append_sid("admin_db_utilities.php?perform=backup") . '" class="genmed">dbase backupped voordat je deze handeling uitvoert</a></b>.'; 
$lang['File_checker_perform'] = 'Uitvoeren van controle'; 
$lang['Checker_saved'] = 'Totaal overgehouden plaats'; 
$lang['Checker_sp1'] = 'Controleren van files met ontbrekende files...'; 
$lang['Checker_sp2'] = 'Controleren van files met ontbrekende screenshots...'; 
$lang['Checker_sp3'] = 'Verwijderen van ongebruikte files...'; 
$lang['Filedls'] = 'Download totaal'; 
$lang['Addtional_field'] = 'Extra velden'; 
$lang['File_not_found'] = 'De file die u aangeeft kan niet worden gevonden'; 
$lang['SS_not_found'] = 'De screenshot die u aangeeft kan niet worden gevonden'; 
// License 
$lang['Alicense'] = 'Overeenkomst: Voeg toe'; 
$lang['Elicense'] = 'Overeenkomst: Bewerk'; 
$lang['Dlicense'] = 'Overeenkomst: Verwijder'; 
$lang['Alicensetitle'] = 'Voeg overeenkomst toe'; 
$lang['Elicensetitle'] = 'Bewerk overeenkomst'; 
$lang['Dlicensetitle'] = 'Verwijder overeenkomst'; 
$lang['Licenseexplain'] = 'Je kunt hier overeenkomsten toevoegen, bewerken en verwijderen.'; 
$lang['Lname'] = 'Overeenkomst naam'; 
$lang['Ltext'] = 'Overeenkomst tekst'; 
$lang['Licenseadded'] = 'De nieuwe overeenkomst is succesvol toegevoegd'; 
$lang['Licenseedited'] = 'De overeenkomst is succesvol bijgewerkt'; 
$lang['Lderror'] = 'Je hebt geen overeenkomst geselecteerd om te verwijderen'; 
$lang['Ldeleted'] = 'De geselecteerde overeenkomst is succesvol verwijderd'; 
// MX
$lang['License_title'] = 'Overeenkomst';
// ENd
$lang['Click_return'] = 'Klik %shier%s om terug te gaan naar de vorige pagina'; 
$lang['Click_edit_permissions'] = 'Klik %shier%s om de permissies voor deze categorie te bewerken'; 

//Java script messages and php errors 
$lang['Cat_name_missing'] = 'Vul een categorie naam in AUB'; 
$lang['Cat_conflict'] = 'Je mag hier geen files toevoegen'; 
$lang['Cat_id_missing'] = 'Selecteer een categorie AUB'; 
$lang['Missing_field'] = 'Vul alle verplichte velden in AUB'; 


//Fields Types

$lang['Input'] = 'Single-Line Text Box';
$lang['Textarea'] = 'Multiple-Line Text Box';
$lang['Radio'] = 'Single-Selection Radio Buttons';
$lang['Select'] = 'Single-Selection Menu';
$lang['Select_multiple'] = 'Multiple-Selection Menu';
$lang['Checkbox'] = 'Multiple-Selection Checkbox';

// MX Addon
$lang['Validation_settings'] = 'Validation of uploads';
$lang['Need_validate'] = 'Validate uploads?';
$lang['Validator'] = 'Validator';
$lang['PM_notify'] = 'PM Notify to validator(s) (n/a)';
$lang['Validator_admin_option'] = 'Admin';
$lang['Validator_mod_option'] = 'Admin and cat moderator';

$lang['Allow_comments'] = 'Enable comments (n/a)';
$lang['Allow_comments_info'] = 'Enable/disable comments in this category.';
$lang['Allow_ratings'] = 'Enable ratings (n/a)';
$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.';

?>
En lang pafiledb

Code: Selecteer alles

<?php

// Toplist 
$lang['Toplist'] = 'Toplijst'; 
$lang['Select_list'] = 'Selecteer het soort lijst wat je wilt'; 
$lang['Latest_downloads'] = 'De nieuwste files'; 
$lang['Most_downloads'] = 'De meest populaire files'; 
$lang['Rated_downloads'] = 'De hoogst gewaardeerde files'; 
$lang['Total_new_files'] = 'Totaal Nieuwe Downloads'; 
$lang['Show'] = 'Laat zien'; 
$lang['One_week'] = 'Een Week'; 
$lang['Two_week'] = 'Twee Weken'; 
$lang['30_days'] = '30 Dagen'; 
$lang['New_Files'] = 'Totaal nieuwe files voor de laatste %d dagen'; 
$lang['Last_week'] ='Laatste Week'; 
$lang['Last_30_days'] = 'Laatste 30 Dagen'; 
$lang['Show_top'] = 'Show Top'; 
$lang['Or_top'] = 'or Top'; 
$lang['Popular_num'] = 'Top %d van %d files uit de database'; 
$lang['Popular_per'] = 'Top %d %% van alle %d files uit de database'; 
$lang['General_Info'] = 'Standaard Informatie'; 
$lang['Downloads_stats'] = 'Gebruikers Download Statistieken'; 
$lang['Rating_stats'] = 'Gebruikers Waarderings Statistieken'; 
$lang['Os'] = 'Operating Systeem'; 
$lang['Browsers'] = 'Browsers'; 

// Main 
$lang['Files'] = 'Files'; 
$lang['Viewall'] = 'Bekijk Alle Files'; 
$lang['Vainfo'] = 'Bekijk alle files uit de database'; 
$lang['Jump'] = 'Selecteer een categorie'; 
$lang['Sub_category'] = 'Sub Categorie'; 
$lang['Last_file'] = 'Laatste File';

// Sort 
$lang['Sort'] = 'Sorteer'; 
$lang['Name'] = 'Naam'; 
$lang['Update_time'] = 'Laatste Bijgewerkt'; 

// Category 
$lang['No_files'] = 'Geen Files Gevonden'; 
$lang['No_files_cat'] = 'Er zijn geen files in deze categorie.'; 
$lang['Cat_not_exist'] = 'De categorie die je hebt geselecteerd bestaat niet (meer).'; 
$lang['File_not_exist'] = 'De file die je hebt geselecteerd bestaat niet (meer).'; 
$lang['License_not_exist'] = 'De overeenkomst die je hebt geselecteerd bestaat niet (meer).'; 

// File 
$lang['File'] = 'File'; 
$lang['Desc'] = 'Omschrijving'; 
$lang['Creator'] = 'Auteur'; 
$lang['Version'] = 'Versie'; 
$lang['Scrsht'] = 'Screenshot'; 
$lang['Docs'] = 'Web Site'; 
$lang['Lastdl'] = 'Laatste Download'; 
$lang['Never'] = 'Nooit'; 
$lang['Votes'] = 'Stemmen'; 
$lang['Date'] = 'Datum'; 
$lang['Update_time'] = 'Laatste Bijgewerkt'; 
$lang['DlRating'] = 'Waardering'; 
$lang['Dls'] = ' Downloads'; 
$lang['Downloadfile'] = 'Download File'; 
$lang['File_size'] = 'File Grootte'; 
$lang['Not_available'] = 'Niet Aanwezig!'; 
$lang['Bytes'] = 'Bytes'; 
$lang['KB'] = 'Kilo Byte'; 
$lang['MB'] = 'Mega Byte'; 

$lang['Mirrors'] = 'Mirrors'; 
$lang['Mirrors_explain'] = 'Hier kan je files die mirrors hebben toevoegen, controlleer voor je bevestigd alle gegevens goed'; 
$lang['Click_here_mirrors'] = 'Klik hier om een Mirror toe te voegen'; 
$lang['Mirror_location'] = 'Mirror Locatie'; 
$lang['Add_new_mirror'] = 'Voeg een nieuwe mirror toe'; 

//User Upload 
$lang['User_upload'] = 'Gebruiker Upload'; 

// License 
$lang['License'] = 'Overeenkomst'; 
$lang['Licensewarn'] = 'Je moet met de overeenkomst akkoord gaan om te mogen downloaden'; 
$lang['Iagree'] = 'Ik ga akkoord'; 
$lang['Dontagree'] = 'Ik ga niet akkoord'; 

// Search 
$lang['Search'] = 'Zoeken'; 
$lang['Search_for'] = 'Zoek voor'; 
$lang['Results'] = 'Resultaten voor'; 
$lang['No_matches'] = 'Sorry, geen resultaten gevonden voor'; 
$lang['Matches'] = 'overeenkmsten gevonden voor'; 
$lang['All'] = 'Alle Categorieen'; 
$lang['Choose_cat'] = 'Kies Categorie:'; 
$lang['Include_comments'] = 'Zoek ook in berichten'; 
$lang['Submiter'] = 'Toegevoegd door'; 

// Statistics 
$lang['Statistics'] = 'Statistieken'; 
$lang['Stats_text'] = "Er zijn {total_files} files in {total_categories} categorieen<br>"; 
$lang['Stats_text'] .= "Er is {total_downloads} keer gedownload<br><br>"; 
$lang['Stats_text'] .= "De nieuwste file is <a href={u_newest_file}>{newest_file}</a><br>"; 
$lang['Stats_text'] .= "De oudste file is <a href={u_oldest_file}>{oldest_file}</a><br><br>"; 
$lang['Stats_text'] .= "De gemiddelde file waardering is {average}/10<br>"; 
$lang['Stats_text'] .= "De meest populaire file gebaseerd op waardering is <a href={u_popular}>{popular}</a> met een waardering van {most}/10<br>"; 
$lang['Stats_text'] .= "De minst populaire file gebaseerd op waardering is <a href={u_lpopular}>{lpopular}</a> met een waardering van {least}/10<br><br>"; 
$lang['Stats_text'] .= "Het gemiddelde per gedownloade file is {avg_dls}<br>"; 
$lang['Stats_text'] .= "De meest populaire file gebaseerd op het aantal downloads is <a href={u_most_dl}>{most_dl}</a> met een totaal van {most_no} downloads<br>"; 
$lang['Stats_text'] .= "De minst populaire file gebaseerd op het aantal downloads is <a href={u_least_dl}>{least_dl}</a> met een totaal van {least_no} downloads<br>"; 
$lang['Select_chart_type'] = 'Selecteer Grafiek Type'; 
$lang['Bars'] = 'Balken'; 
$lang['Lines'] = 'Lijnen'; 
$lang['Area'] = 'Gebied'; 
$lang['Linepoints'] = 'Lijn Punten'; 
$lang['Points'] = 'Punten'; 
$lang['Chart_header'] = 'Files Statistieken - Files toegevoegd elke Maand'; 
$lang['Chart_legend'] = 'Files'; 
$lang['X_label'] = 'Maanden'; 
$lang['Y_label'] = 'Aantal Files'; 

// Rate 
$lang['Rate'] = 'Beoordeel File'; 
$lang['Rerror'] = 'Sorry, U heeft deze file al gewaardeerd.'; 
$lang['Rateinfo'] = 'U staat op het punt om de file <i>{filename}</i> te waarderen.<br>Selecteer Uw waardering hieronder. 1 is het slechtste, 10 is het beste.'; 
$lang['Rconf'] = 'U heeft <i>{filename}</i> een waardering gegeven van {rate}.<br>Dit maakt de nieuwe waardering gemiddelde {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'] = 'Niet gewaardeerd'; 

// Email 
$lang['Emailfile'] = 'E-mail File Link naar een Vriend'; 
$lang['Emailinfo'] = 'Als je wilt kun je de gegevens doormailen naar een vriend en zo hem erop attenderen!<br>Items gemarkeerd met een * zijn verplicht tenzij vermeld'; 
$lang['Yname'] = 'Uw Naam'; 
$lang['Yemail'] = 'Uw E-mail Adres'; 
$lang['Fname'] = 'Vriend Zijn/Haar Naam'; 
$lang['Femail'] = 'Vriend Zijn/Haar E-mail Adres'; 
$lang['Esub'] = 'E-mail Onderwerp'; 
$lang['Etext'] = 'E-mail Tekst'; 
$lang['Defaultmail'] = 'Ik dacht dat je wel was geinteresseerd in het downloaden van deze file die ik gevonden had op de site'; 
$lang['Semail'] = 'Verzend E-mail'; 
$lang['Econf'] = 'Uw e-mail is succesvol verzonden.'; 

// Comments 
$lang['Comments'] = 'Bericht'; 
$lang['Comments_title'] = 'Bericht titel'; 
$lang['Comment_subject'] = 'Bericht onderwerp'; 
$lang['Comment'] = 'Bericht'; 
$lang['Comment_explain'] = 'Gebruik het tekst veld hierboven om Uw mening te geven over een download!'; 
$lang['Comment_add'] = 'Voeg een bericht toe'; 
$lang['Comment_delete'] = 'Verwijder'; 
$lang['Comment_posted'] = 'Uw bericht is succesvol toegevoegd'; 
$lang['Comment_deleted'] = 'Het bericht is succesvol verwijderd'; 
$lang['Comment_desc'] = 'Titel'; 
$lang['No_comments'] = 'Er zijn nog geen berichten geplaatst.'; 
$lang['Links_are_ON'] = 'Links staan <u>AAN</u>'; 
$lang['Links_are_OFF'] = 'Links staan <u>UIT</u>'; 
$lang['Images_are_ON'] = 'Plaatjes staan <u>AAN</u>'; 
$lang['Images_are_OFF'] = 'Plaatjes staan <u>UIT</u>'; 
$lang['Check_message_length'] = 'Controlleer bericht lengte'; 
$lang['Msg_length_1'] = 'Uw bericht is '; 
$lang['Msg_length_2'] = ' tekens lang.'; 
$lang['Msg_length_3'] = 'U heeft '; 
$lang['Msg_length_4'] = ' tekens in totaal.';; 
$lang['Msg_length_5'] = 'Er zijn '; 
$lang['Msg_length_6'] = ' tekens over om te gebruiken.'; 


// Download 
$lang['Directly_linked'] = 'Je mag deze file niet rechtstreeks downloaden van een andere site!'; 

//Permission 
$lang['Sorry_auth_view'] = 'Sorry, maar alleen %s kunnen files en sub categorieen bekijken in deze categorie.'; 
$lang['Sorry_auth_file_view'] = 'Sorry, maar alleen %s kunnen files bekijken in deze categorie.'; 
$lang['Sorry_auth_upload'] = 'Sorry, maar alleen %s kunnen files uploaden in deze categorie.'; 
$lang['Sorry_auth_download'] = 'Sorry, maar alleen %s kunnen files downloaden in deze categorie.'; 
$lang['Sorry_auth_rate'] = 'Sorry, maar alleen %s kunnen files waarderen in deze categorie.'; 
$lang['Sorry_auth_view_comments'] = 'Sorry, maar alleen %s kunnen berichten lezen in deze categorie.'; 
$lang['Sorry_auth_post_comments'] = 'Sorry, maar alleen %s kunnen berichten plaatsen in deze categorie.'; 
$lang['Sorry_auth_edit_comments'] = 'Sorry, maar alleen %s kunnen berichten bewerken in deze categorie.'; 
$lang['Sorry_auth_delete_comments'] = 'Sorry, maar alleen %s kunnen berichten verwijderen in deze categorie.';
// MX
$lang['Sorry_auth_edit'] = 'Sorry, maar je kunt geen files bijwerken in deze categorie.';
$lang['Sorry_auth_delete'] = 'Sorry, maar je kunt geen files verwijderen in deze categorie.';
$lang['Sorry_auth_mcp'] = 'Sorry, maar je kunt niet moderaten in deze categorie.';
$lang['Sorry_auth_approve'] = 'Sorry, maar je kunt geen files goedkeuren in deze categorie.';


// General 
$lang['Category'] = 'Categorie'; 
$lang['Error_no_download'] = 'De geselecteerde file bestaat niet meer'; 
$lang['Options'] = 'Opties'; 
$lang['Click_return'] = 'Klik %shier%s om terug te gaan naar de vorige pagina'; 
$lang['Click_here'] = 'Klik Hier'; 
$lang['never'] = 'Geen'; 
$lang['pafiledb_disable'] = 'Download Database is uitgeschakeld'; 
$lang['jump'] = 'Selecteer een categorie'; 
$lang['viewall_disabled'] = 'Deze functie is uitgeschakeld door de beheerder.'; 
$lang['New_file'] = 'Nieuwe file'; 
$lang['No_new_file'] = 'Geen nieuwe file'; 
$lang['None'] = 'Geen'; 
$lang['No_file'] = 'Geen files'; 
$lang['View_latest_file'] = 'Bekijk laatste files'; 

// Toplists mx blocks
$lang['Recent_Public_Files'] = 'Laatste downloads';
$lang['Random_Public_Files'] = 'Willekeurige downloads';
$lang['Toprated_Public_Files'] = 'Best beoordeelde downloads';
$lang['Most_Public_Files'] = 'Meest gedownloade';
$lang['File_Title'] = 'Titel';
$lang['File_Desc'] = 'Beschrijving';
$lang['Rating'] = 'Beoordeling';
$lang['Dls'] = 'Downloads';

// MX Addon
$lang['Deletefile'] = 'Verwijder bestand';
$lang['Editfile'] = 'Bestand bijwerken';
$lang['pa_MCP'] = '[ModeratorCP]';
$lang['Click_return_not_validated'] = 'Klik %sHier%s om terug te gaan naar de vorige pagina';

?>
Bezoek ook ns mn site:
http://www.partyfreakers.nl of mn premodded site: http://www.vitrax.org

Laturzzz,
Duvelske

Gesloten