1
2
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 */
21
22$text["dayabbr"]	= " d";
23$text["hourabbr"]	= " h";
24$text["minabbr"]	= " min";
25$text["secabbr"]	= " s";
26$text["runtimemsg"]	= "on ollut päällä";
27$text["norunmsg"]	= "ei ole päällä";
28$text["highidmsg"]	= "on verkossa (korkea tunnus)";
29$text["lowidmsg"]	= "on verkossa (matala tunnus)";
30$text["offrunmsg"]	= "ei ole verkossa";
31$text["amulerun"]	= "(aMule on päällä)";
32$text["amulenorun"]	= "(aMule ei ole päällä)";
33$text["sharedfiles"]	= "Jaettuja tiedostoja";
34$text["na"]		= "-";
35$text["rx"]		= "Sisään";
36$text["tx"]		= "Ulos";
37$text["queuedclients"]	= "Jonon pituus";
38$text["transrate"]	= " KiB/s";
39$text["gigabytes"]	= " GiB";
40$text["client"]		= "Ohjelma";
41$text["status"]		= "Tila";
42$text["nick"]		= "Nimi";
43$text["localtime"]	= "Paikallinen aika";
44$text["rxspeed"]	= "Latausnopeus";
45$text["txspeed"]	= "Lähetysnopeus";
46$text["rxtotal"]	= "Ladattu";
47$text["txtotal"]	= "Lähetetty";
48$text["osversion"]	= "Käytt&#246järjestelmä";
49$text["hostuptime"]	= "Päälläoloaika";
50$text["servername"]	= "Palvelimen nimi";
51$text["serveraddr"]	= "Palvelimen osoite";
52$text["ed2klink"]	= "ed2k-linkki";
53$text["general"]	= "Yleiset";
54$text["server"]		= "Palvelin";
55$text["signature"]	= "Tilastokuva";
56$text["online"]		= "On verkossa";
57$text["offline"]	= "Ei ole verkossa";
58$text["language"]	= "Kieli";
59$text["submit"]		= "Valitse";
60
61$text["sigfileerr"]	= "Tilastokuvaa ei voi avata";
62$text["baseimgerr"]	= "Peruskuvaa ei l&#246ydy";
63$text["iconerr"]	= "Yhtä tai useampaa kuvaketta ei l&#246ydy";
64
65?>
66