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à";
185 miho 28 $lang['LANGUAGETAG'] = 'ca';
142 root 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.inc 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://websvn.tigris.org/\">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";
185 miho 87 $lang['NOPREVREV'] = 'No hi ha cap revisió anterior.';
142 root 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>";