mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-09-24 21:41:38 +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" #: ../../Structural/Proxy/README.rst:2 msgid "`Proxy`__" msgstr "`Proxy`__" #: ../../Structural/Proxy/README.rst:5 msgid "Purpose" msgstr "Scopo" #: ../../Structural/Proxy/README.rst:7 msgid "To interface to anything that is expensive or impossible to duplicate." msgstr "" "Creare un'interfaccia per qualunque cosa sia onerosa o impossibile da duplicare." #: ../../Structural/Proxy/README.rst:10 msgid "Examples" msgstr "Esempi" #: ../../Structural/Proxy/README.rst:12 msgid "" "Doctrine2 uses proxies to implement framework magic (e.g. lazy " "initialization) in them, while the user still works with his own entity " "classes and will never use nor touch the proxies" msgstr "" "Doctrine2 utilizza i proxy per implementare alcune magie del framework " "(ad esempio inizializzazione pigra), mentre l'utente lavora con le sue classi entità " "senza utilizzare nè toccare i proxy." #: ../../Structural/Proxy/README.rst:13 msgid "UML Diagram" msgstr "Diagramma UML" #: ../../Structural/Proxy/README.rst:20 msgid "Code" msgstr "Codice" #: ../../Structural/Proxy/README.rst:22 msgid "You can also find this code on `GitHub`_" msgstr "Potete trovare questo codice anche su `GitHub`_" #: ../../Structural/Proxy/README.rst:85 msgid "Test" msgstr "Test"