Skip to content

Commit 582a8d1

Browse files
authored
#140 Update translation of reference/filesystem/functions/fopen.xml and reference/filesystem/*.* files (#161)
1 parent 1950057 commit 582a8d1

File tree

5 files changed

+376
-224
lines changed

5 files changed

+376
-224
lines changed

reference/filesystem/book.xml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 1634a886415d0ab4df195fe49d18a1c150b70758 Maintainer: seros Status: ready -->
3+
<!-- EN-Revision: 1634a886415d0ab4df195fe49d18a1c150b70758 Maintainer: Marqitos Status: ready -->
44
<!-- Reviewed: no Maintainer: seros -->
55

66
<book xml:id="book.filesystem" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -11,7 +11,7 @@
1111
<preface xml:id="intro.filesystem">
1212
&reftitle.intro;
1313
<para>
14-
No es necesaria ninguna biblioteca externa para construir esta extensión, pero si quiere que
14+
No es necesaria ninguna biblioteca externa para compilar esta extensión, pero si quiere que
1515
PHP admita LFS (ficheros grandes) en Linux, necesita tener una versión reciente
1616
de glibc y compilar PHP con las siguientes banderas de compilación:
1717
<literal>-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64</literal>.
@@ -22,7 +22,7 @@
2222
&reference.filesystem.setup;
2323
&reference.filesystem.constants;
2424
&reference.filesystem.reference;
25-
25+
2626
</book>
2727

2828
<!-- Keep this comment at the end of the file
@@ -45,4 +45,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
4545
vim: et tw=78 syn=sgml
4646
vi: ts=1 sw=1
4747
-->
48-

0 commit comments

Comments
 (0)