Skip to content

Commit 1a5ecb9

Browse files
LechusDan Cryer
authored and
Dan Cryer
committed
Update lang.pl.php
Closes dancryer#810
1 parent dd58dd6 commit 1a5ecb9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

PHPCI/Languages/lang.pl.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@
101101
'remote' => 'Zdalny URL ',
102102
'local' => 'Lokalna Ścieżka ',
103103
'hg' => 'Mercurial',
104+
'svn' => 'Subversion',
104105

105106
'where_hosted' => 'Gdzie hostowany jest Twój projekt?',
106107
'choose_github' => 'Wybierz repozytorium GitHub:',
@@ -181,8 +182,10 @@
181182
'phpcs' => 'PHP Code Sniffer',
182183
'phpdoccheck' => 'Brakuje sekcji DocBlock',
183184
'phpmd' => 'PHP Mess Detector',
184-
'phpspec' => 'Speck PHP',
185-
'phpunit' => 'Jednostka PHP',
185+
'phpspec' => 'PHPSpec',
186+
'phpunit' => 'PHPUnit',
187+
'technical_debt' => 'Dług technologiczny',
188+
'behat' => 'Behat',
186189

187190
'file' => 'Plik',
188191
'line' => 'Linia',

0 commit comments

Comments
 (0)