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:
17
plugins/box/filesmanager/languages/pl.lang.php
Normal file
17
plugins/box/filesmanager/languages/pl.lang.php
Normal 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',
|
||||
)
|
||||
);
|
Reference in New Issue
Block a user