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

#: ../../More/Repository/README.rst:2
msgid "Repository"
msgstr ""

#: ../../More/Repository/README.rst:5
msgid "Purpose"
msgstr ""

#: ../../More/Repository/README.rst:7
msgid ""
"Mediates between the domain and data mapping layers using a collection-like "
"interface for accessing domain objects. Repository encapsulates the set of "
"objects persisted in a data store and the operations performed over them, "
"providing a more object-oriented view of the persistence layer. Repository "
"also supports the objective of achieving a clean separation and one-way "
"dependency between the domain and data mapping layers."
msgstr ""

#: ../../More/Repository/README.rst:16
msgid "Examples"
msgstr ""

#: ../../More/Repository/README.rst:18
msgid ""
"Doctrine 2 ORM: there is Repository that mediates between Entity and DBAL "
"and contains methods to retrieve objects"
msgstr ""

#: ../../More/Repository/README.rst:20
msgid "Laravel Framework"
msgstr ""

#: ../../More/Repository/README.rst:23
msgid "UML Diagram"
msgstr ""

#: ../../More/Repository/README.rst:30
msgid "Code"
msgstr ""

#: ../../More/Repository/README.rst:32
msgid "You can also find these code on `GitHub`_"
msgstr ""

#: ../../More/Repository/README.rst:34
msgid "Post.php"
msgstr ""

#: ../../More/Repository/README.rst:40
msgid "PostRepository.php"
msgstr ""

#: ../../More/Repository/README.rst:46
msgid "Storage.php"
msgstr ""

#: ../../More/Repository/README.rst:52
msgid "MemoryStorage.php"
msgstr ""

#: ../../More/Repository/README.rst:59
msgid "Test"
msgstr ""