2019-08-17 22:50:15 +02:00
..
2019-08-17 22:50:15 +02:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#
msgid ""
msgstr ""
"Project-Id-Version: DesignPatternsPHP 1.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-05-29 12:18+0200\n"
"PO-Revision-Date: 2016-04-04 07:57+0200\n"
"Last-Translator: Dominik Liebler <liebler.dominik@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: de\n"
"Language-Team: \n"
"X-Generator: Poedit 1.8.7.1\n"

#: ../../Structural/FluentInterface/README.rst:2
msgid "`Fluent Interface`__"
msgstr "`Fluent Interface`__"

#: ../../Structural/FluentInterface/README.rst:5
msgid "Purpose"
msgstr "Zweck"

#: ../../Structural/FluentInterface/README.rst:7
msgid ""
"To write code that is easy readable just like sentences in a natural "
"language (like English)."
msgstr ""
"Um Code zu schreiben, der wie ein Satz in einer natürlichen Sprache gelesen "
"werden kann (z.B. in Englisch)"

#: ../../Structural/FluentInterface/README.rst:11
msgid "Examples"
msgstr "Beispiele"

#: ../../Structural/FluentInterface/README.rst:13
msgid "Doctrine2's QueryBuilder works something like that example class below"
msgstr ""
"Doctrine2's QueryBuilder funktioniert ähnlich zu dem Beispiel hier unten"

#: ../../Structural/FluentInterface/README.rst:15
msgid "PHPUnit uses fluent interfaces to build mock objects"
msgstr "PHPUnit verwendet ein Fluent Interface, um Mockobjekte zu erstellen"

#: ../../Structural/FluentInterface/README.rst:19
msgid "UML Diagram"
msgstr "UML Diagramm"

#: ../../Structural/FluentInterface/README.rst:26
msgid "Code"
msgstr "Code"

#: ../../Structural/FluentInterface/README.rst:28
msgid "You can also find this code on `GitHub`_"
msgstr "Du findest den Code auch auf `GitHub`_"

#: ../../Structural/FluentInterface/README.rst:37
msgid "Test"
msgstr "Теst"