Code: Alles auswählen
<?php
/***************************************************************************
* lang_admin_smiley_categories.php [English]
* -------------------
* begin : Sunday, April 27th, 2004
* copyright : (C) 2004-2006 Afkamm
* email : phpbb@afkamm.co.uk
* website : http://mods.afkamm.co.uk
*
***************************************************************************/
/***************************************************************************
*
* 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.
*
***************************************************************************/
//
// Main Page
//
$lang['main_title'] = 'Smiley Categories Main Page';
$lang['add_title'] = 'Add a Category';
$lang['edit_title'] = 'Edit a Category';
$lang['view_title'] = 'View Categories';
$lang['smiley_title'] = 'Add a Smiley';
$lang['upload_title'] = 'Upload Smilies';
$lang['import_pak_title'] = 'Import a PAK file';
$lang['export_pak_title'] = 'Export a PAK file';
$lang['perms_title'] = 'View Permissions';
$lang['unused_title'] = 'View Unused Smilies';
$lang['add_description'] = 'To add a new category, click this option and fill out the form on the next page';
$lang['edit_description'] = 'To edit an existing category, click this option and edit the data in the form boxes.';
$lang['view_description'] = 'View your smilies and categories at a glance with this option. Also allows for mass smiley editing within each category';
$lang['smiley_description'] = 'Once one or more categories have been created, you can use this option if you have the odd 1 or 2 smilies to add.';
$lang['upload_description'] = 'Upload new smilies and PAK files with this option.';
$lang['import_description'] = 'Import previously backed up smilies and categories with this option.';
$lang['export_description'] = 'Use the export option to backup your smilies. This MOD also offers category data exporting as well when the .PAK2 format is used.';
$lang['perms_description'] = 'To see at a glance the permissions for each of your categories. Who can view them and where can they be viewed.';
$lang['unused_description'] = 'If you don\'t have a *.pak file, then this option is for you as it\'ll show you all the smilies that haven\'t been installed yet and allow you to add them all easily to any already existing category.<br /><br />There are currently <b>%d</b> unused smilies.';
//
// Add/Edit a category
//
// Add
$lang['add_tit'] = 'Add a Category';
$lang['add_desc'] = 'You can add a new category with this form, just enter a name and a description and then click the submit button. The category icon is only required if you\'re using buttons and want that button to be an image, (see Smiley Config). Selecting moderator special allows you to hide a category from registered users and guests, but still allow the smilies in that category to appear in messages.<br /><br /><span style="color: red;">*Use letters and numbers only!</span>';
$lang['add_success'] = 'Category added successfully';
$lang['add_fail'] = 'Error: You failed to enter a name and/or description!';
// Edit
$lang['edit_tit'] = 'Edit a Category';
$lang['edit_desc'] = 'Select the category that you wish to edit from the dropdown menu. The details should then appear below, edit them to your liking and click the submit button to save the changes.';
$lang['edit_desc2'] = ' You do not have to submit changes to test the popup size.<br /><br /><span style="color: red;">*Use letters and numbers only!</span>';
$lang['select_cat'] = 'Select a category to edit';
$lang['edit_delete'] = 'Tick this box to delete the category - ';
$lang['Confirm_del_cat'] = 'Are you sure you want to delete this<br />category and all the smilies in it?';
$lang['cat_del_success'] = 'Category deleted successfully';
$lang['cat_del_fail'] = 'Error: Category does not exist!';
$lang['edit_success'] = 'Category edited successfully';
$lang['edit_success_up'] = 'Category edited and moved up successfully';
$lang['edit_success_down'] = 'Category edited and moved down successfully';
$lang['edit_fail'] = 'Error: You failed to enter a name and/or description!';
// Add & Edit
$lang['cat_name'] = 'Category Name';
$lang['cat_description'] = 'Category Description';
$lang['smilies_per_page'] = 'Smilies Per Page';
$lang['smilies_no_limit'] = '(enter 0 for no limit)';
$lang['popup_title'] = 'Popup Window Settings';
$lang['popup_description'] = 'These settings determine the size of the popup window. Tailor the window to suit the smilies inside this category.';
$lang['popup_x'] = 'x';
$lang['popup_size'] = 'Popup Window Size';
$lang['popup_size_attribs'] = '(width x height)';
$lang['popup_columns'] = 'Popup Window Columns';
$lang['popup_size_test'] = 'Click this link to test the popup window size';
$lang['popup_size_test2'] = 'Test';
$lang['popup_alert'] = 'Please select a category first!';
$lang['viewable_by'] = 'Viewable By';
$lang['viewable_by_explain'] = '<b>"</b>The group selected will be the only ones to see this category and the only ones to see the smilies in the posts.<b>"</b>';
$lang['perms']['50'] = 'Nobody';
$lang['perms']['10'] = 'Everyone';
$lang['perms']['20'] = 'Regs and up';
$lang['perms']['30'] = 'Mods and up';
$lang['perms']['40'] = 'Admins only';
$lang['viewable_in'] = 'Viewable In';
$lang['viewable_in_explain'] = '<b>"</b>To select more than one forum, hold down the CTRL key while clicking them. Categories are in green, forums in yellow. Selecting a category does nothing.<b>"</b>';
$lang['private_messages'] = 'Private Messages';
$lang['order_position'] = 'Order Position';
$lang['order_first'] = 'First';
$lang['order_last'] = 'Last';
$lang['order_after'] = 'After';
$lang['order_change'] = '(select a new position)';
$lang['cat_icon'] = 'Category Image';
$lang['select_cat_icon'] = 'Select or leave blank';
$lang['submit'] = 'Submit';
$lang['Go'] = 'Go';
$lang['cat_special'] = 'Special Category';
$lang['cat_special_explain'] = '<b>"</b>If used, this group will be the only one to see this category. However those smilies will appear in posts to everyone.<b>"</b>';
//
// IMPORTANT: The order the specials are in here are how they will appear in the dropdown menu on the add/edit category pages.
// Extra classes must be defined in the file 'includes/contants.php' and included else where in the forums class code.
// For example please see the 'User Class MOD' by kooky (http://www.myphpbb.zaup.org) or something similar.
// If more classes are added then you need to edit a line in the generate_smilies() function in 'includes/functions_post.php'
// and the smilies_pass() function in 'includes/bbcode.php' to accommodate these new classes. Contact me for details. :)
//
$lang['special']['-2'] = 'Don\'t Use'; // Just what it says on the tin. :)
$lang['special']['0'] = 'Regulars'; //define('USER', 0);
$lang['special']['2'] = 'Moderators'; //define('MOD', 2);
$lang['special']['1'] = 'Administrators'; //define('ADMIN', 1);
//
// Add/Edit a Smiley Page
//
$lang['smiley_add_title'] = 'Add a Smiley';
$lang['smiley_add_desc'] = 'Everything here is pretty much self explanatory. Add the smiley details and then click submit.';
$lang['smiley_edit_title'] = 'Edit a Smiley';
$lang['smiley_edit_desc'] = 'Everything here is pretty much self explanatory. Edit the smiley details, unless you want to delete the smiley in which case tick the delete box and then click submit.';
$lang['smiley_edit'] = 'Edit Smiley';
$lang['smiley_delete'] = 'Delete this smiley';
$lang['smiley_category'] = 'Smiley Category';
$lang['Confirm_del_smiley'] = 'Are you sure you want to delete this smiley?';
//
// Category Viewing Page
//
$lang['cat_view_title'] = 'Category Viewing Page';
$lang['cat_view_description1'] = 'Click any smiley to edit its details. Click the <b>mass edit</b> link under the options column for any given category to go into mass editing mode.';
$lang['cat_view_description2'] = 'Select the categories that you wish to view. (CTRL+LEFT CLICK sets/clears selections). If you have a few hundred smilies, you may wish to view a couple of categories at a time.';
$lang['cat_view_empty'] = '<span style="color: red">There are no smilies in this category.</span>';
$lang['smiley_count'] = 'Total: %d Unique: %d'; // Both %d will be replaced with a number.
$lang['mass_edit'] = 'Mass Edit';
$lang['click_edit'] = 'Click to edit';
//
// Mass Edit Page
//
$lang['mass_edit_title'] = 'Mass Editing Page';
$lang['mass_edit_description'] = 'From here you can edit multiple smilies at once instead of just one at a time. No two smilies may have the same code so please change them until all are unique.<br /><br /><span style="color: red;">Warning: The Order dropdown menus use javascript which will submit the new order value as soon as it\'s selected. They are not part of the main form so don\'t go editing codes etc. and then try and change an order as you\'ll lose your changes.</span>';
$lang['mass_edit_submit'] = 'Submit Changes';
$lang['multi_delete1'] = '%d smiley was deleted.';
$lang['multi_delete2'] = '%d smilies were deleted.';
$lang['multi_updated1'] = '%d smiley was updated. ';
$lang['multi_updated2'] = '%d smilies were updated. ';
$lang['smiley_order_success'] = 'The smiley was successfully moved from position %d to %d.';
$lang['smiley_order_nochange'] = 'The smiley position was not changed.';
//
// Upload Smilies Page.
//
$lang['upload_tit'] = 'Upload Smilies';
$lang['upload_desc'] = 'You can upload a maximum of 10 files at once. These can either be images or pak files. The directory <b>%s</b> must be writeable for the upload procedure to work. Maximum filesize total is %d bytes.'; // %s = /images/smiles/ %d = 100000
$lang['upload_warning'] = '<br /><br /><span style="color: red;"><b>Warning:</b> The directory <b>%s</b> is not writeable.</span>'; // %s = /images/smiles/
$lang['upload_file'] = 'Upload File';
$lang['upload_files'] = 'Upload Files';
$lang['upload_amount'] = 'Select the number of files you want to upload: ';
$lang['upload_success'] = '<span style="color: green;"><b>Success</b></span>';
$lang['upload_success_reason1'] = '<br />';
$lang['upload_failed'] = '<span style="color: red;"><b>Failed</b></span>';
$lang['upload_failed_reason1'] = '(could not copy file)<br />';
$lang['upload_failed_reason2'] = '(filename already exists)<br />';
$lang['upload_failed_reason3'] = '(incorrect extension)<br />';
$lang['upload_failed_reason4'] = '(exceeds max filesize)<br />';
//
// Smiley Pack Import Page.
//
$lang['import_tit'] = 'Smiley Pack Import';
$lang['import_desc'] = 'If your *.pak, *.pak2 files don\'t show up in the list below, make sure that you have uploaded them to the correct directory which is <b>/%s</b>.<br /><br /><span style="color: red;">*These options are not required when importing a .pak2 file and will be ignored.</span>';
$lang['choose_smiley_pak'] = 'Choose a smiley pack file';
$lang['import_cat'] = 'Import to the following Category';
$lang['delete_smiley'] = 'Delete existing smileys before import';
$lang['delete_all'] = 'Delete existing categories before import';
$lang['smiley_conflicts'] = 'What should be done in case of conflicts';
$lang['existing_replace'] = 'Replace Existing Smiley';
$lang['existing_keep'] = 'Keep Existing Smiley';
$lang['select_paks'] = 'Select Pack (.pak, .pak2) File';
$lang['smiley_import_success1'] = 'The Standard Smiley Pack was imported successfully!<br />%d new %s were added and %d existing replaced.';
$lang['smiley_import_success2'] = 'The Advanced Smiley Pack was imported successfully!<br />You now have %d new %s and %d new %s.';
$lang['smiley_import_fail'] = 'Error: No *.pak, *.pak2 file was selected!';
//
// Smiley Pack Export Page.
//
$lang['export_tit'] = 'Smiley Pack Export';
$lang['export_desc'] = 'Export just one category at a time by selecting it from the list below, or export all the smilies in one file. If you also want to save the category information as well, select the <b>advanced (.pak2)</b> option.';
$lang['export_type'] = 'What type of Export';
$lang['export_type_pak'] = 'Standard (.pak)';
$lang['export_type_cat'] = 'Advanced (.pak2)';
$lang['export_all'] = 'Export all together';
$lang['export_cat'] = 'Export the following Category';
$lang['export_smiles'] = 'To create a smiley pack from your currently installed smileys, click %sHere%s to download the smiles.pak%d file. Name this file appropriately making sure to keep the .pak%d file extension. Then create a zip file containing all of your smiley images plus this .pak%d configuration file.';
//
// Overall View of the Permissions
//
$lang['perms_tit'] = 'Overall View For Smiley Permissions';
$lang['perms_desc'] = 'This page allows you to see at a glance which smiley categories go with each forum and who is able to view them in that forum. Clicking a smiley category will take you straight to the editing page.';
$lang['perms_header1'] = 'Categories and Forums';
$lang['perms_header2'] = 'Forum Smilies';
$lang['perms_header3'] = 'PM Smilies';
//
// View Unused Smilies Page
//
$lang['unused_tit'] = 'Unused Smiley Page';
$lang['unused_desc'] = 'This is the list of smilies that are in the smiley folder, but are not installed. Enter a code and emoticon for the smiley you wish to install, not forgetting to tick the box, select a category and then when finished, click the submit button. If you try to add a smiley with an empty code box, then that smiley will not get installed.<br /><br />If you want to use the filename for the code, or limit how many smilies appear at once, or change the default category to install to, then use the options on the right.';
$lang['smiley_filename_code'] = 'Use filename for code';
$lang['smiley_per_page'] = 'Smilies per page';
$lang['add_to_category'] = 'Select category to add to';
$lang['refresh'] = 'Refresh';
$lang['tick_all'] = 'Tick all';
$lang['untick_all'] = 'Untick all';
$lang['smiley_multi_add_success1'] = '%d smiley was successfully added.';
$lang['smiley_multi_add_success2'] = '%d smilies were successfully added.';
$lang['smiley_errors1'] = 'There was %d error out of a possible %d.';
$lang['smiley_errors2'] = 'There were %d errors out of a possible %d.';
//
// Misc.
//
$lang['category'] = 'category';
$lang['categories'] = 'categories';
$lang['smiley'] = 'smiley';
$lang['smilies'] = 'smilies';
//
// Table Column Names.
//
$lang['col_catname'] = 'Category Name';
$lang['col_catdesc'] = 'Category Description';
$lang['col_smiley_count'] = 'Smiley Count';
$lang['col_code'] = 'Code';
$lang['col_smile'] = 'Smiley';
$lang['col_emotion'] = 'Emotion';
$lang['col_move'] = 'Move';
$lang['col_order'] = 'Order';
$lang['col_delete'] = 'Delete';
$lang['col_options'] = 'Options';
$lang['col_category'] = 'Category';
$lang['col_num'] = '#';
$lang['col_add'] = 'Add Smiley';
//
// Return Links
//
$lang['Click_return_main_page'] = 'Click %sHere%s to return to the Main Page.';
$lang['Click_return_cat_add'] = 'Click %sHere%s to add another category.';
$lang['Click_return_cat_edit'] = 'Click %sHere%s to edit another category.';
$lang['Click_return_upload'] = 'Click %sHere%s to upload more files.';
$lang['Click_return_export'] = 'Click %sHere%s to export another category.';
$lang['Click_return_import'] = 'Click %sHere%s to import another category.';
$lang['Click_return_mass_edit'] = 'Click %sHere%s to return to the Mass Editing Page.';
$lang['Click_return_cat_view'] = 'Click %sHere%s to return to the Category Viewing Page.';
$lang['Click_return_unused'] = 'Click %sHere%s to return to the Unused Smiley Page.';
//
// Advanced .pak2 file.
//
$lang['pak_header'] = "#############################################################\r\n## This file was produced using the Smiley Categories MOD for\r\n## phpBB2. DO NOT attempt to import it into a forum that does\r\n## not have this MOD installed. DO NOT alter any of the lines\r\n## below unless you know what you're doing and know how the\r\n## MOD works. Thankyou for using Smiley Categories -- Marc :)\r\n#############################################################\r\n";
//
// This is the end, beautiful friend,
// This is the end, my only friend,
// The end. -- The Doors
//
?>
Code: Alles auswählen
<?php
/***************************************************************************
* lang_admin_smiley_config.php [English]
* -------------------
* begin : Wednesday, October 26th, 2005
* copyright : (C) 2004, 2005 Afkamm
* email : phpbb@afkamm.co.uk
* website : http://mods.afkamm.co.uk
*
***************************************************************************/
/***************************************************************************
*
* 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.
*
***************************************************************************/
//
// Smiley Configuration Page
//
$lang['Smiley_page_title'] = 'Smiley Configuration Page';
$lang['Smiley_page_explain'] = 'The form below will allow you to customize the main smiley options.';
$lang['Smiley_settings'] = 'Smiley Settings';
$lang['Allow_smilies'] = 'Allow Smilies';
$lang['Smiley_removal1'] = 'Remove code if smilies are not allowed';
$lang['Smiley_removal2'] = 'Remove code if user doesn\'t have permission';
$lang['Smiley_table_columns'] = 'Smiley Table Columns';
$lang['Smiley_table_rows'] = 'Smiley Table Rows';
$lang['Smiley_random'] = 'Randomize Table Smilies';
$lang['Smiley_posting'] = 'Posting page, categories appear as';
$lang['Smiley_popup'] = 'Popup window, categories appear as';
$lang['smiley_nothing'] = 'Don\'t Display';
$lang['Smiley_button'] = 'Buttons';
$lang['Smiley_dropdown'] = 'Dropdown Menu';
$lang['Smiley_buttons'] = 'Display buttons using the following';
$lang['Smiley_buttons_image'] = 'Image';
$lang['Smiley_buttons_name'] = 'Name';
$lang['Smiley_buttons_number'] = 'Number';
$lang['Smilies_path'] = 'Smilies Storage Path';
$lang['Smilies_path_explain'] = 'Path under your phpBB root dir, e.g. images/smiles';
$lang['Smilies_image_path'] = 'Button Image Storage Path';
$lang['Smilies_image_path_explain'] = 'Path under your phpBB root dir, e.g. images/smiles';
$lang['Smiley_config_updated'] = 'The Smiley Configuration Settings have been updated.';
$lang['Click_return_smiles_config'] = 'Click %sHere%s to return to the Smilies Config Page';
?>