|
| 1 | +# |
| 2 | +msgid "" |
| 3 | +msgstr "" |
| 4 | +"Project-Id-Version: DesignPatternsPHP 1.0\n" |
| 5 | +"Report-Msgid-Bugs-To: \n" |
| 6 | +"POT-Creation-Date: 2015-05-29 12:18+0200\n" |
| 7 | +"PO-Revision-Date: 2015-06-02 01:50+0300\n" |
| 8 | +"Last-Translator: Piotr Grabski-Gradzinski <piotr.gradzinski@gmail.com>\n" |
| 9 | +"MIME-Version: 1.0\n" |
| 10 | +"Content-Type: text/plain; charset=UTF-8\n" |
| 11 | +"Content-Transfer-Encoding: 8bit\n" |
| 12 | +"Language: pl\n" |
| 13 | + |
| 14 | +#: ../../Structural/FluentInterface/README.rst:2 |
| 15 | +msgid "`Fluent Interface`__" |
| 16 | +msgstr "" |
| 17 | +"Płynny interfejs (`Fluent Interface`__)" |
| 18 | + |
| 19 | +#: ../../Structural/FluentInterface/README.rst:5 |
| 20 | +msgid "Purpose" |
| 21 | +msgstr "Przeznaczenie" |
| 22 | + |
| 23 | +#: ../../Structural/FluentInterface/README.rst:7 |
| 24 | +msgid "" |
| 25 | +"To write code that is easy readable just like sentences in a natural " |
| 26 | +"language (like English)." |
| 27 | +msgstr "" |
| 28 | +"Ideą tego wzorca jest towrzenie kodu, który jest łatwy do przeczytania, " |
| 29 | +"jak zdanie w języku naturalnym (np. angielskim)." |
| 30 | + |
| 31 | +#: ../../Structural/FluentInterface/README.rst:11 |
| 32 | +msgid "Examples" |
| 33 | +msgstr "Przykłady" |
| 34 | + |
| 35 | +#: ../../Structural/FluentInterface/README.rst:13 |
| 36 | +msgid "Doctrine2's QueryBuilder works something like that example class below" |
| 37 | +msgstr "Doctrine2’s QueryBuilder działa podobnie jak klasa ``Sql`` poniżej." |
| 38 | + |
| 39 | +#: ../../Structural/FluentInterface/README.rst:15 |
| 40 | +msgid "PHPUnit uses fluent interfaces to build mock objects" |
| 41 | +msgstr "" |
| 42 | +"PHPUnit wykorzystuje płynne interfejsy do budowy obiektów zastępczych (ang. `mock object`)." |
| 43 | + |
| 44 | +#: ../../Structural/FluentInterface/README.rst:16 |
| 45 | +msgid "Yii Framework: CDbCommand and CActiveRecord use this pattern, too" |
| 46 | +msgstr "" |
| 47 | +"Yii Framework: CDbCommand i CActiveRecord również używają tego wzorca." |
| 48 | + |
| 49 | +#: ../../Structural/FluentInterface/README.rst:19 |
| 50 | +msgid "UML Diagram" |
| 51 | +msgstr "Diagram UML" |
| 52 | + |
| 53 | +#: ../../Structural/FluentInterface/README.rst:26 |
| 54 | +msgid "Code" |
| 55 | +msgstr "Kod" |
| 56 | + |
| 57 | +#: ../../Structural/FluentInterface/README.rst:28 |
| 58 | +msgid "You can also find this code on `GitHub`_" |
| 59 | +msgstr "Ten kod znajdziesz również na `GitHub`_." |
| 60 | + |
| 61 | +#: ../../Structural/FluentInterface/README.rst:30 |
| 62 | +msgid "Sql.php" |
| 63 | +msgstr "Sql.php" |
| 64 | + |
| 65 | +#: ../../Structural/FluentInterface/README.rst:37 |
| 66 | +msgid "Test" |
| 67 | +msgstr "Testy" |
| 68 | + |
| 69 | +#: ../../Structural/FluentInterface/README.rst:39 |
| 70 | +msgid "Tests/FluentInterfaceTest.php" |
| 71 | +msgstr "Tests/FluentInterfaceTest.php" |
0 commit comments