mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-09-09 06:11:05 +02:00
# msgid "" msgstr "" "Project-Id-Version: DesignPatternsPHP 1.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-03-13 12:18+0200\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: it\n" "Last-Translator: didacus <diequito93@gmail.com>\n" "Language-Team: \n" "X-Generator: Poedit 1.5.4\n" #: ../../Creational/AbstractFactory/README.rst:2 msgid "`Abstract Factory`__" msgstr "`Abstract Factory`__" #: ../../Creational/AbstractFactory/README.rst:5 msgid "Purpose" msgstr "Scopo" #: ../../Creational/AbstractFactory/README.rst:7 msgid "" "To create series of related or dependent objects without specifying " "their concrete classes. Usually the created classes all implement the " "same interface. The client of the abstract factory does not care about " "how these objects are created, it just knows how they go together." msgstr "" "Crea una serie di oggetti correlati o dipendenti tra loro senza specificare le loro " "classi concrete. Solitamente le classi create implementano tutte la medesima interfaccia. " "Il client che usa l'Abstract Factory non conosce come questi oggetti vengano creati ma " "solamente come vanno assemblati insieme." #: ../../Creational/AbstractFactory/README.rst:13 msgid "UML Diagram" msgstr "Diagramma UML" #: ../../Creational/AbstractFactory/README.rst:20 msgid "Code" msgstr "Codice" #: ../../Creational/AbstractFactory/README.rst:22 msgid "You can also find this code on `GitHub`_" msgstr "Potete trovare questo codice anche su `GitHub`_" #: ../../Creational/AbstractFactory/README.rst:85 msgid "Test" msgstr "Test"