Skip to content

Commit 922a7cf

Browse files
committed
Fix language files
1 parent 31daff3 commit 922a7cf

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

language/sk/exceptions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@
5656
'EXCEPTION_NOT_UNIQUE' => 'Vstupné údaje niesu jedinečné.',
5757
'EXCEPTION_UNEXPECTED_VALUE' => 'Pole „%1$s“ obsahuje neočekávané dáta. Dôvod: %2$s',
5858
'EXCEPTION_ILLEGAL_CHARACTERS' => 'Vstupné údaje obsahujú nepovolené znaky.',
59-
));
59+
));

language/sk/pages_common.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@
4040

4141
$lang = array_merge($lang, array(
4242
'PAGES_VIEWONLINE' => 'Zobrazené %s',
43-
));
43+
));

language/sk/pages_controller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@
4040

4141
$lang = array_merge($lang, array(
4242
'PAGE_NOT_AVAILABLE' => 'Požadovaná stránka „%s“ nieje dostupná.',
43-
));
43+
));

language/sk/permissions_pages.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@
4040

4141
$lang = array_merge($lang, array(
4242
'ACL_A_PAGES' => 'Umožňuje správu rozšírenia Stránky',
43-
));
43+
));

0 commit comments

Comments
 (0)