###############################################################################
# swflp_en.pl #
###############################################################################
# Made as a tribute to Manny Juan and the creators of the scripts he has #
# based his EZsoftware on. #
# #
# =========================================================================== #
# Language files idea: Team OpelWerk - http://www.opelwerk.com #
# Support, news, and updates: http://www.opelwerk.com/ezmodz #
# (Launches soon) #
# =========================================================================== #
# Copyright (c) Manny Juan, Team Opelwerk and the respective script creators #
# Big thanks to the YaBB team for making one hell of a forum software and for #
# letting us borrow their ubbc and smiley code. #
# Visit them here - http://yabb.xnull.com #
###############################################################################
# It takes a lifetime to die #
###############################################################################
$txt{'b1'} = "New Counter";
$txt{'b2'} = "Edit Counter";
$txt{'b3'} = "Delete Counter";
$txt{'1'} = "Cyber Mall";
$txt{'2'} = "Create your very own Shockwave Counter";
###### Creation of counter ######
$txt{'3'} = "Do you want a counter that is special? That doesn't just show the total number of hits? Are you ready for the next generation of site counters? Look no further !!";
$txt{'4'} = "Cyber Mall's counter service uses Macromedia's ShockWave® plugin for multimedia.";
$txt{'5'} = "Just fill out the form below, it won't take you a minute, cut'n paste the code you receive, and you are set to go.";
$txt{'6'} = "Note that you DO need to supply the correct information, as we will be sending you this through e-mail.";
$txt{'7'} = "Now, the counter shows number of hits per day, yesterday's hits, your own hits and the total amount of hits all together. In addition, it will show you the current date and time.";
$txt{'8'} = "Name:";
$txt{'9'} = "Login:";
$txt{'10'} = "E-mail:";
$txt{'11'} = "Filename:";
###### Error handles ######
$txt{'12'} = "Error";
$txt{'13'} = "The filename index is reserved. Go back and fill in some other name.";
$txt{'14'} = "«Back»";
$txt{'15'} = "that filename has been taken.";
$txt{'16'} = "Go back and fill in some other name.";
###### Counter created feedback ######
$txt{'17'} = "Shockwave Counter Created.";
$txt{'18'} = "A test page has been put up for you, there you will see your counter in action, and the code you need to incorporate it into your own html page(s).";
$txt{'19'} = "The address is: ";
$txt{'20'} = "Remember to refresh your browser.";
###### Sendmail variables ######
###### To user ######
$txt{'21'} = "Counter created";
$txt{'22'} = "At this address you will find the counter and the code needed:";
$txt{'23'} = "User info:";
$txt{'24'} = "Thank you for using the ";
$txt{'25'} = "The Mall Manager";
###### To you ######
$txt{'26'} = "New counter created";
$txt{'27'} = "has created a new counter:";
###### To user (revised) ######
$txt{'28'} = "changes have been been made for";
$txt{'29'} = "The address to the test page is still";
###### Counter Recreation feedback ######
$txt{'30'} = "Counter has been revised.";
$txt{'31'} = "Your counter as well as the test page, has been revised.";
$txt{'32'} = "Remember to refresh your browser.";
###### Show the user his counter info ######
$txt{'33'} = "Test Page";
$txt{'34'} = "This is what your counter looks like...";
$txt{'35'} = "And this is the code you need.";
$txt{'36'} = "Select the code, then just cut'n paste it to where ever you want it.";
$txt{'37'} = "Note: You will find this code in two different places";
$txt{'38'} = "Should you want to change the color to suit your page background color, then you may do so. Just ensure that the hexcode is valid and leave the rest of the code as it is.";
###### More error handles ######
$txt{'39'} = "Required field missing.";
$txt{'40'} = "One or several required fields are left empty.";
###### Counter deletion ######
$txt{'41'} = "Confirmation";
$txt{'42'} = "Supply username, E-mail and filename.";
$txt{'43'} = "Your counter is now a thing of the past.";
###### Edit counter output ######
$txt{'44'} = "User Information.";
$txt{'45'} = "If you need to alter your counter, this would be the place to do so.";
$txt{'46'} = "Do you wish to reset your counter?";
$txt{'47'} = "If chosen, all hits will be deleted!";
$txt{'48'} = "Headline";
$txt{'49'} = "Supply a short title for your counter (max 14 characters).";
$txt{'50'} = "current";
$txt{'52'} = "Choose language";
$txt{'53'} = "No Access.";
#############################################################
### Stylesheet (CSS) #
### If you don't want to use CSS, just clear the code below.#
### It should be left like this: $txt{'54'} = ""; #
### Important !!!! #
### If you take out the "\" characters from the CSS code it #
### will cause a 500 Error. You don't want that, so leave #
### those characters as they are. #
#############################################################
### And please do not link directly to my CSS file. #
### That would be considered bandwidth theft. #
#############################################################
# $txt{'54'} = "";
# $txt{'55'} = "";
$txt{'54'}="";
$txt{'55'}="";
1;