mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 19:04:27 +02:00
sync some pt_BR files and enhance chm index
This commit is contained in:
@@ -29,8 +29,8 @@ while (false !== ($filename = readdir($handle))) {
|
||||
closedir($handle);
|
||||
|
||||
// Look for CHM index file (snap-downloader, cvs-usr with/without lang-support)
|
||||
if (false == ($content = oneLiner("$LANGUAGE/make_chm_index_$LANGUAGE.html", true))) {
|
||||
$content = oneLiner("en/make_chm_index_en.html", true);
|
||||
if (false == ($content = oneLiner("$LANGUAGE/make_chm_index.html", true))) {
|
||||
$content = oneLiner("en/make_chm_index.html", true);
|
||||
}
|
||||
|
||||
// Make GENTIME the actual date/time
|
||||
|
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 1.4 Maintainer: nobody Status: ready -->
|
||||
<!-- EN-Revision: 1.9 Maintainer: nobody Status: ready -->
|
||||
<bookinfo id="bookinfo">
|
||||
<title>Smarty - a ferramenta para compilar templates para PHP</title>
|
||||
<authorgroup id="authors">
|
||||
@@ -27,7 +27,7 @@
|
||||
</authorgroup>
|
||||
<pubdate>&build-date;</pubdate>
|
||||
<copyright>
|
||||
<year>2001-2004</year>
|
||||
<year>2001-2005</year>
|
||||
<holder>New Digital Group, Inc.</holder>
|
||||
</copyright>
|
||||
</bookinfo>
|
||||
|
7
docs/pt_BR/livedocs.ent
Executable file
7
docs/pt_BR/livedocs.ent
Executable file
@@ -0,0 +1,7 @@
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 1.1 Maintainer: nlopess Status: ready -->
|
||||
|
||||
<!ENTITY livedocs.author 'Autores:<br />'>
|
||||
<!ENTITY livedocs.editors 'Editado por:<br />'>
|
||||
<!ENTITY livedocs.copyright 'Copyright © %s por %s'>
|
||||
<!ENTITY livedocs.published 'Publicado em: %s'>
|
41
docs/pt_BR/make_chm_index.html
Executable file
41
docs/pt_BR/make_chm_index.html
Executable file
@@ -0,0 +1,41 @@
|
||||
<HTML>
|
||||
<!-- EN-Revision: 1.1 Maintainer: nlopess Status: ready -->
|
||||
<!-- $Revision$ -->
|
||||
<HEAD>
|
||||
<TITLE>Manual do Smarty</TITLE>
|
||||
<META NAME="HTTP_EQUIV" CONTENT="text/html; charset=ISO-8859-1">
|
||||
<LINK REL="STYLESHEET" HREF="style.css">
|
||||
</HEAD>
|
||||
<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#840084" ALINK="#0000FF" TOPMARGIN="0" LEFTMARGIN="0">
|
||||
<TABLE BORDER="0" WIDTH="100%" HEIGHT="100%" CELLSPACING="0" CELLPADDING="0">
|
||||
<TR><TD COLSPAN="3"><DIV CLASS="NAVHEADER"><TABLE BGCOLOR="#CCCCFF" BORDER="0"
|
||||
CELLPADDING="0" CELLSPACING="0" WIDTH="100%"><TR><TD><TABLE WIDTH="100%" BORDER="0"
|
||||
CELLPADDING="3" CELLSPACING="0"><TR><TH COLSPAN="3">Smarty Manual</TH></TR><TR><TD
|
||||
COLSPAN="3" ALIGN="center"> </TD></TR></TABLE></TD></TR><TR BGCOLOR="#333366">
|
||||
<TD><IMG SRC="spacer.gif" BORDER="0" WIDTH="1" HEIGHT="1"><BR></TD></TR></TABLE></DIV></TD></TR>
|
||||
<TR><TD><IMG SRC="spacer.gif" WIDTH="10" HEIGHT="1"></TD><TD HEIGHT="100%" VALIGN="MIDDLE" WIDTH="100%"><BR>
|
||||
|
||||
<P><TABLE ALIGN="CENTER">
|
||||
<TR><TD ALIGN="CENTER">
|
||||
<H1 CLASS="title">Manual do Smarty</H1>
|
||||
<DIV CLASS="author">Monte Ohrt</DIV>
|
||||
<DIV CLASS="author">Andrei Zmievski</DIV>
|
||||
<DIV CLASS="author">Fernando Correa da Concei<65><69>o</DIV>
|
||||
<DIV CLASS="author">Marcelo Perreira Fonseca da Silva</DIV>
|
||||
<DIV CLASS="author">Taniel Franklin</DIV>
|
||||
<DIV CLASS="author">Thomas Gonzalez Miranda</DIV>
|
||||
</TD></TR></TABLE>
|
||||
<BR><P ALIGN="CENTER">Este ficheiro foi gerado em: [GENTIME]<BR>
|
||||
Clique em <A HREF="http://smarty.php.net/download-docs.php">http://smarty.php.net/download-docs.php</A>
|
||||
para obter a vers<72>o actual.</P>
|
||||
|
||||
<BR><P CLASS="copyright" ALIGN="CENTER">Copyright © 2001 - 2005 New Digital Group, Inc.</P>
|
||||
|
||||
</TD><TD><IMG SRC="spacer.gif" WIDTH="10" HEIGHT="1"></TD></TR>
|
||||
<TR><TD COLSPAN="3"><DIV CLASS="NAVFOOTER"><TABLE BGCOLOR="#CCCCFF" BORDER="0"
|
||||
CELLPADDING="0" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#333366">
|
||||
<TD><IMG SRC="spacer.gif" BORDER="0" WIDTH="1" HEIGHT="1"><BR></TD></TR>
|
||||
<TR><TD><TABLE WIDTH="100%" BORDER="0" CELLPADDING="3" CELLSPACING="0">
|
||||
<TR><TD COLSPAN="3"> </TD></TR><TR><TD COLSPAN="3" ALIGN="center"> </TD>
|
||||
</TR></TABLE></TD></TR></TABLE></DIV></TD></TR></TABLE>
|
||||
</BODY></HTML>
|
Reference in New Issue
Block a user