1
0
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:
Mirosław Widz
2013-07-20 23:43:46 +02:00
parent 954b19a064
commit 27d78e32ff

View 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',
)
);