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