2016-06-04 01:16:55 +02:00
..
2016-06-04 01:16:55 +02:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2015, Dominik Liebler and contributors
# This file is distributed under the same license as the DesignPatternsPHP
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2016.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: DesignPatternsPHP 1.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-06-03 23:59+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"
"Generated-By: Babel 2.3.4\n"

#: ../../More/EAV/README.rst:2
msgid "`Entity-Attribute-Value (EAV)`__"
msgstr ""

#: ../../More/EAV/README.rst:4
msgid ""
"The Entityattributevalue (EAV) pattern in order to implement EAV model "
"with PHP."
msgstr ""

#: ../../More/EAV/README.rst:7
msgid "Purpose"
msgstr ""

#: ../../More/EAV/README.rst:9
msgid ""
"The Entityattributevalue (EAV) model is a data model to describe "
"entities where the number of attributes (properties, parameters) that can"
" be used to describe them is potentially vast, but the number that will "
"actually apply to a given entity is relatively modest."
msgstr ""

#: ../../More/EAV/README.rst:15
msgid "Examples"
msgstr ""

#: ../../More/EAV/README.rst:17
msgid "Check full work example in `example.php`_ file."
msgstr ""

#: ../../More/EAV/README.rst:90
msgid "UML Diagram"
msgstr ""

#: ../../More/EAV/README.rst:97
msgid "Code"
msgstr ""

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

#: ../../More/EAV/README.rst:102
msgid "Test"
msgstr ""

#: ../../More/EAV/README.rst:104
msgid "Tests/EntityTest.php"
msgstr ""

#: ../../More/EAV/README.rst:110
msgid "Tests/AttributeTest.php"
msgstr ""

#: ../../More/EAV/README.rst:116
msgid "Tests/ValueTest.php"
msgstr ""