Rev Author Line No. Line
142 root 1 <?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.inc
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  
29 $lang["LOG"] = "Registre";
30 $lang["DIFF"] = "Diferència";
31  
32 $lang["NOREP"] = "No s'ha proporcionat cap dipòsit";
33 $lang["NOPATH"] = "No s'ha trobat cap camí";
34 $lang["NOACCESS"] = "No teniu els permisos necessaris per a llegir aquest directori";
35 $lang["RESTRICTED"] = "Accés restringit";
36 $lang["SUPPLYREP"] = "Definiu un camí per al dipòsit a include/config.inc utilitzant \$config->parentPath o \$config->addRepository<p>Vegeu la guia d'instal·lació per a més detalls";
37  
38 $lang["DIFFREVS"] = "Diferències entre revisions";
39 $lang["AND"] = "i";
40 $lang["REV"] = "Revisió";
41 $lang["LINE"] = "Línia";
42 $lang["SHOWENTIREFILE"] = "Mostra el fitxer sencer";
43 $lang["SHOWCOMPACT"] = "Mostra només les àrees amb diferències";
44  
45 $lang["DIFFPREV"] = "Compara amb l'anterior";
46 $lang["BLAME"] = "Culpa";
47  
48 $lang["REVINFO"] = "Informació de la revisió";
49 $lang["GOYOUNGEST"] = "Vés a la revisió més recent";
50 $lang["LASTMOD"] = "Darrera modificació";
51 $lang["LOGMSG"] = "Missatge de registre";
52 $lang["CHANGES"] = "Canvis";
53 $lang["SHOWCHANGED"] = "Mostra els fitxers canviats";
54 $lang["HIDECHANGED"] = "Amaga els fitxers canviats";
55 $lang["NEWFILES"] = "Nous fitxers";
56 $lang["CHANGEDFILES"] = "Fitxers modificats";
57 $lang["DELETEDFILES"] = "Fitxers suprimits";
58 $lang["VIEWLOG"] = "Visualitza&nbsp;el&nbsp;registre";
59 $lang["PATH"] = "Camí";
60 $lang["AUTHOR"] = "Autor";
61 $lang["AGE"] = "Edat";
62 $lang["LOG"] = "Registre";
63 $lang["CURDIR"] = "Directori actual";
64 $lang["TARBALL"] = "Arxiu tar";
65  
66 $lang["PREV"] = "Anterior";
67 $lang["NEXT"] = "Següent";
68 $lang["SHOWALL"] = "Mostra-ho tot";
69  
70 $lang["BADCMD"] = "S'ha produït un error en exectuar aquesta ordre";
71 $lang["UNKNOWNREVISION"] = "No s'ha trobat la revisió";
72  
73 $lang["POWERED"] = "Funciona amb <a href=\"http://websvn.tigris.org/\">WebSVN</a>";
74 $lang["PROJECTS"] = "Dipòsits&nbsp;de&nbsp;Subversion";
75 $lang["SERVER"] = "Servidor&nbsp;de&nbsp;Subversion";
76  
77 $lang["FILTER"] = "Opcions de filtratge";
78 $lang["STARTLOG"] = "Des de la revisió";
79 $lang["ENDLOG"] = "A la revisió";
80 $lang["MAXLOG"] = "Màximes revisions";
81 $lang["SEARCHLOG"] = "Cerca";
82 $lang["CLEARLOG"] = "Neteja el filtre actual";
83 $lang["MORERESULTS"] = "Cerca més coincidències...";
84 $lang["NORESULTS"] = "No hi ha cap registre que coincideixi amb la vostra cerca";
85 $lang["NOMORERESULTS"] = "No hi ha més registres que coincideixin amb la vostra cerca";
86  
87 $lang["RSSFEEDTITLE"] = "Canal RSS del WebSVN";
88 $lang["FILESMODIFIED"] = "fitxer(s) modificat(s)";
89 $lang["RSSFEED"] = "Canal RSS";
90  
91 $lang["LINENO"] = "Línia núm.";
92 $lang["BLAMEFOR"] = "Informació de culpa per a la revisió";
93  
94 $lang["DAYLETTER"] = "d";
95 $lang["HOURLETTER"] = "h";
96 $lang["MINUTELETTER"] = "m";
97 $lang["SECONDLETTER"] = "s";
98  
99 $lang["GO"] = "Vés-hi";
100  
101 $lang["PATHCOMPARISON"] = "Comparació de camins";
102 $lang["COMPAREPATHS"] = "Compara els camins";
103 $lang["COMPAREREVS"] = "Compara les revisions";
104 $lang["PROPCHANGES"] = "Canvis de propietat:";
105 $lang["CONVFROM"] = "Aquesta comparació mostra els canvis necessaris per a convertir el camí ";
106 $lang["TO"] = "a";
107 $lang["REVCOMP"] = "Comparació inversa";
108 $lang["COMPPATH"] = "Camí de comparació:";
109 $lang["WITHPATH"] = "Amb el camí:";
110 $lang["FILEDELETED"] = "Fitxer suprimit";
111 $lang["FILEADDED"] = "Nou fitxer";
112  
113 // The following are defined by some languages to stop unwanted line splitting
114 // in the template files.
115  
116 $lang["NOBR"] = "";
117 $lang["ENDNOBR"] = "";
118  
119 // $lang["NOBR"] = "<nobr>";
120 // $lang["ENDNOBR"] = "</nobr>";