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
|
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
|
notified. It is used to shorten the amount of coupled objects and uses
|
||||||
loose coupling instead.
|
loose coupling instead.
|
||||||
|
|
||||||
@@ -55,4 +55,4 @@ Tests/ObserverTest.php
|
|||||||
:linenos:
|
:linenos:
|
||||||
|
|
||||||
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/Observer
|
.. _`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 ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: DesignPatternsPHP 1.0\n"
|
"Project-Id-Version: DesignPatternsPHP 1.0\n"
|
||||||
@@ -22,7 +22,7 @@ msgstr ""
|
|||||||
#: ../../Behavioral/Observer/README.rst:7
|
#: ../../Behavioral/Observer/README.rst:7
|
||||||
msgid ""
|
msgid ""
|
||||||
"To implement a publish/subscribe behaviour to an object, whenever a "
|
"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"
|
"notified. It is used to shorten the amount of coupled objects and uses loose"
|
||||||
" coupling instead."
|
" coupling instead."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@@ -23,7 +23,7 @@ msgstr "Zweck"
|
|||||||
|
|
||||||
#: ../../Behavioral/Observer/README.rst:7
|
#: ../../Behavioral/Observer/README.rst:7
|
||||||
msgid ""
|
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 "
|
"state, the attached \"Observers\" will be notified. It is used to shorten the amount of coupled objects "
|
||||||
"and uses loose coupling instead."
|
"and uses loose coupling instead."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: DesignPatternsPHP 1.0\n"
|
"Project-Id-Version: DesignPatternsPHP 1.0\n"
|
||||||
@@ -22,7 +22,7 @@ msgstr ""
|
|||||||
#: ../../Behavioral/Observer/README.rst:7
|
#: ../../Behavioral/Observer/README.rst:7
|
||||||
msgid ""
|
msgid ""
|
||||||
"To implement a publish/subscribe behaviour to an object, whenever a "
|
"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"
|
"notified. It is used to shorten the amount of coupled objects and uses loose"
|
||||||
" coupling instead."
|
" coupling instead."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: DesignPatternsPHP 1.0\n"
|
"Project-Id-Version: DesignPatternsPHP 1.0\n"
|
||||||
@@ -22,7 +22,7 @@ msgstr ""
|
|||||||
#: ../../Behavioral/Observer/README.rst:7
|
#: ../../Behavioral/Observer/README.rst:7
|
||||||
msgid ""
|
msgid ""
|
||||||
"To implement a publish/subscribe behaviour to an object, whenever a "
|
"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"
|
"notified. It is used to shorten the amount of coupled objects and uses loose"
|
||||||
" coupling instead."
|
" coupling instead."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@@ -22,7 +22,7 @@ msgstr "Назначение"
|
|||||||
#: ../../Behavioral/Observer/README.rst:7
|
#: ../../Behavioral/Observer/README.rst:7
|
||||||
msgid ""
|
msgid ""
|
||||||
"To implement a publish/subscribe behaviour to an object, whenever a "
|
"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"
|
"notified. It is used to shorten the amount of coupled objects and uses loose"
|
||||||
" coupling instead."
|
" coupling instead."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: DesignPatternsPHP 1.0\n"
|
"Project-Id-Version: DesignPatternsPHP 1.0\n"
|
||||||
@@ -22,7 +22,7 @@ msgstr ""
|
|||||||
#: ../../Behavioral/Observer/README.rst:7
|
#: ../../Behavioral/Observer/README.rst:7
|
||||||
msgid ""
|
msgid ""
|
||||||
"To implement a publish/subscribe behaviour to an object, whenever a "
|
"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"
|
"notified. It is used to shorten the amount of coupled objects and uses loose"
|
||||||
" coupling instead."
|
" coupling instead."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
Reference in New Issue
Block a user