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