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