Upstream tarball 20080304
[amule.git] / src / utils / amps / langs / ca.inc
bloba6b815b2184f8976fa27f3b699ff553ab18fd79f
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 $text["dayabbr"]        = "d";
23 $text["hourabbr"]       = "h";
24 $text["minabbr"]        = "m";
25 $text["secabbr"]        = "s";
26 $text["runtimemsg"]     = "est&#224; funcionant desde fa";
27 $text["norunmsg"]       = "no est&#224; funcionant";
28 $text["connmsg"]        = "s'est&#224; connectant";
29 $text["highidmsg"]      = "est&#224; connectat (id alta)";
30 $text["lowidmsg"]       = "est&#224; connectat (id baixa)";
31 $text["offrunmsg"]      = "est&#224; desconnectat";
32 $text["amulerun"]       = "(aMule executat)";
33 $text["amulenorun"]     = "(aMule parat)";
34 $text["sharedfiles"]    = "Fitxers compartits";
36 // try to keep these next three short, otherwise the signature
37 // image will look messy
38 $text["na"]             = "N/D";
39 $text["rx"]             = "RX";
40 $text["tx"]             = "TX";
42 $text["queuedclients"]  = "Clients a la Cua";
43 $text["transrate"]      = "kB/s";
44 $text["gigabytes"]      = "GB";
45 $text["client"]         = "Client";
46 $text["status"]         = "Estat";
47 $text["nick"]           = "Sobrenom";
48 $text["localtime"]      = "Hora local";
49 $text["rxspeed"]        = "velocitat RX";
50 $text["txspeed"]        = "velocitat TX";
51 $text["rxtotal"]        = "RX total";
52 $text["txtotal"]        = "TX total";
53 $text["osversion"]      = "versi&#115; del SO";
54 $text["hostuptime"]     = "Temps d'execussi&#115; del PC";
55 $text["servername"]     = "Nom del Servidor";
56 $text["serveraddr"]     = "adre&#231;a:port del Servidor";
57 $text["ed2klink"]       = "enlla&#231; ED2K";
58 $text["general"]        = "General";
59 $text["server"]         = "Servidor";
60 $text["signature"]      = "Signatura";
61 $text["connecting"]     = "Connectant";
62 $text["online"]         = "Connectat";
63 $text["offline"]        = "Desconnectat";
64 $text["language"]       = "Idioma";
65 $text["submit"]         = "Trametre";
67 $text["sigfileerr"]     = "No s'ha pogut obrir el fitxer de la Signatura";
68 $text["baseimgerr"]     = "No es troba l'imatge base";
69 $text["iconerr"]        = "No es troben un o m&#233;s icones";