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