# 
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"

#: ../../Structural/Proxy/README.rst:2
msgid "`Proxy`__"
msgstr ""

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

#: ../../Structural/Proxy/README.rst:7
msgid "To interface to anything that is expensive or impossible to duplicate."
msgstr ""

#: ../../Structural/Proxy/README.rst:10
msgid "Examples"
msgstr ""

#: ../../Structural/Proxy/README.rst:12
msgid ""
"Doctrine2 uses proxies to implement framework magic (e.g. lazy "
"initialization) in them, while the user still works with his own entity "
"classes and will never use nor touch the proxies"
msgstr ""

#: ../../Structural/Proxy/README.rst:17
msgid "UML Diagram"
msgstr ""

#: ../../Structural/Proxy/README.rst:24
msgid "Code"
msgstr ""

#: ../../Structural/Proxy/README.rst:26
msgid "You can also find these code on `GitHub`_"
msgstr ""

#: ../../Structural/Proxy/README.rst:28
msgid "Record.php"
msgstr ""

#: ../../Structural/Proxy/README.rst:34
msgid "RecordProxy.php"
msgstr ""

#: ../../Structural/Proxy/README.rst:41
msgid "Test"
msgstr ""