pt_BR.ISO8859-1/books/porters-handbook: New pt_BR translation into .po format
- content synchronized with en_US document (rev 52124) - book.xml converted to .po - .po file was translated to pt_BR - .po and .xml file has been set to UTF-8 encoding - information about volunteers who translated and/or revised the document was added to the header of the .po file. Approved by: gabor (mentor, implicit) Obtained from: The FreeBSD Brazilian Portuguese Documentation Project
This commit is contained in:
parent
9b5eabd220
commit
40a8d37268
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=52397
4 changed files with 85594 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
||||||
SUBDIR+= dev-model
|
SUBDIR+= dev-model
|
||||||
SUBDIR+= faq
|
SUBDIR+= faq
|
||||||
SUBDIR+= fdp-primer
|
SUBDIR+= fdp-primer
|
||||||
|
SUBDIR+= porters-handbook
|
||||||
|
|
||||||
DOC_PREFIX?= ${.CURDIR}/../..
|
DOC_PREFIX?= ${.CURDIR}/../..
|
||||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
||||||
|
|
50
pt_BR.ISO8859-1/books/porters-handbook/Makefile
Normal file
50
pt_BR.ISO8859-1/books/porters-handbook/Makefile
Normal file
|
@ -0,0 +1,50 @@
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
# The FreeBSD Documentation Project
|
||||||
|
# The FreeBSD Brazilian Portuguese Documentation Project
|
||||||
|
#
|
||||||
|
# Build the FreeBSD Porter's Handbook.
|
||||||
|
#
|
||||||
|
|
||||||
|
MAINTAINER=ebrandi@FreeBSD.org
|
||||||
|
|
||||||
|
DOC?= book
|
||||||
|
|
||||||
|
FORMATS?= html-split
|
||||||
|
|
||||||
|
INSTALL_COMPRESSED?= gz
|
||||||
|
INSTALL_ONLY_COMPRESSED?=
|
||||||
|
|
||||||
|
# XML content
|
||||||
|
SRCS= book.xml
|
||||||
|
|
||||||
|
# Images from the cross-document image library
|
||||||
|
IMAGES_LIB+= callouts/1.png
|
||||||
|
IMAGES_LIB+= callouts/2.png
|
||||||
|
IMAGES_LIB+= callouts/3.png
|
||||||
|
IMAGES_LIB+= callouts/4.png
|
||||||
|
IMAGES_LIB+= callouts/5.png
|
||||||
|
IMAGES_LIB+= callouts/6.png
|
||||||
|
IMAGES_LIB+= callouts/7.png
|
||||||
|
IMAGES_LIB+= callouts/8.png
|
||||||
|
IMAGES_LIB+= callouts/9.png
|
||||||
|
IMAGES_LIB+= callouts/10.png
|
||||||
|
IMAGES_LIB+= callouts/11.png
|
||||||
|
IMAGES_LIB+= callouts/12.png
|
||||||
|
IMAGES_LIB+= callouts/13.png
|
||||||
|
IMAGES_LIB+= callouts/14.png
|
||||||
|
IMAGES_LIB+= callouts/15.png
|
||||||
|
IMAGES_LIB+= callouts/16.png
|
||||||
|
IMAGES_LIB+= callouts/17.png
|
||||||
|
IMAGES_LIB+= callouts/18.png
|
||||||
|
IMAGES_LIB+= callouts/19.png
|
||||||
|
IMAGES_LIB+= callouts/20.png
|
||||||
|
IMAGES_LIB+= callouts/21.png
|
||||||
|
|
||||||
|
URL_RELPREFIX?= ../../../..
|
||||||
|
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||||
|
|
||||||
|
SYMLINKS= ${DESTDIR} index.html handbook.html
|
||||||
|
|
||||||
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
23177
pt_BR.ISO8859-1/books/porters-handbook/book.xml
Normal file
23177
pt_BR.ISO8859-1/books/porters-handbook/book.xml
Normal file
File diff suppressed because it is too large
Load diff
62366
pt_BR.ISO8859-1/books/porters-handbook/pt_BR.po
Normal file
62366
pt_BR.ISO8859-1/books/porters-handbook/pt_BR.po
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue