2016-06-04 01:16:55 +02:00
..
2016-06-04 01:16:55 +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"

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

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

#: ../../Structural/Registry/README.rst:7
msgid ""
"To implement a central storage for objects often used throughout the "
"application, is typically implemented using an abstract class with only "
"static methods (or using the Singleton pattern)"
msgstr ""

#: ../../Structural/Registry/README.rst:12
msgid "Examples"
msgstr ""

#: ../../Structural/Registry/README.rst:14
msgid ""
"Zend Framework 1: ``Zend_Registry`` holds the application's logger "
"object, front controller etc."
msgstr ""

#: ../../Structural/Registry/README.rst:16
msgid ""
"Yii Framework: ``CWebApplication`` holds all the application components, "
"such as ``CWebUser``, ``CUrlManager``, etc."
msgstr ""

#: ../../Structural/Registry/README.rst:20
msgid "UML Diagram"
msgstr ""

#: ../../Structural/Registry/README.rst:27
msgid "Code"
msgstr ""

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

#: ../../Structural/Registry/README.rst:31
msgid "Registry.php"
msgstr ""

#: ../../Structural/Registry/README.rst:38
msgid "Test"
msgstr ""

#: ../../Structural/Registry/README.rst:40
msgid "Tests/RegistryTest.php"
msgstr ""