Axel Pardemann 53bc377d88 Added missing PO templates
Also added some punctuation, grammar and style fixes to some RST files.
2016-09-22 12:50:30 -05:00

52 lines
1.2 KiB
Plaintext

msgid ""
msgstr ""
"Project-Id-Version: DesignPatternsPHP "
"8f549554526024c5f9f7691dc0c4f22fb22ec2de\n"
"POT-Creation-Date: 2016-09-19 17:00-0500\n"
"Last-Translator: Axel Pardemann <axelitusdev@gmail.com>\n"
"Content-Type: text/plain; "
"charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../Structural/Proxy/README.rst:1
msgid "Proxy"
msgstr ""
#: ../../Structural/Proxy/README.rst:4
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:9
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:16
msgid "UML Diagram"
msgstr ""
#: ../../Structural/Proxy/README.rst:20
msgid "Alt Proxy UML Diagram"
msgstr ""
#: ../../Structural/Proxy/README.rst:23
msgid "Code"
msgstr ""
#: ../../Structural/Proxy/README.rst:26
msgid "You can also find these code on `GitHub`_"
msgstr ""
#: ../../Structural/Proxy/README.rst:40
msgid "Test"
msgstr ""