jablonka.czprosek.czf

websvn

Subversion Repositories:
[/] [languages/] [catalan.php] - Blame information for rev 4

 

Line No. Rev Author Line
11simandl<?php
2 
3// WebSVN - Subversion repository viewing via the web using PHP
4// Copyright (C) 2004 Tim Armes
5//
6// This program is free software; you can redistribute it and/or modify
7// it under the terms of the GNU General Public License as published by
8// the Free Software Foundation; either version 2 of the License, or
9// (at your option) any later version.
10//
11// This program is distributed in the hope that it will be useful,
12// but WITHOUT ANY WARRANTY; without even the implied warranty of
13// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14// GNU General Public License for more details.
15//
16// You should have received a copy of the GNU General Public License
17// along with this program; if not, write to the Free Software
18// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19//
20// --
21//
22// catalan.php
23//
24// Catalan language strings
25 
26// The language name is displayed in the drop down box. It MUST be encoded as Unicode (no HTML entities).
27$lang["LANGUAGENAME"] = "CatalĂ -ValenciĂ ";
28$lang['LANGUAGETAG'] = 'ca';
29 
30$lang["LOG"] = "Registre";
31$lang["DIFF"] = "Diferència";
32 
33$lang["NOREP"] = "No s'ha proporcionat cap dipòsit";
34$lang["NOPATH"] = "No s'ha trobat cap camĂ­";
35$lang["NOACCESS"] = "No teniu els permisos necessaris per a llegir aquest directori";
36$lang["RESTRICTED"] = "AccĂŠs restringit";
37$lang["SUPPLYREP"] = "Definiu un camí per al dipòsit a include/config.php utilitzant \$config->parentPath o \$config->addRepository<p>Vegeu la guia d'instal¡lació per a mÊs detalls";
38 
39$lang["DIFFREVS"] = "Diferències entre revisions";
40$lang["AND"] = "i";
41$lang["REV"] = "RevisiĂł";
42$lang["LINE"] = "LĂ­nia";
43$lang["SHOWENTIREFILE"] = "Mostra el fitxer sencer";
44$lang["SHOWCOMPACT"] = "Mostra nomÊs les àrees amb diferències";
45 
46$lang["DIFFPREV"] = "Compara amb l'anterior";
47$lang["BLAME"] = "Culpa";
48 
49$lang["REVINFO"] = "InformaciĂł de la revisiĂł";
50$lang["GOYOUNGEST"] = "VĂŠs a la revisiĂł mĂŠs recent";
51$lang["LASTMOD"] = "Darrera modificaciĂł";
52$lang["LOGMSG"] = "Missatge de registre";
53$lang["CHANGES"] = "Canvis";
54$lang["SHOWCHANGED"] = "Mostra els fitxers canviats";
55$lang["HIDECHANGED"] = "Amaga els fitxers canviats";
56$lang["NEWFILES"] = "Nous fitxers";
57$lang["CHANGEDFILES"] = "Fitxers modificats";
58$lang["DELETEDFILES"] = "Fitxers suprimits";
59$lang["VIEWLOG"] = "Visualitza&nbsp;el&nbsp;registre";
60$lang["PATH"] = "CamĂ­";
61$lang["AUTHOR"] = "Autor";
62$lang["AGE"] = "Edat";
63$lang["LOG"] = "Registre";
64$lang["CURDIR"] = "Directori actual";
65$lang["TARBALL"] = "Arxiu tar";
66 
67$lang["PREV"] = "Anterior";
68$lang["NEXT"] = "SegĂźent";
69$lang["SHOWALL"] = "Mostra-ho tot";
70 
71$lang["BADCMD"] = "S'ha produĂŻt un error en exectuar aquesta ordre";
72$lang["UNKNOWNREVISION"] = "No s'ha trobat la revisiĂł";
73 
74$lang["POWERED"] = "Funciona amb <a href=\"http://www.websvn.info/\">WebSVN</a>";
75$lang["PROJECTS"] = "Dipòsits&nbsp;de&nbsp;Subversion";
76$lang["SERVER"] = "Servidor&nbsp;de&nbsp;Subversion";
77 
78$lang["FILTER"] = "Opcions de filtratge";
79$lang["STARTLOG"] = "Des de la revisiĂł";
80$lang["ENDLOG"] = "A la revisiĂł";
81$lang["MAXLOG"] = "MĂ ximes revisions";
82$lang["SEARCHLOG"] = "Cerca";
83$lang["CLEARLOG"] = "Neteja el filtre actual";
84$lang["MORERESULTS"] = "Cerca mÊs coincidències...";
85$lang["NORESULTS"] = "No hi ha cap registre que coincideixi amb la vostra cerca";
86$lang["NOMORERESULTS"] = "No hi ha mĂŠs registres que coincideixin amb la vostra cerca";
87$lang['NOPREVREV'] = 'No hi ha cap revisiĂł anterior.';
88 
89$lang["RSSFEEDTITLE"] = "Canal RSS del WebSVN";
90$lang["FILESMODIFIED"] = "fitxer(s) modificat(s)";
91$lang["RSSFEED"] = "Canal RSS";
92 
93$lang["LINENO"] = "LĂ­nia nĂşm.";
94$lang["BLAMEFOR"] = "InformaciĂł de culpa per a la revisiĂł";
95 
96$lang["DAYLETTER"] = "d";
97$lang["HOURLETTER"] = "h";
98$lang["MINUTELETTER"] = "m";
99$lang["SECONDLETTER"] = "s";
100 
101$lang["GO"] = "VĂŠs-hi";
102 
103$lang["PATHCOMPARISON"] = "ComparaciĂł de camins";
104$lang["COMPAREPATHS"] = "Compara els camins";
105$lang["COMPAREREVS"] = "Compara les revisions";
106$lang["PROPCHANGES"] = "Canvis de propietat:";
107$lang["CONVFROM"] = "Aquesta comparaciĂł mostra els canvis necessaris per a convertir el camĂ­ ";
108$lang["TO"] = "a";
109$lang["REVCOMP"] = "ComparaciĂł inversa";
110$lang["COMPPATH"] = "CamĂ­ de comparaciĂł:";
111$lang["WITHPATH"] = "Amb el camĂ­:";
112$lang["FILEDELETED"] = "Fitxer suprimit";
113$lang["FILEADDED"] = "Nou fitxer";
114 
115// The following are defined by some languages to stop unwanted line splitting
116// in the template files.
117 
118$lang["NOBR"] = "";
119$lang["ENDNOBR"] = "";
120 
121// $lang["NOBR"] = "<nobr>";
122// $lang["ENDNOBR"] = "</nobr>";

Powered by WebSVN 2.2.1