Files
2020-05-04 10:26:29 +09:00
..
2020-05-04 10:26:29 +09:00

# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2011-2019, Dominik Liebler and contributors
# This file is distributed under the same license as the DesignPatternsPHP
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2020.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: DesignPatternsPHP 1.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-04 00:50+0900\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"
"Generated-By: Babel 2.8.0\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). Remember that this "
"introduces global state, which should be avoided at all times! Instead "
"implement it using Dependency Injection!"
msgstr ""

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

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

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

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

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

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

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