Files
2020-10-05 23:56:26 +02:00
..
2020-10-05 23:56:26 +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: 2020-10-05 23:32+0200\n"
"Last-Translator: RedDevilus\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: nl\n"
"Language-Team: \n"
"X-Generator: Poedit 2.4.1\n"

#: ../../Creational/SimpleFactory/README.rst:2
msgid "Simple Factory"
msgstr "Simple Factory"

#: ../../Creational/SimpleFactory/README.rst:5
msgid "Purpose"
msgstr "Doel"

#: ../../Creational/SimpleFactory/README.rst:7
msgid "SimpleFactory is a simple factory pattern."
msgstr "SimpleFactory is een eenvoudig fabriekspatroon."

#: ../../Creational/SimpleFactory/README.rst:9
msgid ""
"It differs from the static factory because it is NOT static and as you "
"know: static => global => evil!"
msgstr ""
"Het verschilt van de statische fabriek omdat het NIET statisch is en zoals "
"je weet: statisch => globaal => kwaadaardig!"

#: ../../Creational/SimpleFactory/README.rst:12
msgid ""
"Therefore, you can have multiple factories, differently parametrized, you "
"can subclass it and you can mock-up it."
msgstr ""
"Daarom kunt u meerdere fabrieken hebben, met verschillende parameters, u "
"kunt deze in een subklasse maken en u kunt er een mock-up van maken."

#: ../../Creational/SimpleFactory/README.rst:16
msgid "UML Diagram"
msgstr "UML Diagram"

#: ../../Creational/SimpleFactory/README.rst:23
msgid "Code"
msgstr "Code"

#: ../../Creational/SimpleFactory/README.rst:25
msgid "You can also find this code on `GitHub`_"
msgstr "Je kan deze broncode terugvinden op `GitHub`_"

#: ../../Creational/SimpleFactory/README.rst:52
msgid "Test"
msgstr "Теst"