mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-09-09 06:11:05 +02:00
# 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"