jablonka.czprosek.czf

websvn

Subversion Repositories:
[/] [languages/] [spanish.php] - Blame information for rev 4

 

Line No. Rev Author Line
11simandl<?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.php
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Ăł un repositorio";
34$lang["NOPATH"] = "Ruta no encontrada";
35$lang["SUPPLYREP"] = "Por Favor, configure una ruta a un repositorio en include/config.php usando \$config->parentPath o \$config->addRepository<p>Verifique la guĂ­a de instalaciĂłn para mas detalles";
36 
37$lang["DIFFREVS"] = "Diff entre versiones";
38$lang["AND"] = "y";
39$lang["REV"] = "Rev";
40$lang["LINE"] = "LĂ­nea";
41$lang["SHOWENTIREFILE"] = "Mostrar el archivo completo";
42$lang["SHOWCOMPACT"] = "Solo mostrar ĂĄreas con diferencias";
43 
44$lang["DIFFPREV"] = "Comparar con el anterior";
45$lang["BLAME"] = "AutorĂ­a";
46 
47$lang["REVINFO"] = "InformaciĂłn sobre la revisiĂłn";
48$lang["GOYOUNGEST"] = "Ir a la Ăşltima revisiĂłn";
49$lang["LASTMOD"] = "Ultima modificaciĂł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Ăź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://www.websvn.info/\">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Ăşsqueda actual";
77$lang["MORERESULTS"] = "Buscar mas coincidencias";
78$lang["NORESULTS"] = "NingĂşn log coincide con su bĂşsqueda";
79$lang["NOMORERESULTS"] = "No hay mas logs que coincidan con su bĂşsqueda";
80$lang['NOPREVREV'] = 'No hay revisiĂłn anterior';
81 
82$lang["RSSFEEDTITLE"] = "WebSVN RSS feed";
83$lang["FILESMODIFIED"] = "Archivo(s) modificados";
84$lang["RSSFEED"] = "RSS feed";
85 
86$lang["LINENO"] = "LĂ­nea Nro.";
87$lang["BLAMEFOR"] = "InformaciĂłn de culpa para rev";
88 
89$lang["YEARS"] = "AĂąos";
90$lang["MONTHS"] = "meses";
91$lang["WEEKS"] = "semanas";
92$lang["DAYS"] = "dĂ­as";
93$lang["HOURS"] = "horas";
94$lang["MINUTES"] = "minutos";
95 
96$lang["GO"] = "Ir";
97 
98$lang["PATHCOMPARISON"] = "ComparaciĂłn de rutas";
99$lang["COMPAREPATHS"] = "Comparar Rutas";
100$lang["COMPAREREVS"] = "Comparar Revisiones";
101$lang["PROPCHANGES"] = "Cambios de propiedades :";
102$lang["CONVFROM"] = "Esta ComparaciĂłn muestra los cambios necesarios para convertir la ruta";
103$lang["TO"] = "a";
104$lang["REVCOMP"] = "Revertir comparaciĂłn";
105$lang["COMPPATH"] = "Comparar Ruta:";
106$lang["WITHPATH"] = "Con Ruta:";
107$lang["FILEDELETED"] = "Archivo Eliminado";
108$lang["FILEADDED"] = "Archivo Nuevo";
109 
110// The following are defined by some languages to stop unwanted line splitting
111// in the template files.
112 
113$lang["NOBR"] = "";
114$lang["ENDNOBR"] = "";
115 
116// $lang["NOBR"] = "<nobr>";
117// $lang["ENDNOBR"] = "</nobr>";

Powered by WebSVN 2.2.1