Skip to content

Commit

Permalink
Merge pull request #508 from Fisiu/pl-trans-setting
Browse files Browse the repository at this point in the history
Add polish translation for Settings module.
  • Loading branch information
nWidart authored Mar 31, 2018
2 parents ec0cff2 + 4f0f3e7 commit 745c212
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 745c212

Please sign in to comment.