File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
ca/LC_MESSAGES/Creational/FactoryMethod
fr/LC_MESSAGES/Creational/FactoryMethod
nl/LC_MESSAGES/Creational/FactoryMethod
pl/LC_MESSAGES/Creational/FactoryMethod Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- #
1
+ #
2
2
msgid ""
3
3
msgstr ""
4
4
"Project-Id-Version : DesignPatternsPHP 1.0\n "
@@ -22,11 +22,11 @@ msgstr ""
22
22
#: ../../Creational/FactoryMethod/README.rst:7
23
23
msgid ""
24
24
"The good point over the SimpleFactory is you can subclass it to implement "
25
- "different ways to create objects"
25
+ "different ways to create objects. "
26
26
msgstr ""
27
27
28
28
#: ../../Creational/FactoryMethod/README.rst:10
29
- msgid "For simple case , this abstract class could be just an interface"
29
+ msgid "For simple cases , this abstract class could be just an interface. "
30
30
msgstr ""
31
31
32
32
#: ../../Creational/FactoryMethod/README.rst:12
Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ msgstr "Rôle"
23
23
#: ../../Creational/FactoryMethod/README.rst:7
24
24
msgid ""
25
25
"The good point over the SimpleFactory is you can subclass it to implement "
26
- "different ways to create objects"
26
+ "different ways to create objects. "
27
27
msgstr ""
28
28
"L'avantage de FactoryMethod sur SimpleFactory est que le factory "
29
29
"peut être dérivée afin de mettre oeuvres différentes façons de créer un objet."
30
30
31
31
#: ../../Creational/FactoryMethod/README.rst:10
32
- msgid "For simple case , this abstract class could be just an interface"
32
+ msgid "For simple cases , this abstract class could be just an interface. "
33
33
msgstr "Pour les cas simples, cette classe abstraite peut être une simple interface."
34
34
35
35
#: ../../Creational/FactoryMethod/README.rst:12
Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ msgstr "Doel"
24
24
#: ../../Creational/FactoryMethod/README.rst:7
25
25
msgid ""
26
26
"The good point over the SimpleFactory is you can subclass it to implement "
27
- "different ways to create objects"
27
+ "different ways to create objects. "
28
28
msgstr ""
29
29
"Het goede punt van SimpleFactory is dat je het kunt subklassen om "
30
30
"verschillende manieren te implementeren om objecten te maken"
31
31
32
32
#: ../../Creational/FactoryMethod/README.rst:10
33
- msgid "For simple case , this abstract class could be just an interface"
33
+ msgid "For simple cases , this abstract class could be just an interface. "
34
34
msgstr ""
35
35
"In eenvoudige gevallen kan deze abstracte klasse slechts een interface zijn"
36
36
Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ msgstr "Przeznaczenie"
22
22
#: ../../Creational/FactoryMethod/README.rst:7
23
23
msgid ""
24
24
"The good point over the SimpleFactory is you can subclass it to implement "
25
- "different ways to create objects"
25
+ "different ways to create objects. "
26
26
msgstr ""
27
27
"Przewagą Metody wytwórczej nad Fabryką uproszczoną jest możliwość implementowania różnych sposobów tworzenia "
28
28
"obiektów poprzez dziedziczenie po klasie Metody wytwórczej."
29
29
30
30
#: ../../Creational/FactoryMethod/README.rst:10
31
- msgid "For simple case , this abstract class could be just an interface"
31
+ msgid "For simple cases , this abstract class could be just an interface. "
32
32
msgstr ""
33
33
"W prostych przypadkach zamiast klasy abstrakcyjnej można użyć zwykłego interfejsu."
34
34
You can’t perform that action at this time.
0 commit comments