Rev Author Line No. Line
185 miho 1 <?php
2  
3 // WebSVN - Subversion repository viewing via the web using PHP
4 // Copyright (C) 2004 Tim Armes
5 //
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
8 // the Free Software Foundation; either version 2 of the License, or
9 // (at your option) any later version.
10 //
11 // This program is distributed in the hope that it will be useful,
12 // but WITHOUT ANY WARRANTY; without even the implied warranty of
13 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 // GNU General Public License for more details.
15 //
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
18 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 //
20 // --
21 //
22 // spanish.inc
23 //
24 // Spanish language strings
25  
26 // The language name is displayed in the drop down box. It MUST be encoded as Unicode (no HTML entities).
27 $lang["LANGUAGENAME"] = "Spanish";
28 $lang['LANGUAGETAG'] = 'es';
29  
30 $lang["LOG"] = "Log";
31 $lang["DIFF"] = "Diff";
32  
33 $lang["NOREP"] = "No se especific&oacute; un repositorio";
34 $lang["NOPATH"] = "Ruta no encontrada";
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&iacute;a de instalaci&oacute;n para mas detalles";
36  
37 $lang["DIFFREVS"] = "Diff entre versiones";
38 $lang["AND"] = "y";
39 $lang["REV"] = "Rev";
40 $lang["LINE"] = "L&iacute;nea";
41 $lang["SHOWENTIREFILE"] = "Mostrar el archivo completo";
42 $lang["SHOWCOMPACT"] = "Solo mostrar &aacute;reas con diferencias";
43  
44 $lang["DIFFPREV"] = "Comparar con el anterior";
45 $lang["BLAME"] = "Autor&iacute;a";
46  
47 $lang["REVINFO"] = "Informaci&oacute;n sobre la revisi&oacute;n";
48 $lang["GOYOUNGEST"] = "Ir a la &uacute;ltima revisi&oacute;n";
49 $lang["LASTMOD"] = "Ultima modificaci&oacute;n";
50 $lang["LOGMSG"] = "Mensaje de Log";
51 $lang["CHANGES"] = "Cambios";
52 $lang["SHOWCHANGED"] = "Mostrar archivos modificados";
53 $lang["HIDECHANGED"] = "Ocultar archivos modificados";
54 $lang["NEWFILES"] = "Archivos Nuevos";
55 $lang["CHANGEDFILES"] = "Archivos modificados";
56 $lang["DELETEDFILES"] = "Archivos borrados";
57 $lang["VIEWLOG"] = "Ver&nbsp;Log";
58 $lang["PATH"] = "Ruta";
59 $lang["AUTHOR"] = "Autor";
60 $lang["AGE"] = "Antig&#252;edad";
61 $lang["LOG"] = "Log";
62 $lang["CURDIR"] = "Directorio Actual";
63 $lang["TARBALL"] = "Tarball";
64  
65 $lang["PREV"] = "Ant";
66 $lang["NEXT"] = "Sig";
67 $lang["SHOWALL"] = "Mostrar todo";
68  
69 $lang["BADCMD"] = "Error ejecutando ese comando";
70  
71 $lang["POWERED"] = "Powered by <a href=\"http://websvn.tigris.org/\">WebSVN</a>";
72 $lang["PROJECTS"] = "Proyectos de&nbsp;Subversion";
73 $lang["SERVER"] = "Servidor de&nbsp;Subversion";
74  
75 $lang["SEARCHLOG"] = "Buscar en el log";
76 $lang["CLEARLOG"] = "Limpiar la b&uacute;squeda actual";
77 $lang["MORERESULTS"] = "Buscar mas coincidencias";
78 $lang["NORESULTS"] = "Ning&uacute;n log coincide con su b&uacute;squeda";
79 $lang["NOMORERESULTS"] = "No hay mas logs que coincidan con su b&uacute;squeda";
80  
81 $lang["RSSFEEDTITLE"] = "WebSVN RSS feed";
82 $lang["FILESMODIFIED"] = "Archivo(s) modificados";
83 $lang["RSSFEED"] = "RSS feed";
84  
85 $lang["LINENO"] = "L&iacute;nea Nro.";
86 $lang["BLAMEFOR"] = "Informaci&oacute;n de culpa para rev";
87  
88 $lang["YEARS"] = "A&ntilde;os";
89 $lang["MONTHS"] = "meses";
90 $lang["WEEKS"] = "semanas";
91 $lang["DAYS"] = "d&iacute;as";
92 $lang["HOURS"] = "horas";
93 $lang["MINUTES"] = "minutos";
94  
95 $lang["GO"] = "Ir";
96  
97 $lang["PATHCOMPARISON"] = "Comparaci&oacute;n de rutas";
98 $lang["COMPAREPATHS"] = "Comparar Rutas";
99 $lang["COMPAREREVS"] = "Comparar Revisiones";
100 $lang["PROPCHANGES"] = "Cambios de propiedades :";
101 $lang["CONVFROM"] = "Esta Comparaci&oacute;n muestra los cambios necesarios para convertir la ruta";
102 $lang["TO"] = "a";
103 $lang["REVCOMP"] = "Revertir comparaci&oacute;n";
104 $lang["COMPPATH"] = "Comparar Ruta:";
105 $lang["WITHPATH"] = "Con Ruta:";
106 $lang["FILEDELETED"] = "Archivo Eliminado";
107 $lang["FILEADDED"] = "Archivo Nuevo";
108  
109 // The following are defined by some languages to stop unwanted line splitting
110 // in the template files.
111  
112 $lang["NOBR"] = "";
113 $lang["ENDNOBR"] = "";
114  
115 // $lang["NOBR"] = "<nobr>";
116 // $lang["ENDNOBR"] = "</nobr>";