mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-03 11:47:51 +02:00
Create pl.lang.php
This commit is contained in:
20
plugins/box/plugins/languages/pl.lang.php
Normal file
20
plugins/box/plugins/languages/pl.lang.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'plugins' => array(
|
||||
'Plugins' => 'Wtyczki',
|
||||
'Name' => 'Nazwa',
|
||||
'Actions' => 'Akcje',
|
||||
'Description' => 'Opis',
|
||||
'Installed' => 'Zainstalowane',
|
||||
'Install New' => 'Zainstaluj nową',
|
||||
'Delete' => 'Usuń',
|
||||
'Delete plugin :plugin' => 'Czy napewno usunąć wtyczkę :plugin',
|
||||
'This plugin does not exist' => 'Ta wtyczka nie istnieje',
|
||||
'Version' => 'Wersja',
|
||||
'Author' => 'Autor',
|
||||
'Get More Plugins' => 'Pobierz więcej wtyczek',
|
||||
'Install' => 'Instaluj',
|
||||
'Uninstall' => 'Odinstaluj',
|
||||
)
|
||||
);
|
Reference in New Issue
Block a user