mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-28 02:30:20 +02:00
Merge pull request #458 from Yeine/fix-broken-msgid
Fix broken msgid so that translation works properly
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: DesignPatternsPHP 1.0\n"
|
||||
@@ -22,11 +22,11 @@ msgstr ""
|
||||
#: ../../Creational/FactoryMethod/README.rst:7
|
||||
msgid ""
|
||||
"The good point over the SimpleFactory is you can subclass it to implement "
|
||||
"different ways to create objects"
|
||||
"different ways to create objects."
|
||||
msgstr ""
|
||||
|
||||
#: ../../Creational/FactoryMethod/README.rst:10
|
||||
msgid "For simple case, this abstract class could be just an interface"
|
||||
msgid "For simple cases, this abstract class could be just an interface."
|
||||
msgstr ""
|
||||
|
||||
#: ../../Creational/FactoryMethod/README.rst:12
|
||||
|
@@ -23,13 +23,13 @@ msgstr "Rôle"
|
||||
#: ../../Creational/FactoryMethod/README.rst:7
|
||||
msgid ""
|
||||
"The good point over the SimpleFactory is you can subclass it to implement "
|
||||
"different ways to create objects"
|
||||
"different ways to create objects."
|
||||
msgstr ""
|
||||
"L'avantage de FactoryMethod sur SimpleFactory est que le factory "
|
||||
"peut être dérivée afin de mettre oeuvres différentes façons de créer un objet."
|
||||
|
||||
#: ../../Creational/FactoryMethod/README.rst:10
|
||||
msgid "For simple case, this abstract class could be just an interface"
|
||||
msgid "For simple cases, this abstract class could be just an interface."
|
||||
msgstr "Pour les cas simples, cette classe abstraite peut être une simple interface."
|
||||
|
||||
#: ../../Creational/FactoryMethod/README.rst:12
|
||||
|
@@ -24,13 +24,13 @@ msgstr "Doel"
|
||||
#: ../../Creational/FactoryMethod/README.rst:7
|
||||
msgid ""
|
||||
"The good point over the SimpleFactory is you can subclass it to implement "
|
||||
"different ways to create objects"
|
||||
"different ways to create objects."
|
||||
msgstr ""
|
||||
"Het goede punt van SimpleFactory is dat je het kunt subklassen om "
|
||||
"verschillende manieren te implementeren om objecten te maken"
|
||||
|
||||
#: ../../Creational/FactoryMethod/README.rst:10
|
||||
msgid "For simple case, this abstract class could be just an interface"
|
||||
msgid "For simple cases, this abstract class could be just an interface."
|
||||
msgstr ""
|
||||
"In eenvoudige gevallen kan deze abstracte klasse slechts een interface zijn"
|
||||
|
||||
|
@@ -22,13 +22,13 @@ msgstr "Przeznaczenie"
|
||||
#: ../../Creational/FactoryMethod/README.rst:7
|
||||
msgid ""
|
||||
"The good point over the SimpleFactory is you can subclass it to implement "
|
||||
"different ways to create objects"
|
||||
"different ways to create objects."
|
||||
msgstr ""
|
||||
"Przewagą Metody wytwórczej nad Fabryką uproszczoną jest możliwość implementowania różnych sposobów tworzenia "
|
||||
"obiektów poprzez dziedziczenie po klasie Metody wytwórczej."
|
||||
|
||||
#: ../../Creational/FactoryMethod/README.rst:10
|
||||
msgid "For simple case, this abstract class could be just an interface"
|
||||
msgid "For simple cases, this abstract class could be just an interface."
|
||||
msgstr ""
|
||||
"W prostych przypadkach zamiast klasy abstrakcyjnej można użyć zwykłego interfejsu."
|
||||
|
||||
|
Reference in New Issue
Block a user