1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-11 07:34:36 +02:00

Create pl.lang.php

This commit is contained in:
Mirosław Widz
2013-07-21 00:04:55 +02:00
parent 5bbfb1880b
commit 82c1f97b7d

View File

@@ -0,0 +1,17 @@
<?php
return array(
'filesmanager' => array(
'Files' => 'Pliki',
'Files manager' => 'Zarządzaj plikami',
'Name' => 'Nazwa',
'Actions' => 'Akcje',
'Delete' => 'Usuń',
'Upload' => 'Prześlij',
'directory' => 'katalog',
'Delete directory: :dir' => 'Czy napewno usunąć katalog: :dir',
'Delete file: :file' => 'Czy napewno usunąć plik :file',
'Extension' => 'Rozszerzenie',
'Size' => 'Rozmiar',
)
);