Upstream tarball 10153
[amule.git] / src / utils / amps / langs / en.inc
blobba64dd59728edbaca63762129d087c5627371bcd
1 <?php
3 /**
4  * AMPS - AMule PHP Statistics
5  * Written by überpenguin, AMPS is an adaptation of BigBob's aStats
6  *
7  * This program is free software; you can redistribute it and/or
8  * modify it under the terms of the GNU General Public License
9  * as published by the Free Software Foundation; either version 2
10  * of the License, or (at your option) any later version.
11  *
12  * This program is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15  * GNU General Public License for more details.
16  *
17  * You should have received a copy of the GNU General Public License
18  * along with this program; if not, write to the Free Software
19  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
20  */
22 // if you are translating this file, please replace all special characters with
23 // html unicode entities (&#nnn;). It's not always necessary, but ensures that
24 // there are minimal problems displaying the text in all browsers.
26 $text["dayabbr"]        = "d";
27 $text["hourabbr"]       = "h";
28 $text["minabbr"]        = "m";
29 $text["secabbr"]        = "s";
30 $text["runtimemsg"]     = "has been running for";
31 $text["norunmsg"]       = "is not running";
32 $text["connmsg"]        = "is connecting";
33 $text["highidmsg"]      = "is online with HighID";
34 $text["lowidmsg"]       = "is online with LowID";
35 $text["offrunmsg"]      = "is offline";
36 $text["amulerun"]       = "(aMule running)";
37 $text["amulenorun"]     = "(aMule not running)";
38 $text["sharedfiles"]    = "Shared files";
40 // Kad
41 $text["kadonmsg"]       = "( Kad: on )";
42 $text["kadfwmsg"]       = "( Kad: firewalled)";
43 $text["kadoffmsg"]      = "( Kad: off )";
44 $text["kadstatus"]      = "Kad Status";
45 $text["kadfw"]          = "Firewalled";
46 $text["kadon"]          = "Connected";
47 $text["kadoff"]         = "Disconnected";
48 // try to keep these next three short, otherwise the signature
49 // image will look messy
50 $text["na"]             = "N/A";
51 $text["rx"]             = "RX";
52 $text["tx"]             = "TX";
54 $text["queuedclients"]  = "Queued clients";
55 $text["transrate"]      = "KiB/s";
56 $text["gigabytes"]      = "GiB";
57 $text["client"]         = "Client";
58 $text["ed2kstatus"]     = "eD2K Status";
59 $text["nick"]           = "Nick";
60 $text["localtime"]      = "Local time";
61 $text["rxspeed"]        = "RX speed";
62 $text["txspeed"]        = "TX speed";
63 $text["rxtotal"]        = "RX total";
64 $text["txtotal"]        = "TX total";
65 $text["osversion"]      = "OS version";
66 $text["hostuptime"]     = "Host uptime";
67 $text["servername"]     = "Server name";
68 $text["serveraddr"]     = "Server address:port";
69 $text["ed2klink"]       = "ED2K link";
70 $text["general"]        = "General";
71 $text["server"]         = "Server";
72 $text["signature"]      = "Signature";
73 $text["connecting"]     = "Connecting";
74 $text["online"]         = "Online";
75 $text["offline"]        = "Offline";
76 $text["language"]       = "Language";
77 $text["submit"]         = "Submit";
79 $text["sigfileerr"]     = "Couldn't open signature file";
80 $text["baseimgerr"]     = "Cannot find base image";
81 $text["iconerr"]        = "Cannot find one or more icons";