mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-02-24 01:32:22 +01:00
# 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" #: ../../Structural/Bridge/README.rst:2 msgid "`Bridge`__" msgstr "" #: ../../Structural/Bridge/README.rst:5 msgid "Purpose" msgstr "" #: ../../Structural/Bridge/README.rst:7 msgid "" "Decouple an abstraction from its implementation so that the two can vary " "independently." msgstr "" #: ../../Structural/Bridge/README.rst:11 msgid "Sample:" msgstr "" #: ../../Structural/Bridge/README.rst:13 msgid "`Symfony DoctrineBridge <https://github.com/symfony/DoctrineBridge>`__" msgstr "" #: ../../Structural/Bridge/README.rst:17 msgid "UML Diagram" msgstr "" #: ../../Structural/Bridge/README.rst:24 msgid "Code" msgstr "" #: ../../Structural/Bridge/README.rst:26 msgid "You can also find this code on `GitHub`_" msgstr "" #: ../../Structural/Bridge/README.rst:28 msgid "Workshop.php" msgstr "" #: ../../Structural/Bridge/README.rst:34 msgid "Assemble.php" msgstr "" #: ../../Structural/Bridge/README.rst:40 msgid "Produce.php" msgstr "" #: ../../Structural/Bridge/README.rst:46 msgid "Vehicle.php" msgstr "" #: ../../Structural/Bridge/README.rst:52 msgid "Motorcycle.php" msgstr "" #: ../../Structural/Bridge/README.rst:58 msgid "Car.php" msgstr "" #: ../../Structural/Bridge/README.rst:65 msgid "Test" msgstr "" #: ../../Structural/Bridge/README.rst:67 msgid "Tests/BridgeTest.php" msgstr ""