mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-09-08 22:00:46 +02:00
71 lines
1.8 KiB
Plaintext
71 lines
1.8 KiB
Plaintext
# 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/FluentInterface/README.rst:2
|
|
msgid "`Fluent Interface`__"
|
|
msgstr ""
|
|
|
|
#: ../../Structural/FluentInterface/README.rst:5
|
|
msgid "Purpose"
|
|
msgstr ""
|
|
|
|
#: ../../Structural/FluentInterface/README.rst:7
|
|
msgid ""
|
|
"To write code that is easy readable just like sentences in a natural "
|
|
"language (like English)."
|
|
msgstr ""
|
|
|
|
#: ../../Structural/FluentInterface/README.rst:11
|
|
msgid "Examples"
|
|
msgstr ""
|
|
|
|
#: ../../Structural/FluentInterface/README.rst:13
|
|
msgid "Doctrine2's QueryBuilder works something like that example class below"
|
|
msgstr ""
|
|
|
|
#: ../../Structural/FluentInterface/README.rst:15
|
|
msgid "PHPUnit uses fluent interfaces to build mock objects"
|
|
msgstr ""
|
|
|
|
#: ../../Structural/FluentInterface/README.rst:18
|
|
msgid "UML Diagram"
|
|
msgstr ""
|
|
|
|
#: ../../Structural/FluentInterface/README.rst:25
|
|
msgid "Code"
|
|
msgstr ""
|
|
|
|
#: ../../Structural/FluentInterface/README.rst:27
|
|
msgid "You can also find this code on `GitHub`_"
|
|
msgstr ""
|
|
|
|
#: ../../Structural/FluentInterface/README.rst:29
|
|
msgid "Sql.php"
|
|
msgstr ""
|
|
|
|
#: ../../Structural/FluentInterface/README.rst:36
|
|
msgid "Test"
|
|
msgstr ""
|
|
|
|
#: ../../Structural/FluentInterface/README.rst:38
|
|
msgid "Tests/FluentInterfaceTest.php"
|
|
msgstr ""
|
|
|