2019-08-17 22:50:15 +02:00
..
2019-08-17 22:50:15 +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: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: ../../Creational/StaticFactory/README.rst:2
msgid "Static Factory"
msgstr ""

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

#: ../../Creational/StaticFactory/README.rst:7
msgid ""
"Similar to the AbstractFactory, this pattern is used to create series of "
"related or dependent objects. The difference between this and the abstract "
"factory pattern is that the static factory pattern uses just one static "
"method to create all types of objects it can create. It is usually named "
"``factory`` or ``build``."
msgstr ""

#: ../../Creational/StaticFactory/README.rst:14
msgid "Examples"
msgstr ""

#: ../../Creational/StaticFactory/README.rst:20
msgid "UML Diagram"
msgstr ""

#: ../../Creational/StaticFactory/README.rst:27
msgid "Code"
msgstr ""

#: ../../Creational/StaticFactory/README.rst:29
msgid "You can also find this code on `GitHub`_"
msgstr ""

#: ../../Creational/StaticFactory/README.rst:56
msgid "Test"
msgstr ""