We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd58dd6 commit 1a5ecb9Copy full SHA for 1a5ecb9
PHPCI/Languages/lang.pl.php
@@ -101,6 +101,7 @@
101
'remote' => 'Zdalny URL ',
102
'local' => 'Lokalna Ścieżka ',
103
'hg' => 'Mercurial',
104
+ 'svn' => 'Subversion',
105
106
'where_hosted' => 'Gdzie hostowany jest Twój projekt?',
107
'choose_github' => 'Wybierz repozytorium GitHub:',
@@ -181,8 +182,10 @@
181
182
'phpcs' => 'PHP Code Sniffer',
183
'phpdoccheck' => 'Brakuje sekcji DocBlock',
184
'phpmd' => 'PHP Mess Detector',
- 'phpspec' => 'Speck PHP',
185
- 'phpunit' => 'Jednostka PHP',
+ 'phpspec' => 'PHPSpec',
186
+ 'phpunit' => 'PHPUnit',
187
+ 'technical_debt' => 'Dług technologiczny',
188
+ 'behat' => 'Behat',
189
190
'file' => 'Plik',
191
'line' => 'Linia',
0 commit comments