mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-03 13:37:27 +02:00
fixed grammar
This commit is contained in:
@@ -5,7 +5,7 @@ Purpose
|
||||
-------
|
||||
|
||||
To implement a publish/subscribe behaviour to an object, whenever a
|
||||
"Subject" object changes it's state, the attached "Observers" will be
|
||||
"Subject" object changes its state, the attached "Observers" will be
|
||||
notified. It is used to shorten the amount of coupled objects and uses
|
||||
loose coupling instead.
|
||||
|
||||
@@ -55,4 +55,4 @@ Tests/ObserverTest.php
|
||||
:linenos:
|
||||
|
||||
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/Observer
|
||||
.. __: http://en.wikipedia.org/wiki/Observer_pattern
|
||||
.. __: http://en.wikipedia.org/wiki/Observer_pattern
|
||||
|
@@ -1,4 +1,4 @@
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: DesignPatternsPHP 1.0\n"
|
||||
@@ -22,7 +22,7 @@ msgstr ""
|
||||
#: ../../Behavioral/Observer/README.rst:7
|
||||
msgid ""
|
||||
"To implement a publish/subscribe behaviour to an object, whenever a "
|
||||
"\"Subject\" object changes it's state, the attached \"Observers\" will be "
|
||||
"\"Subject\" object changes its state, the attached \"Observers\" will be "
|
||||
"notified. It is used to shorten the amount of coupled objects and uses loose"
|
||||
" coupling instead."
|
||||
msgstr ""
|
||||
|
@@ -23,7 +23,7 @@ msgstr "Zweck"
|
||||
|
||||
#: ../../Behavioral/Observer/README.rst:7
|
||||
msgid ""
|
||||
"To implement a publish/subscribe behaviour to an object, whenever a \"Subject\" object changes it's "
|
||||
"To implement a publish/subscribe behaviour to an object, whenever a \"Subject\" object changes its "
|
||||
"state, the attached \"Observers\" will be notified. It is used to shorten the amount of coupled objects "
|
||||
"and uses loose coupling instead."
|
||||
msgstr ""
|
||||
|
@@ -1,4 +1,4 @@
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: DesignPatternsPHP 1.0\n"
|
||||
@@ -22,7 +22,7 @@ msgstr ""
|
||||
#: ../../Behavioral/Observer/README.rst:7
|
||||
msgid ""
|
||||
"To implement a publish/subscribe behaviour to an object, whenever a "
|
||||
"\"Subject\" object changes it's state, the attached \"Observers\" will be "
|
||||
"\"Subject\" object changes its state, the attached \"Observers\" will be "
|
||||
"notified. It is used to shorten the amount of coupled objects and uses loose"
|
||||
" coupling instead."
|
||||
msgstr ""
|
||||
|
@@ -1,4 +1,4 @@
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: DesignPatternsPHP 1.0\n"
|
||||
@@ -22,7 +22,7 @@ msgstr ""
|
||||
#: ../../Behavioral/Observer/README.rst:7
|
||||
msgid ""
|
||||
"To implement a publish/subscribe behaviour to an object, whenever a "
|
||||
"\"Subject\" object changes it's state, the attached \"Observers\" will be "
|
||||
"\"Subject\" object changes its state, the attached \"Observers\" will be "
|
||||
"notified. It is used to shorten the amount of coupled objects and uses loose"
|
||||
" coupling instead."
|
||||
msgstr ""
|
||||
|
@@ -22,7 +22,7 @@ msgstr "Назначение"
|
||||
#: ../../Behavioral/Observer/README.rst:7
|
||||
msgid ""
|
||||
"To implement a publish/subscribe behaviour to an object, whenever a "
|
||||
"\"Subject\" object changes it's state, the attached \"Observers\" will be "
|
||||
"\"Subject\" object changes its state, the attached \"Observers\" will be "
|
||||
"notified. It is used to shorten the amount of coupled objects and uses loose"
|
||||
" coupling instead."
|
||||
msgstr ""
|
||||
|
@@ -1,4 +1,4 @@
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: DesignPatternsPHP 1.0\n"
|
||||
@@ -22,7 +22,7 @@ msgstr ""
|
||||
#: ../../Behavioral/Observer/README.rst:7
|
||||
msgid ""
|
||||
"To implement a publish/subscribe behaviour to an object, whenever a "
|
||||
"\"Subject\" object changes it's state, the attached \"Observers\" will be "
|
||||
"\"Subject\" object changes its state, the attached \"Observers\" will be "
|
||||
"notified. It is used to shorten the amount of coupled objects and uses loose"
|
||||
" coupling instead."
|
||||
msgstr ""
|
||||
|
Reference in New Issue
Block a user