Skip to content

Commit

Permalink
Add polish translation for Settings module.
Browse files Browse the repository at this point in the history
Signed-off-by: Mariusz Fik <mariusz@fidano.pl>
  • Loading branch information
Fisiu committed Mar 30, 2018
1 parent a1822ef commit 4f0f3e7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Modules/Translation/Resources/lang/setting/pl/messages.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php

return [
'settings saved' => 'Pomyślnie zapisano ustawienia.',
];
16 changes: 16 additions & 0 deletions Modules/Translation/Resources/lang/setting/pl/settings.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?php

return [
'title' => [
'settings' => 'Ustawienia',
'general settings' => 'Ustawienia ogólne',
'module settings' => 'Ustawienia modułów',
'module name settings' => 'Ustawienia modułu :module',
],
'breadcrumb' => [
'settings' => 'Ustawienia',
'module settings' => 'Ustawienia modułu :module',
],
'list resource' => 'Wyświetlanie',
'edit resource' => 'Edycja',
];

0 comments on commit 4f0f3e7

Please sign in to comment.