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"] = "d";
23 $text["hourabbr"] = "h";
24 $text["minabbr"] = "m";
25 $text["secabbr"] = "s";
26 $text["runtimemsg"] = "uruchomiony od";
27 $text["norunmsg"] = "jest not running";
28 $text["highidmsg"] = "jest online (wysokie id)";
29 $text["lowidmsg"] = "jest online (niskie id)";
30 $text["offrunmsg"] = "jest offline";
31 $text["amulerun"] = "(aMule uruchomiony)";
32 $text["amulenorun"] = "(aMule nie uruchomiony)";
33 $text["sharedfiles"] = "Udostępnione pliki";
35 // try to keep these next three short, otherwise the signature
36 // image will look messy
41 $text["queuedclients"] = "Klientów w kolejce";
42 $text["transrate"] = "kB/s";
43 $text["gigabytes"] = "GB";
44 $text["client"] = "Klient";
45 $text["status"] = "Status";
46 $text["nick"] = "Ksywa";
47 $text["localtime"] = "Czas lokalny";
48 $text["rxspeed"] = "Prędkość RX";
49 $text["txspeed"] = "Prędkość TX";
50 $text["rxtotal"] = "Razem RX";
51 $text["txtotal"] = "Razem TX";
52 $text["osversion"] = "Wersja OS";
53 $text["hostuptime"] = "Uptime hosta";
54 $text["servername"] = "Nazwa serwera";
55 $text["serveraddr"] = "adres:port serwera";
56 $text["ed2klink"] = "link ED2K";
57 $text["general"] = "Ogólne";
58 $text["server"] = "Serwer";
59 $text["signature"] = "Podpis";
60 $text["online"] = "Online";
61 $text["offline"] = "Offline";
62 $text["language"] = "Język";
63 $text["submit"] = "Zatwierdź";
65 $text["sigfileerr"] = "Nie mogę otworzyć pliku podpisu";
66 $text["baseimgerr"] = "Nie znalazłem obrazka";
67 $text["iconerr"] = "Nie znalazłem jednej lub więcej ikon";