Files
Dominik Liebler 68e469fb5f fix copyright year
2020-09-01 08:02:15 +02:00
..
2020-09-01 08:02:15 +02:00

# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2011-2020, 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"

#: ../../Behavioral/Specification/README.rst:2
msgid "`Specification`__"
msgstr ""

#: ../../Behavioral/Specification/README.rst:5
msgid "Purpose"
msgstr ""

#: ../../Behavioral/Specification/README.rst:7
msgid ""
"Builds a clear specification of business rules, where objects can be "
"checked against. The composite specification class has one method called "
"``isSatisfiedBy`` that returns either true or false depending on whether "
"the given object satisfies the specification."
msgstr ""

#: ../../Behavioral/Specification/README.rst:13
msgid "Examples"
msgstr ""

#: ../../Behavioral/Specification/README.rst:15
msgid "`RulerZ <https://github.com/K-Phoen/rulerz>`__"
msgstr ""

#: ../../Behavioral/Specification/README.rst:18
msgid "UML Diagram"
msgstr ""

#: ../../Behavioral/Specification/README.rst:25
msgid "Code"
msgstr ""

#: ../../Behavioral/Specification/README.rst:27
msgid "You can also find this code on `GitHub`_"
msgstr ""

#: ../../Behavioral/Specification/README.rst:29
msgid "Item.php"
msgstr ""

#: ../../Behavioral/Specification/README.rst:35
msgid "Specification.php"
msgstr ""

#: ../../Behavioral/Specification/README.rst:41
msgid "OrSpecification.php"
msgstr ""

#: ../../Behavioral/Specification/README.rst:47
msgid "PriceSpecification.php"
msgstr ""

#: ../../Behavioral/Specification/README.rst:53
msgid "AndSpecification.php"
msgstr ""

#: ../../Behavioral/Specification/README.rst:59
msgid "NotSpecification.php"
msgstr ""

#: ../../Behavioral/Specification/README.rst:66
msgid "Test"
msgstr ""

#: ../../Behavioral/Specification/README.rst:68
msgid "Tests/SpecificationTest.php"
msgstr ""