1.167      -> 1.169      hu/index.xsl
	1.10       -> 1.11       hu/share/sgml/header.l10n.ent
	1.2        -> 1.3        hu/share/sgml/templates.news-rdf.xsl
	1.2        -> 1.3        hu/share/sgml/templates.news-rss.xsl
	1.1        -> 1.2        hu/share/sgml/templates.press-rss.xsl

Obtained from:	The FreeBSD Hungarian Documentation Project
This commit is contained in:
Gabor Pali 2009-06-03 08:55:41 +00:00
parent e608282b67
commit 50df843bd2
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=34374
5 changed files with 22 additions and 19 deletions

View file

@ -4,12 +4,12 @@
<!ENTITY title "A &os; Projekt">
]>
<!-- $FreeBSD: www/hu/index.xsl,v 1.16 2009/04/06 17:56:08 pgj Exp $ -->
<!-- $FreeBSD: www/hu/index.xsl,v 1.17 2009/04/07 13:59:13 pgj Exp $ -->
<!-- FreeBSD Hungarian Documentation Project
Translated by: Gabor Kovesdan <gabor@FreeBSD.org>
%SOURCE% en/index.xsl
%SRCID% 1.167
%SRCID% 1.169
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
@ -81,13 +81,13 @@
optimaliz&aacute;l&aacute;s&aacute;nak
eredm&eacute;nye. Jelenleg <a
href="&enbase;/doc/en/articles/contributors/article.html#STAFF-COMMITTERS">egyéni
fejleszt&#245;k egy nagyobb csoportja</a>
fejleszt&#337;k egy nagyobb csoportja</a>
tartja karban. A &os; legfontosabb
jellemz&#245;i t&ouml;bbek k&ouml;zt a
jellemz&#337;i t&ouml;bbek k&ouml;zt a
fejlett
h&aacute;l&oacute;zatkezel&eacute;s, a
kifinomult biztons&aacute;gi
lehet&#245;s&eacute;gek &eacute;s a
lehet&#337;s&eacute;gek &eacute;s a
vil&aacute;gsz&iacute;nvonal&uacute;
teljes&iacute;tm&eacute;ny, amelyet a
vil&aacute;gban <a
@ -127,13 +127,13 @@
<xsl:if test="'&beta.testing;' != 'IGNORE'">
<li>
<a
href="&base;/where.html#helptest">K&ouml;vetkez&#245; kiad&aacute;s: &betarel.current; - &betarel.vers;</a>
href="&base;/where.html#helptest">K&ouml;vetkez&#337; kiad&aacute;s: &betarel.current; - &betarel.vers;</a>
</li>
</xsl:if>
<xsl:if test="'&beta2.testing;' != 'IGNORE'">
<li>
<a
href="&base;/where.html#helptest">K&ouml;vetkez&#245; kiad&aacute;s: &betarel2.current; - &betarel2.vers;</a>
href="&base;/where.html#helptest">K&ouml;vetkez&#337; kiad&aacute;s: &betarel2.current; - &betarel2.vers;</a>
</li>
</xsl:if>
</ul>
@ -166,6 +166,9 @@
<li>
<a href="&enbase;/ja/" title="Jap&aacute;n">ja</a>
</li>
<li>
<a href="&enbase;/nl/" title="Holland">nl</a>
</li>
<li>
<a href="&enbase;/ru/" title="Orosz">ru</a>
</li>

View file

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="iso-8859-2"?>
<!-- $FreeBSD: www/hu/share/sgml/header.l10n.ent,v 1.9 2008/12/22 15:42:13 pgj Exp $ -->
<!-- $FreeBSD: www/hu/share/sgml/header.l10n.ent,v 1.10 2009/01/10 19:39:41 pgj Exp $ -->
<!-- The FreeBSD Hungarian Documentation Project
Translated by: Gabor Kovesdan <gabor@FreeBSD.org>
%SOURCE% share/sgml/header.ent
%SRCID% 1.10
%SRCID% 1.11
-->
<!-- Components making up the standard headers and footers. -->

View file

@ -5,12 +5,12 @@
<!ENTITY email "freebsd-www">
]>
<!-- $FreeBSD$ -->
<!-- $FreeBSD: www/hu/share/sgml/templates.news-rdf.xsl,v 1.1 2009/04/06 17:56:08 pgj Exp $ -->
<!-- The FreeBSD Hungarian Documentation Project
Translated by: PALI, Gabor <pgj@FreeBSD.org>
%SOURCE% share/sgml/templates.news-rdf.xsl
%SRCID% 1.2
%SRCID% 1.3
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
@ -18,7 +18,7 @@
<xsl:import href="http://www.FreeBSD.org/XML/www/lang/share/sgml/libcommon.xsl"/>
<xsl:output method="xml" indent="yes"/>
<xsl:output method="xml" indent="yes" encoding="$xml.encoding;"/>
<xsl:variable name="date">
<xsl:value-of select="//cvs:keyword[@name='freebsd']"/>

View file

@ -7,12 +7,12 @@
<!ENTITY realname "Webmesterek">
]>
<!-- $FreeBSD$ -->
<!-- $FreeBSD: www/hu/share/sgml/templates.news-rss.xsl,v 1.1 2009/04/06 17:56:08 pgj Exp $ -->
<!-- The FreeBSD Hungarian Documentation Project
Translated by: PALI, Gabor <pgj@FreeBSD.org>
%SOURCE% share/sgml/templates.news-rss.xsl
%SRCID% 1.2
%SRCID% 1.3
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
@ -20,8 +20,8 @@
exclude-result-prefixes="cvs">
<xsl:import href="http://www.FreeBSD.org/XML/www/lang/share/sgml/libcommon.xsl"/>
<xsl:output method="xml" indent="yes"/>
<xsl:output method="xml" indent="yes" encoding="&xml.encoding;"/>
<xsl:variable name="date">
<xsl:value-of select="//cvs:keyword[@name='freebsd']"/>

View file

@ -7,7 +7,7 @@
<!ENTITY realname "Webmesterek">
]>
<!-- $FreeBSD$ -->
<!-- $FreeBSD: www/hu/share/sgml/templates.press-rss.xsl,v 1.1 2009/04/06 17:56:08 pgj Exp $ -->
<!-- Copyright (c) 2008 Murray Stokely <murray@FreeBSD.org>
@ -38,7 +38,7 @@
<!-- The FreeBSD Hungarian Documentation Project
Translated by: PALI, Gabor <pgj@FreeBSD.org>
%SOURCE% share/sgml/templates.press-rss.xsl
%SRCID% 1.1
%SRCID% 1.2
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
@ -47,7 +47,7 @@
<xsl:import href="http://www.FreeBSD.org/XML/www/lang/share/sgml/libcommon.xsl"/>
<xsl:output method="xml" indent="yes"/>
<xsl:output method="xml" indent="yes" encoding="&xml.encoding;"/>
<xsl:variable name="date">
<xsl:value-of select="//cvs:keyword[@name='freebsd']"/>