1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161
|
<?php
/**************************************************************************/
/* TorrentFlux - PHP Torrent Client
/* ============================================
/*
/* This is the language file with all the system messages
/*
/* If you would like to make a translation, please email qrome@yahoo.com
/* the translated file. Please keep the original text order,
/* and just one message per line, also double check your translation!
/*
/* You need to change the second quoted phrase, not the capital one!
/*
/* If you need to use double quotes (") remember to add a backslash (\),
/* so your entry will look like: This is \"double quoted\" text.
/* And, if you use HTML code, please double check it.
/**************************************************************************/
define("_CHARSET","iso-8859-1"); // if you don't know... then leave this as is.
define("_SELECTFILE"," ");
define("_URLFILE"," ");
define("_UPLOAD","");
define("_GETFILE"," ");
define("_TORRENTLINKS"," ");
define("_ONLINE"," ");
define("_OFFLINE","");
define("_STORAGE","");
define("_DRIVESPACE"," ");
define("_SERVERSTATS"," ");
define("_DIRECTORYLIST","");
define("_ALL","");
define("_PAGEWILLREFRESH"," ");
define("_SECONDS","");
define("_TURNONREFRESH"," ");
define("_TURNOFFREFRESH"," ");
define("_WARNING","");
define("_DRIVESPACEUSED"," !");
define("_ADMINMESSAGE"," .");
define("_TORRENTS","");
define("_UPLOADHISTORY"," ");
define("_MYPROFILE"," ");
define("_ADMINISTRATION","");
define("_SENDMESSAGETO"," ");
define("_TORRENTFILE"," ");
define("_FILESIZE"," ");
define("_STATUS","");
define("_ADMIN","");
define("_BADFILE"," ");
define("_DATETIMEFORMAT","m/d/y g:i a"); // '02/26/04 03:53 pm'
define("_DATEFORMAT","m/d/y"); // '02/26/04'
define("_ESTIMATEDTIME","");
define("_DOWNLOADSPEED"," ");
define("_UPLOADSPEED"," ");
define("_SHARING","");
define("_USER","");
define("_DONE","");
define("_INCOMPLETE"," ");
define("_NEW","");
define("_TORRENTDETAILS"," ");
define("_STOPDOWNLOAD"," ");
define("_RUNTORRENT"," ");
define("_SEEDTORRENT"," ");
define("_DELETE","");
define("_ABOUTTODELETE"," ?");
define("_NOTOWNER"," ");
define("_MESSAGETOALL"," ");
define("_TRYDIFFERENTUSERID",": .");
define("_HASBEENUSED"," .");
define("_RETURNTOEDIT"," ");
define("_ADMINUSERACTIVITY"," - ");
define("_ADMIN_MENU"," ");
define("_ACTIVITY_MENU","");
define("_LINKS_MENU","");
define("_NEWUSER_MENU"," ");
define("_BACKUP_MENU"," ");
define("_ALLUSERS"," ");
define("_NORECORDSFOUND"," ");
define("_SHOWPREVIOUS","");
define("_SHOWMORE"," ");
define("_ACTIVITYSEARCH"," ");
define("_FILE","");
define("_ACTION","");
define("_SEARCH","");
define("_ACTIVITYLOG"," - ");
define("_DAYS","");
define("_IP","IP");
define("_TIMESTAMP"," ");
define("_USERDETAILS"," ");
define("_HITS","");
define("_UPLOADACTIVITY"," ");
define("_JOINED",""); // header for the date when the user joined (became a member)
define("_LASTVISIT"," "); // header for when the user last visited the site
define("_USERSACTIVITY",""); // used for popup to display Activity next to users name
define("_NORMALUSER",""); // used to describe a normal user's account type
define("_ADMINISTRATOR",""); // used to describe an administrator's account type
define("_SUPERADMIN"," "); // used to describe Super Admin's account type
define("_EDIT","");
define("_USERADMIN"," - User Admin"); // title of page for user administration
define("_EDITUSER"," ");
define("_UPLOADPARTICIPATION"," ");
define("_UPLOADS",""); // Number of uploads a user has contributed
define("_PERCENTPARTICIPATION"," ");
define("_PARTICIPATIONSTATEMENT"," "); // ends with 15 Days
define("_TOTALPAGEVIEWS"," ");
define("_THEME","");
define("_USERTYPE"," ");
define("_NEWPASSWORD"," ");
define("_CONFIRMPASSWORD"," ");
define("_HIDEOFFLINEUSERS"," ");
define("_UPDATE","Update");
define("_USERIDREQUIRED"," .");
define("_PASSWORDLENGTH"," 6 .");
define("_PASSWORDNOTMATCH"," .");
define("_PLEASECHECKFOLLOWING"," "); // Displays errors after this statement
define("_NEWUSER"," ");
define("_PASSWORD","");
define("_CREATE",""); // button text to create a new user
define("_ADMINEDITLINKS"," - ");
define("_FULLURLLINK"," ");
define("_BACKTOPARRENT"," "); // indicates going back to parent directory
define("_DOWNLOADDETAILS"," ");
define("_PERCENTDONE","");
define("_RETURNTOTORRENTS"," "); // Link at the bottom of each page
define("_DATE","");
define("_WROTE",""); // Used in a reply to tag what the user had writen
define("_SENDMESSAGETITLE"," "); // Title of page
define("_TO","");
define("_FROM"," ");
define("_YOURMESSAGE"," ");
define("_SENDTOALLUSERS"," ");
define("_FORCEUSERSTOREAD"," "); // Admin option in messaging
define("_SEND",""); // Button to send private message
define("_PROFILE","");
define("_PROFILEUPDATEDFOR"," "); // Profile updated for 'username'
define("_REPLY",""); // popup text for reply button
define("_MESSAGE","");
define("_MESSAGES",""); // plural (more than one)
define("_RETURNTOMESSAGES"," ");
define("_COMPOSE",""); // As in 'Compose a message' for button
define("_LANGUAGE",""); // label
define("_CURRENTDOWNLOAD"," ");
define("_CURRENTUPLOAD"," ");
define("_SERVERLOAD"," ");
define("_FREESPACE"," ");
define("_UPLOADED", "");
define("_QMANAGER_MENU","");
define("_SETTINGS_MENU","");
define("_SEARCHSETTINGS_MENU"," ");
define("_ERRORSREPORTED","");
define("_STARTED", "");
define("_ENDED", "");
define("_QUEUED"," ");
define("_DELQUEUE"," ");
define("_FORCESTOP"," ");
define("_STOPPING","");
define("_COOKIE_MENU","cookies");
?>
|