mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-31 12:10:10 +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
|
||||
msgid ""
|
||||
"Configuration gets injected and ``Connection`` will get all that it needs "
|
||||
"from ``$config``. Without DI, the configuration would be created directly in"
|
||||
" ``Connection``, which is not very good for testing and extending "
|
||||
"``Connection``."
|
||||
"DatabaseConfiguration gets injected and ``DatabaseConnection`` will get all that it "
|
||||
"needs from ``$config``. Without DI, the configuration would be created "
|
||||
"directly in ``DatabaseConnection``, which is not very good for testing and "
|
||||
"extending it."
|
||||
msgstr ""
|
||||
"Konfiguracja połączenia z bazą danych zostaje wstrzyknięta i obiekt klasy "
|
||||
"``DatabaseConnection`` może pobrać wszystkie potrzebne parametry z tablicy ``$config``. "
|
||||
|
Reference in New Issue
Block a user