4 * AMPS - AMule PHP Statistics
5 * Written by überpenguin, AMPS is an adaptation of BigBob's aStats
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.
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.
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.
22 $text["dayabbr"] = "e";
23 $text["hourabbr"] = "h";
24 $text["minabbr"] = "m";
25 $text["secabbr"] = "s";
26 $text["runtimemsg"] = "martxan dago";
27 $text["norunmsg"] = "ez dago martxan";
28 $text["connmsg"] = "Konektatzen ari da";
29 $text["highidmsg"] = "sarean dago (id altua)";
30 $text["lowidmsg"] = "sarean dago (id baxua)";
31 $text["offrunmsg"] = "ez dago sarean";
32 $text["amulerun"] = "(aMule abiarazirik)";
33 $text["amulenorun"] = "(aMule ez dago abiarazirik)";
34 $text["sharedfiles"] = "Partekatutako Fitxategiak";
36 // try to keep these next three short, otherwise the signature
37 // image will look messy
42 $text["queuedclients"] = "Bezero ilara";
43 $text["transrate"] = "kB/s";
44 $text["gigabytes"] = "GB";
45 $text["client"] = "Bezero";
46 $text["status"] = "Egoera";
47 $text["nick"] = "Izenordea";
48 $text["localtime"] = "Ordu lokala";
49 $text["rxspeed"] = "Jeitxiera abiadura";
50 $text["txspeed"] = "Igoera abiadura";
51 $text["rxtotal"] = "Jeitxiera guztira";
52 $text["txtotal"] = "Igoera guztira";
53 $text["osversion"] = "SE bertsioa";
54 $text["hostuptime"] = "Ostalaria abiarazitako denbora";
55 $text["servername"] = "Zerbitzari izena";
56 $text["serveraddr"] = "Zerbitzari helbidea:ataka";
57 $text["ed2klink"] = "ED2K Esteka";
58 $text["general"] = "Nagusia";
59 $text["server"] = "Zerbitzaria";
60 $text["signature"] = "Sinadura";
61 $text["connecting"] = "Komektatzen";
62 $text["online"] = "Sarean";
63 $text["offline"] = "Sarez kampo";
64 $text["language"] = "Hizkuntza";
65 $text["submit"] = "Bidali";
67 $text["sigfileerr"] = "Couldn't open signature file";
68 $text["baseimgerr"] = "Cannot find base image";
69 $text["iconerr"] = "Cannot find one or more icons";