mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-02 13:07:27 +02:00
[pl translation] Structural/DependencyInjection source msg fix.
This commit is contained in:
@@ -34,10 +34,10 @@ msgstr "Użycie"
|
|||||||
|
|
||||||
#: ../../Structural/DependencyInjection/README.rst:13
|
#: ../../Structural/DependencyInjection/README.rst:13
|
||||||
msgid ""
|
msgid ""
|
||||||
"Configuration gets injected and ``Connection`` will get all that it needs "
|
"DatabaseConfiguration gets injected and ``DatabaseConnection`` will get all that it "
|
||||||
"from ``$config``. Without DI, the configuration would be created directly in"
|
"needs from ``$config``. Without DI, the configuration would be created "
|
||||||
" ``Connection``, which is not very good for testing and extending "
|
"directly in ``DatabaseConnection``, which is not very good for testing and "
|
||||||
"``Connection``."
|
"extending it."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Konfiguracja połączenia z bazą danych zostaje wstrzyknięta i obiekt klasy "
|
"Konfiguracja połączenia z bazą danych zostaje wstrzyknięta i obiekt klasy "
|
||||||
"``DatabaseConnection`` może pobrać wszystkie potrzebne parametry z tablicy ``$config``. "
|
"``DatabaseConnection`` może pobrać wszystkie potrzebne parametry z tablicy ``$config``. "
|
||||||
|
Reference in New Issue
Block a user