Skip to content

Commit c40126f

Browse files
committed
reference: fixes lote 10 (openssl, pcre, pdo, pdo/errorinfo french)
1 parent 392888a commit c40126f

11 files changed

Lines changed: 15 additions & 15 deletions

reference/openssl/constants.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@
383383
Las funciones CMS utilizan banderas que se especifican utilizando
384384
una máscara de bits que incluye una o más de las siguientes opciones:
385385
<table>
386-
<title><acronym>CMS</acronym> CONSTANTS</title>
386+
<title>Constantes <acronym>CMS</acronym></title>
387387
<tgroup cols="2">
388388
<thead>
389389
<row>

reference/openssl/functions/openssl-password-verify.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@
105105
$hash = openssl_password_hash('argon2id', 'my-secret-password');
106106
107107
if (openssl_password_verify('argon2id', 'my-secret-password', $hash)) {
108-
echo 'Password matches.';
108+
echo 'La contraseña coincide.';
109109
} else {
110-
echo 'Password does not match.';
110+
echo 'La contraseña no coincide.';
111111
}
112112
?>
113113
]]>

reference/openssl/functions/openssl-pkcs12-export.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<listitem>
4343
<para>
4444
Clave privada del archivo <acronym>PKCS</acronym>#12.
45-
Consulte <link linkend="openssl.certparams">Public/Private Key Parameters</link> para obtener la lista de valores válidos.
45+
Consulte <link linkend="openssl.certparams">Parámetros de claves pública/privada</link> para obtener la lista de valores válidos.
4646
</para>
4747
</listitem>
4848
</varlistentry>

reference/openssl/functions/openssl-pkey-get-details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<tgroup cols="2">
6868
<thead>
6969
<row>
70-
<entry>Key</entry>
70+
<entry>Clave</entry>
7171
<entry>&Description;</entry>
7272
</row>
7373
</thead>
@@ -117,7 +117,7 @@
117117
<tgroup cols="2">
118118
<thead>
119119
<row>
120-
<entry>Key</entry>
120+
<entry>Clave</entry>
121121
<entry>&Description;</entry>
122122
</row>
123123
</thead>
@@ -155,7 +155,7 @@
155155
<tgroup cols="2">
156156
<thead>
157157
<row>
158-
<entry>Key</entry>
158+
<entry>Clave</entry>
159159
<entry>&Description;</entry>
160160
</row>
161161
</thead>
@@ -197,7 +197,7 @@
197197
<tgroup cols="2">
198198
<thead>
199199
<row>
200-
<entry>Key</entry>
200+
<entry>Clave</entry>
201201
<entry>&Description;</entry>
202202
</row>
203203
</thead>

reference/openssl/ini.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
</term>
5555
<listitem>
5656
<para>
57-
Ubicación del archivo Certificate Authority en el sistema de archivos local
57+
Ubicación del archivo de Autoridad de Certificación en el sistema de archivos local
5858
que debería ser utilizado con la opción de contexto verify_peer para autenticar
5959
la identidad del par remoto.
6060
</para>

reference/pcre/functions/preg-last-error.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
preg_match('/(?:\D+|<\d+>)*[!?]/', 'foobar foobar foobar');
2828
2929
if (preg_last_error() == PREG_BACKTRACK_LIMIT_ERROR) {
30-
echo 'Backtrack limit was exhausted!';
30+
echo '¡Se ha agotado el límite de retroceso!';
3131
}
3232
3333
?>

reference/pcre/functions/preg-match.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ array(4) {
185185
ya que <parameter>pattern</parameter> puede contener aserciones como
186186
<emphasis>^</emphasis>, <emphasis>$</emphasis> o
187187
<emphasis>(?&lt;=x)</emphasis>.
188-
Compare:
188+
Compárese:
189189
<informalexample>
190190
<programlisting role="php">
191191
<![CDATA[

reference/pdo/constants.fetch-modes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</row>
3939
<row>
4040
<entry>
41-
<constant>PDO::FETCH_BOTH</constant> (Default)
41+
<constant>PDO::FETCH_BOTH</constant> (por defecto)
4242
</entry>
4343
<entry>
4444
Array indexado tanto por el número de columna como por el nombre.

reference/pdo/pdo/commit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ $dbh->commit();
7979
</para>
8080
<para>
8181
<example>
82-
<title>Committing a DDL transaction</title>
82+
<title>Confirmando una transacción DDL</title>
8383
<programlisting role="php">
8484
<![CDATA[
8585
<?php

reference/pdo/pdo/construct.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<para><userinput>uri:file:///path/to/dsnfile</userinput></para>
6161
</listitem>
6262
</varlistentry>
63-
<varlistentry><term>Aliasing</term>
63+
<varlistentry><term>Alias</term>
6464
<listitem>
6565
<para>
6666
<parameter>dsn</parameter> está compuesto por un nombre

0 commit comments

Comments
 (0)