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 |
// spanish.inc |
22 |
// spanish.inc |
23 |
// |
23 |
// |
24 |
// Spanish language strings |
24 |
// Spanish 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"] = "Spanish"; |
27 |
$lang["LANGUAGENAME"] = "Spanish"; |
- |
|
28 |
$lang['LANGUAGETAG'] = 'es'; |
28 |
|
29 |
|
29 |
$lang["LOG"] = "Log"; |
30 |
$lang["LOG"] = "Log"; |
30 |
$lang["DIFF"] = "Diff"; |
31 |
$lang["DIFF"] = "Diff"; |
31 |
|
32 |
|
32 |
$lang["NOREP"] = "No se especificó un repositorio"; |
33 |
$lang["NOREP"] = "No se especificó un repositorio"; |
33 |
$lang["NOPATH"] = "Ruta no encontrada"; |
34 |
$lang["NOPATH"] = "Ruta no encontrada"; |
34 |
$lang["SUPPLYREP"] = "Por Favor, configure una ruta a un repositorio en include/config.inc usando \$config->parentPath o \$config->addRepository<p>Verifique la guía de instalación para mas detalles"; |
35 |
$lang["SUPPLYREP"] = "Por Favor, configure una ruta a un repositorio en include/config.inc usando \$config->parentPath o \$config->addRepository<p>Verifique la guía de instalación para mas detalles"; |
35 |
|
36 |
|
36 |
$lang["DIFFREVS"] = "Diff entre versiones"; |
37 |
$lang["DIFFREVS"] = "Diff entre versiones"; |
37 |
$lang["AND"] = "y"; |
38 |
$lang["AND"] = "y"; |
38 |
$lang["REV"] = "Rev"; |
39 |
$lang["REV"] = "Rev"; |
39 |
$lang["LINE"] = "Línea"; |
40 |
$lang["LINE"] = "Línea"; |
40 |
$lang["SHOWENTIREFILE"] = "Mostrar el archivo completo"; |
41 |
$lang["SHOWENTIREFILE"] = "Mostrar el archivo completo"; |
41 |
$lang["SHOWCOMPACT"] = "Solo mostrar áreas con diferencias"; |
42 |
$lang["SHOWCOMPACT"] = "Solo mostrar áreas con diferencias"; |
42 |
|
43 |
|
43 |
$lang["DIFFPREV"] = "Comparar con el anterior"; |
44 |
$lang["DIFFPREV"] = "Comparar con el anterior"; |
44 |
$lang["BLAME"] = "Autoría"; |
45 |
$lang["BLAME"] = "Autoría"; |
45 |
|
46 |
|
46 |
$lang["REVINFO"] = "Información sobre la revisión"; |
47 |
$lang["REVINFO"] = "Información sobre la revisión"; |
47 |
$lang["GOYOUNGEST"] = "Ir a la última revisión"; |
48 |
$lang["GOYOUNGEST"] = "Ir a la última revisión"; |
48 |
$lang["LASTMOD"] = "Ultima modificación"; |
49 |
$lang["LASTMOD"] = "Ultima modificación"; |
49 |
$lang["LOGMSG"] = "Mensaje de Log"; |
50 |
$lang["LOGMSG"] = "Mensaje de Log"; |
50 |
$lang["CHANGES"] = "Cambios"; |
51 |
$lang["CHANGES"] = "Cambios"; |
51 |
$lang["SHOWCHANGED"] = "Mostrar archivos modificados"; |
52 |
$lang["SHOWCHANGED"] = "Mostrar archivos modificados"; |
52 |
$lang["HIDECHANGED"] = "Ocultar archivos modificados"; |
53 |
$lang["HIDECHANGED"] = "Ocultar archivos modificados"; |
53 |
$lang["NEWFILES"] = "Archivos Nuevos"; |
54 |
$lang["NEWFILES"] = "Archivos Nuevos"; |
54 |
$lang["CHANGEDFILES"] = "Archivos modificados"; |
55 |
$lang["CHANGEDFILES"] = "Archivos modificados"; |
55 |
$lang["DELETEDFILES"] = "Archivos borrados"; |
56 |
$lang["DELETEDFILES"] = "Archivos borrados"; |
56 |
$lang["VIEWLOG"] = "Ver Log"; |
57 |
$lang["VIEWLOG"] = "Ver Log"; |
57 |
$lang["PATH"] = "Ruta"; |
58 |
$lang["PATH"] = "Ruta"; |
58 |
$lang["AUTHOR"] = "Autor"; |
59 |
$lang["AUTHOR"] = "Autor"; |
59 |
$lang["AGE"] = "Antigüedad"; |
60 |
$lang["AGE"] = "Antigüedad"; |
60 |
$lang["LOG"] = "Log"; |
61 |
$lang["LOG"] = "Log"; |
61 |
$lang["CURDIR"] = "Directorio Actual"; |
62 |
$lang["CURDIR"] = "Directorio Actual"; |
62 |
$lang["TARBALL"] = "Tarball"; |
63 |
$lang["TARBALL"] = "Tarball"; |
63 |
|
64 |
|
64 |
$lang["PREV"] = "Ant"; |
65 |
$lang["PREV"] = "Ant"; |
65 |
$lang["NEXT"] = "Sig"; |
66 |
$lang["NEXT"] = "Sig"; |
66 |
$lang["SHOWALL"] = "Mostrar todo"; |
67 |
$lang["SHOWALL"] = "Mostrar todo"; |
67 |
|
68 |
|
68 |
$lang["BADCMD"] = "Error ejecutando ese comando"; |
69 |
$lang["BADCMD"] = "Error ejecutando ese comando"; |
69 |
|
70 |
|
70 |
$lang["POWERED"] = "Powered by <a href=\"http://websvn.tigris.org/\">WebSVN</a>"; |
71 |
$lang["POWERED"] = "Powered by <a href=\"http://websvn.tigris.org/\">WebSVN</a>"; |
71 |
$lang["PROJECTS"] = "Proyectos de Subversion"; |
72 |
$lang["PROJECTS"] = "Proyectos de Subversion"; |
72 |
$lang["SERVER"] = "Servidor de Subversion"; |
73 |
$lang["SERVER"] = "Servidor de Subversion"; |
73 |
|
74 |
|
74 |
$lang["SEARCHLOG"] = "Buscar en el log"; |
75 |
$lang["SEARCHLOG"] = "Buscar en el log"; |
75 |
$lang["CLEARLOG"] = "Limpiar la búsqueda actual"; |
76 |
$lang["CLEARLOG"] = "Limpiar la búsqueda actual"; |
76 |
$lang["MORERESULTS"] = "Buscar mas coincidencias"; |
77 |
$lang["MORERESULTS"] = "Buscar mas coincidencias"; |
77 |
$lang["NORESULTS"] = "Ningún log coincide con su búsqueda"; |
78 |
$lang["NORESULTS"] = "Ningún log coincide con su búsqueda"; |
78 |
$lang["NOMORERESULTS"] = "No hay mas logs que coincidan con su búsqueda"; |
79 |
$lang["NOMORERESULTS"] = "No hay mas logs que coincidan con su búsqueda"; |
79 |
|
80 |
|
80 |
$lang["RSSFEEDTITLE"] = "WebSVN RSS feed"; |
81 |
$lang["RSSFEEDTITLE"] = "WebSVN RSS feed"; |
81 |
$lang["FILESMODIFIED"] = "Archivo(s) modificados"; |
82 |
$lang["FILESMODIFIED"] = "Archivo(s) modificados"; |
82 |
$lang["RSSFEED"] = "RSS feed"; |
83 |
$lang["RSSFEED"] = "RSS feed"; |
83 |
|
84 |
|
84 |
$lang["LINENO"] = "Línea Nro."; |
85 |
$lang["LINENO"] = "Línea Nro."; |
85 |
$lang["BLAMEFOR"] = "Información de culpa para rev"; |
86 |
$lang["BLAMEFOR"] = "Información de culpa para rev"; |
86 |
|
87 |
|
87 |
$lang["YEARS"] = "Años"; |
88 |
$lang["YEARS"] = "Años"; |
88 |
$lang["MONTHS"] = "meses"; |
89 |
$lang["MONTHS"] = "meses"; |
89 |
$lang["WEEKS"] = "semanas"; |
90 |
$lang["WEEKS"] = "semanas"; |
90 |
$lang["DAYS"] = "días"; |
91 |
$lang["DAYS"] = "días"; |
91 |
$lang["HOURS"] = "horas"; |
92 |
$lang["HOURS"] = "horas"; |
92 |
$lang["MINUTES"] = "minutos"; |
93 |
$lang["MINUTES"] = "minutos"; |
93 |
|
94 |
|
94 |
$lang["GO"] = "Ir"; |
95 |
$lang["GO"] = "Ir"; |
95 |
|
96 |
|
96 |
$lang["PATHCOMPARISON"] = "Comparación de rutas"; |
97 |
$lang["PATHCOMPARISON"] = "Comparación de rutas"; |
97 |
$lang["COMPAREPATHS"] = "Comparar Rutas"; |
98 |
$lang["COMPAREPATHS"] = "Comparar Rutas"; |
98 |
$lang["COMPAREREVS"] = "Comparar Revisiones"; |
99 |
$lang["COMPAREREVS"] = "Comparar Revisiones"; |
99 |
$lang["PROPCHANGES"] = "Cambios de propiedades :"; |
100 |
$lang["PROPCHANGES"] = "Cambios de propiedades :"; |
100 |
$lang["CONVFROM"] = "Esta Comparación muestra los cambios necesarios para convertir la ruta"; |
101 |
$lang["CONVFROM"] = "Esta Comparación muestra los cambios necesarios para convertir la ruta"; |
101 |
$lang["TO"] = "a"; |
102 |
$lang["TO"] = "a"; |
102 |
$lang["REVCOMP"] = "Revertir comparación"; |
103 |
$lang["REVCOMP"] = "Revertir comparación"; |
103 |
$lang["COMPPATH"] = "Comparar Ruta:"; |
104 |
$lang["COMPPATH"] = "Comparar Ruta:"; |
104 |
$lang["WITHPATH"] = "Con Ruta:"; |
105 |
$lang["WITHPATH"] = "Con Ruta:"; |
105 |
$lang["FILEDELETED"] = "Archivo Eliminado"; |
106 |
$lang["FILEDELETED"] = "Archivo Eliminado"; |
106 |
$lang["FILEADDED"] = "Archivo Nuevo"; |
107 |
$lang["FILEADDED"] = "Archivo Nuevo"; |
107 |
|
108 |
|
108 |
// The following are defined by some languages to stop unwanted line splitting |
109 |
// The following are defined by some languages to stop unwanted line splitting |
109 |
// in the template files. |
110 |
// in the template files. |
110 |
|
111 |
|
111 |
$lang["NOBR"] = ""; |
112 |
$lang["NOBR"] = ""; |
112 |
$lang["ENDNOBR"] = ""; |
113 |
$lang["ENDNOBR"] = ""; |
113 |
|
114 |
|
114 |
// $lang["NOBR"] = "<nobr>"; |
115 |
// $lang["NOBR"] = "<nobr>"; |
115 |
// $lang["ENDNOBR"] = "</nobr>"; |
116 |
// $lang["ENDNOBR"] = "</nobr>"; |