|
From: Jonathan H. <the...@us...> - 2001-11-07 21:44:11
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english In directory usw-pr-cvs1:/tmp/cvs-serv17089/language/lang_english Modified Files: lang_main.php Log Message: Adding capability for "smiley packs" import/export Index: lang_main.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_main.php,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -r1.26 -r1.27 *** lang_main.php 2001/11/07 11:17:55 1.26 --- lang_main.php 2001/11/07 21:44:07 1.27 *************** *** 968,972 **** $lang['Smile'] = "Smile"; $lang['Emotion'] = "Emotion"; ! // --- 968,984 ---- $lang['Smile'] = "Smile"; $lang['Emotion'] = "Emotion"; ! $lang['Select_pak'] = "Select Pak File"; ! $lang['replace_existing'] = "Replace Existing Smiley"; ! $lang['keep_existing'] = "Keep Existing Smiley"; ! $lang['smiley_import_inst'] = "You should unzip the smiley package and upload all files to the proper Smiley directory for your installation. Then select the correct information in this form to import the smiley pack."; ! $lang['smiley_import'] = "Smiley Pack Import"; ! $lang['choose_smile_pak'] = "Choose the correct Smile Pack .pak file"; ! $lang['import'] = "Import Smileys"; ! $lang['smile_conflicts'] = "What should be done in case of conflicts"; ! $lang['del_existing_smileys'] = "Delete all existing smileys before import"; ! $lang['import_smile_pack'] = "Import Smiley Pack"; ! $lang['export_smile_pack'] = "Create Smiley Pack"; ! $lang['export_smiles'] = "To create a smiley pack from your currently installed smileys, <a href='admin_smilies.php?mode=export&send_file=1'>Click Here</a> to download the smiles.pak file. Name this file appropriately making sure to keep the .pak file extension. Then create a zip file containing all of your smiley images plus this .pak configuration file."; ! $lang['smiley_import_success'] = "The smiley pack was imported successfully!"; // |