aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/lang_english
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-11-19 23:39:24 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-11-19 23:39:24 +0000
commited0524401329f278db5736d956129ce29e5e8bf9 (patch)
tree737aad9663d7dd1455fe52c93b82849994319b21 /phpBB/language/lang_english
parent554e6679d377b92844e02ba9e6b0e3d70deea641 (diff)
downloadforums-ed0524401329f278db5736d956129ce29e5e8bf9.tar
forums-ed0524401329f278db5736d956129ce29e5e8bf9.tar.gz
forums-ed0524401329f278db5736d956129ce29e5e8bf9.tar.bz2
forums-ed0524401329f278db5736d956129ce29e5e8bf9.tar.xz
forums-ed0524401329f278db5736d956129ce29e5e8bf9.zip
Yep, you guess it some more lang updates + cleanups
git-svn-id: file:///svn/phpbb/trunk@1379 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/lang_english')
-rw-r--r--phpBB/language/lang_english/lang_admin.php27
1 files changed, 15 insertions, 12 deletions
diff --git a/phpBB/language/lang_english/lang_admin.php b/phpBB/language/lang_english/lang_admin.php
index 11f2d9809d..10b7ef5af4 100644
--- a/phpBB/language/lang_english/lang_admin.php
+++ b/phpBB/language/lang_english/lang_admin.php
@@ -299,36 +299,39 @@ $lang['Forums_updated'] = "Forum and Category information updated successfully";
$lang['Click_return_forumadmin'] = "Click %sHere%s to return to Forum Administration";
+
//
// Smiley Management
//
-$lang['smiley_return'] = "Return to smiley listing";
-$lang['smiley_del_success'] = "The smiley was successfully removed";
$lang['smiley_title'] = "Smiles Editing Utility";
+$lang['smile_desc'] = "From this page you can add, remove and edit the emoticons or smileys your users can use in their posts and private messages.";
+
+$lang['smiley_config'] = "Smiley Configuration";
$lang['smiley_code'] = "Smiley Code";
$lang['smiley_url'] = "Smiley Image File";
$lang['smiley_emot'] = "Smiley Emotion";
-$lang['smiley_add_success'] = "The smiley was successfully added";
-$lang['smiley_edit_success'] = "The smiley was successfully updated";
$lang['smile_add'] = "Add a new Smiley";
-$lang['smile_desc'] = "From this page you can add, remove and edit the emoticons or smileys your users can use in their posts and private messages.";
-$lang['smiley_config'] = "Smiley Configuration";
$lang['Smile'] = "Smile";
$lang['Emotion'] = "Emotion";
-$lang['Select_pak'] = "Select Pak File";
+
+$lang['Select_pak'] = "Select Pack (.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_inst'] = "You should unzip the smiley package and upload all files to the appropriate 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['choose_smile_pak'] = "Choose a 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['del_existing_smileys'] = "Delete 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!";
+$lang['export_smiles'] = "To create a smiley pack from your currently installed smileys, click %sHere%s 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_add_success'] = "The Smiley was successfully added";
+$lang['smiley_edit_success'] = "The Smiley was successfully updated";
+$lang['smiley_import_success'] = "The Smiley Pack was imported successfully!";
+$lang['smiley_del_success'] = "The Smiley was successfully removed";
+$lang['Click_return_smileadmin'] = "Click %sHere%s to return to Smiley Administration";
//
// User Management