1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-13 01:26:19 +02:00
Files
php-monstra/plugins/box/filesmanager/languages/pl.lang.php
2013-12-09 22:10:22 +04:00

20 lines
636 B
PHP

<?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',
'Select file' => 'Select file',
'Change' => 'Change',
)
);