1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-31 02:10:37 +02:00

Merge pull request #125 from mwidz/master

Localization: Polish(pl) translations added.
This commit is contained in:
Sergey Romanenko
2013-10-04 03:37:39 -07:00
16 changed files with 465 additions and 1 deletions

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