1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-04 20:27:40 +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,10 @@
<?php
return array(
'sandbox' => array(
'Sandbox' => 'Sandbox',
'Sandbox plugin for Monstra' => 'Wtyczka Sandbox dla systemu Monstra',
'Sandbox template' => 'Szablon Sandbox',
'Save' => 'Zapisz',
)
);