Merge pull request #290 from salimoscon343/structural_es_translation

Structural ES translation
This commit is contained in:
Dominik Liebler
2017-10-04 19:25:45 +02:00
committed by GitHub
2 changed files with 9 additions and 7 deletions

View File

@@ -26,8 +26,8 @@ msgid ""
msgstr "" msgstr ""
"Esto es un recopilatorio de los conocidos como `patrones de diseño`_ junto " "Esto es un recopilatorio de los conocidos como `patrones de diseño`_ junto "
"con algunos ejemplos de código sobre como implementarlos en PHP. Cada patrón " "con algunos ejemplos de código sobre como implementarlos en PHP. Cada patrón "
"tiene una pequeña lista de ejemplos ( la mayoría de ellos de Zend " "tiene una pequeña lista de ejemplos (la mayoría de ellos de Zend "
"Framework, Symfony2 o Doctrine2 ya que estoy más familiarizado con ellos )." "Framework, Symfony2 o Doctrine2 ya que estoy más familiarizado con ellos)."
#: ../../README.rst:16 #: ../../README.rst:16
msgid "" msgid ""

View File

@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: DesignPatternsPHP 1.0\n" "Project-Id-Version: DesignPatternsPHP 1.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-05-29 12:18+0200\n" "POT-Creation-Date: 2015-05-29 12:18+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: 2017-05-31 11:00+0200\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: John J. GARCIA <salimoscon343@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: ../../Structural/README.rst:2 #: ../../Structural/README.rst:2
msgid "`Structural`__" msgid "`Structural`__"
msgstr "" msgstr "`Estructurales`__"
#: ../../Structural/README.rst:4 #: ../../Structural/README.rst:4
msgid "" msgid ""
@@ -21,3 +21,5 @@ msgid ""
" ease the design by identifying a simple way to realize relationships " " ease the design by identifying a simple way to realize relationships "
"between entities." "between entities."
msgstr "" msgstr ""
"En Ingenieria de Software, los patrones de diseño estructurales son patrones que "
"facilitan el diseño mostrando una manera sencilla de realizar relaciones entre entidades"