Skip to content

Commit

Permalink
Init Sodium translation (#144)
Browse files Browse the repository at this point in the history
* Translate Sodium Book

* Translate Sodium Configure

* Translate Sodium Constants

* Translate Sodium References

* Translate Sodium Setup

* Translate Sodium Exception

Co-authored-by: Martin Samesch <[email protected]>
  • Loading branch information
joshuaruesweg and msamesch committed Jul 21, 2023
1 parent aa8a2f5 commit fb00866
Show file tree
Hide file tree
Showing 6 changed files with 1,101 additions and 0 deletions.
47 changes: 47 additions & 0 deletions reference/sodium/book.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: e7853a8a24fd5de419860cf00e00320905e7cb4c Maintainer: joshuaruesweg Status: ready -->

<book xml:id="book.sodium" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<?phpdoc extension-membership="bundledexternal" ?>
<title>Sodium</title>
<titleabbrev>Sodium</titleabbrev>

<preface xml:id="intro.sodium">
&reftitle.intro;
<para>
Sodium ist eine moderne und einfach zu bedienende Software-Bibliothek für
Verschlüsselungen, Entschlüsselungen, Signaturen, Passwort-Hashing und mehr.
Ihr Ziel ist es, alle grundlegenden Operationen zur Verfügung zu stellen,
die für die Entwicklung von kryptographischen Werkzeugen auf höherer Ebene
erforderlich sind.
</para>
</preface>

&reference.sodium.setup;
&reference.sodium.constants;
&reference.sodium.reference;
&reference.sodium.sodiumexception;

</book>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->
40 changes: 40 additions & 0 deletions reference/sodium/configure.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 021e8a170c7b17932c94f437e2d7fee472e51e96 Maintainer: joshuaruesweg Status: ready -->

<section xml:id="sodium.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.install;

<para>
Beim Kompilieren von PHP muss
<option role="configure">--with-sodium[=DIR]</option> verwendet werden.
</para>

<para>
Windows-Benutzer sollten <filename>php_sodium.dll</filename> in
die &php.ini; hinzufügen.
</para>

</section>


<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->
Loading

0 comments on commit fb00866

Please sign in to comment.