Skip to content

Commit

Permalink
language sync with EN (#1636)
Browse files Browse the repository at this point in the history
  • Loading branch information
devnexen authored Oct 28, 2024
1 parent fbc8aae commit 783b248
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion language-snippets.ent
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 024f0e6014e07bea51c71b1e2493953e5ee89b5c Maintainer: yannick Status: ready -->
<!-- EN-Revision: 132f97d001ce2820a4a14bd4d20f39fda7ddeee1 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
<!-- Relecture des Notes, Précautions, Avertissements, Astuces, Divers et Retour le 2018-12-29 par girgias -->

Expand Down Expand Up @@ -2990,6 +2990,15 @@ Par défaut, le paramètre <parameter>notext</parameter> vaut &true;.
<!ENTITY spl.exceptions.intro.title '<title xmlns="http://docbook.org/ns/docbook">Exceptions</title>'>
<!ENTITY spl.exceptions.intro '<para xmlns="http://docbook.org/ns/docbook">SPL fournit un jeu d&#39;exceptions standards.</para><para xmlns="http://docbook.org/ns/docbook">Voir aussi le mot réservé <xref linkend="reserved.exceptions" /></para>'>

<!ENTITY spl.exceptions.intro '
<para xmlns="http://docbook.org/ns/docbook">
SPL fournit un ensemble d&#39;Exceptions standard.
</para>
<para xmlns="http://docbook.org/ns/docbook">
Voir aussi les <xref linkend="reserved.exceptions" />.
</para>
'>

<!ENTITY spl.files.intro.title '<title xmlns="http://docbook.org/ns/docbook">Gestion des fichiers</title>'>
<!ENTITY spl.files.intro '<partintro xmlns="http://docbook.org/ns/docbook"><para>SPL fournit des classes pour travailler sur les fichiers.</para></partintro>'>

Expand Down

0 comments on commit 783b248

Please sign in to comment.