New translations setup.php (Polish)
This commit is contained in:
23
resources/lang/pl-PL/setup.php
Normal file
23
resources/lang/pl-PL/setup.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* This file is part of Cachet.
|
||||
*
|
||||
* (c) Alt Three Services Limited
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
return [
|
||||
'setup' => 'Instalacja',
|
||||
'title' => 'Skonfiguruj Cachet',
|
||||
'service_details' => 'Szczegóły usługi',
|
||||
'env_setup' => 'Konfiguracja środowiska',
|
||||
'status_page_setup' => 'Skonfiguruj stronę statusu',
|
||||
'show_support' => 'Pokazać wsparcie dla Cachet?',
|
||||
'admin_account' => 'Konto Administratora',
|
||||
'complete_setup' => 'Zakończ instalację',
|
||||
'completed' => 'Cachet został pomyślnie skonfigurowany!',
|
||||
'finish_setup' => 'Przejdź do pulpitu',
|
||||
];
|
||||
Reference in New Issue
Block a user