Subversion Repositories svnkaklik

Rev

Details | Last modification | View Log

Rev Author Line No. Line
36 kaklik 1
<?php
2
 
3
/**************************************************************************/
4
/* TorrentFlux - PHP Torrent Client
5
/* ============================================
6
/*
7
/* This is the language file with all the system messages
8
/*
9
/* If you would like to make a translation, please email qrome@yahoo.com
10
/* the translated file. Please keep the original text order,
11
/* and just one message per line, also double check your translation!
12
/*
13
/* You need to change the second quoted phrase, not the capital one!
14
/*
15
/* If you need to use double quotes (") remember to add a backslash (\),
16
/* so your entry will look like: This is \"double quoted\" text.
17
/* And, if you use HTML code, please double check it.
18
/**************************************************************************/
19
 
20
define("_CHARSET","iso-8859-1");  // if you don't know... then leave this as is.
21
define("_SELECTFILE","Select a Torrent for upload");
22
define("_URLFILE","URL for the Torrent File");
23
define("_UPLOAD","Upload");
24
define("_GETFILE","Get File");
25
define("_TORRENTLINKS","Torrent Links");
26
define("_ONLINE","Online");
27
define("_OFFLINE","Offline");
28
define("_STORAGE","Storage");
29
define("_DRIVESPACE","Drive Space");
30
define("_SERVERSTATS","Server Stats / Who");
31
define("_DIRECTORYLIST","Directory List");
32
define("_ALL","All");
33
define("_PAGEWILLREFRESH","Page Will Refresh Every");
34
define("_SECONDS","Seconds");
35
define("_TURNONREFRESH","Turn ON Page Refresh");
36
define("_TURNOFFREFRESH","Turn OFF Page Refresh");
37
define("_WARNING","WARNING");
38
define("_DRIVESPACEUSED","Drive Space is used!");
39
define("_ADMINMESSAGE","You have a message from an administrator in your message box.");
40
define("_TORRENTS","Torrents");
41
define("_UPLOADHISTORY","Upload History");
42
define("_MYPROFILE","Edit My Profile");
43
define("_ADMINISTRATION","Administration");
44
define("_SENDMESSAGETO","Send a Message to");
45
define("_TORRENTFILE","Torrent File");
46
define("_FILESIZE","File Size");
47
define("_STATUS","Status");
48
define("_ADMIN","Admin");
49
define("_BADFILE","bad file");
50
define("_DATETIMEFORMAT","m/d/y g:i a"); //Date Time mask '02/26/04 03:53 pm'
51
define("_DATEFORMAT","m/d/y"); //Date mask '02/26/04'
52
define("_ESTIMATEDTIME","Estimated Time");
53
define("_DOWNLOADSPEED","Download Speed");
54
define("_UPLOADSPEED","Upload Speed");
55
define("_SHARING","Sharing");
56
define("_USER","User");
57
define("_DONE","DONE");
58
define("_INCOMPLETE","INCOMPLETE");
59
define("_NEW","NEW");
60
define("_TORRENTDETAILS","Torrent Details");
61
define("_STOPDOWNLOAD","Stop Torrent");
62
define("_RUNTORRENT","Run Torrent");
63
define("_SEEDTORRENT","Seed Torrent");
64
define("_DELETE","Delete");
65
define("_ABOUTTODELETE","You are about to delete");
66
define("_NOTOWNER","Not Owner of Torrent");
67
define("_MESSAGETOALL","This message was sent to ALL USERS");
68
define("_TRYDIFFERENTUSERID","Error: Try a different User ID.");
69
define("_HASBEENUSED","has been used.");
70
define("_RETURNTOEDIT","Return to Edit");
71
define("_ADMINUSERACTIVITY","Administration - User Activity");
72
define("_ADMIN_MENU","admin");
73
define("_ACTIVITY_MENU","activity");
74
define("_LINKS_MENU","links");
75
define("_NEWUSER_MENU","new user");
76
define("_BACKUP_MENU","backup");
77
define("_ALLUSERS","All Users");
78
define("_NORECORDSFOUND","NO RECORDS FOUND");
79
define("_SHOWPREVIOUS","Previous");
80
define("_SHOWMORE","Show More");
81
define("_ACTIVITYSEARCH","Activity Search");
82
define("_FILE","File");
83
define("_ACTION","Action");
84
define("_SEARCH","Search");
85
define("_ACTIVITYLOG","Activity Log - Last");
86
define("_DAYS","Days");
87
define("_IP","IP");
88
define("_TIMESTAMP","Time Stamp");
89
define("_USERDETAILS","User Details");
90
define("_HITS","Hits");
91
define("_UPLOADACTIVITY","Upload Activity");
92
define("_JOINED","Joined"); // header for the date when the user joined (became a member)
93
define("_LASTVISIT","Last Visit"); // header for when the user last visited the site
94
define("_USERSACTIVITY","Activity"); // used for popup to display Activity next to users name
95
define("_NORMALUSER","Normal User"); // used to describe a normal user's account type
96
define("_ADMINISTRATOR","Administrator"); // used to describe an administrator's account type
97
define("_SUPERADMIN","Super Admin"); // used to describe Super Admin's account type
98
define("_EDIT","Edit");
99
define("_USERADMIN","Administration - User Admin"); // title of page for user administration
100
define("_EDITUSER","Edit User");
101
define("_UPLOADPARTICIPATION","Upload Participation");
102
define("_UPLOADS","Uploads"); // Number of uploads a user has contributed
103
define("_PERCENTPARTICIPATION","Percent Participation");
104
define("_PARTICIPATIONSTATEMENT","Participation and Uploads based on the last"); // ends with 15 Days
105
define("_TOTALPAGEVIEWS","Total Page Views");
106
define("_THEME","Theme");
107
define("_USERTYPE","User Type");
108
define("_NEWPASSWORD","New Password");
109
define("_CONFIRMPASSWORD","Confirm Password");
110
define("_HIDEOFFLINEUSERS","Hide Offline Users on Home Page");
111
define("_UPDATE","Update");
112
define("_USERIDREQUIRED","User ID is required.");
113
define("_PASSWORDLENGTH","Password must have 6 or more characters.");
114
define("_PASSWORDNOTMATCH","Passwords do not match.");
115
define("_PLEASECHECKFOLLOWING","Please check the following"); // Displays errors after this statement
116
define("_NEWUSER","New User");
117
define("_PASSWORD","Password");
118
define("_CREATE","Create"); // button text to create a new user
119
define("_ADMINEDITLINKS","Administration - Edit Links");
120
define("_FULLURLLINK","Full URL Link");
121
define("_BACKTOPARRENT","Back Parent Directory");  // indicates going back to parent directory
122
define("_DOWNLOADDETAILS","Download Details");
123
define("_PERCENTDONE","Percent Done");
124
define("_RETURNTOTORRENTS","Return to Torrents"); // Link at the bottom of each page
125
define("_DATE","Date");
126
define("_WROTE","wrote");  // Used in a reply to tag what the user had writen
127
define("_SENDMESSAGETITLE","Send a Message");  // Title of page
128
define("_TO","To");
129
define("_FROM","From");
130
define("_YOURMESSAGE","Your Message");
131
define("_SENDTOALLUSERS","Send to All Users");
132
define("_FORCEUSERSTOREAD","Force User(s) to Read"); // Admin option in messaging
133
define("_SEND","Send");  // Button to send private message
134
define("_PROFILE","Profile");
135
define("_PROFILEUPDATEDFOR","Profile Updated for");  // Profile updated for 'username'
136
define("_REPLY","Reply");  // popup text for reply button
137
define("_MESSAGE","Message");
138
define("_MESSAGES","Messages");  // plural (more than one)
139
define("_RETURNTOMESSAGES","Return to Messages");
140
define("_COMPOSE","Compose");  // As in 'Compose a message' for button
141
define("_LANGUAGE","Language"); // label
142
 
143
define("_CURRENTDOWNLOAD","Current Download");
144
define("_CURRENTUPLOAD","Current Upload");
145
define("_SERVERLOAD","Server Load");
146
define("_FREESPACE","Free Space");
147
define("_UPLOADED", "Uploaded");
148
 
149
define("_QMANAGER_MENU","queue");
150
define("_SETTINGS_MENU","settings");
151
define("_SEARCHSETTINGS_MENU","search settings");
152
define("_ERRORSREPORTED","Errors");
153
define("_STARTED", "Started");
154
define("_ENDED", "Ended");
155
define("_QUEUED","Queued");
156
define("_DELQUEUE","Remove from Queue");
157
define("_FORCESTOP","Kill Torrent");
158
define("_STOPPING","Stopping");
159
define("_COOKIE_MENU","cookies");
160
 
161
?>