-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
25 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,16 @@ | ||
sk: | ||
SilverStripe\ErrorPage\ErrorPage: | ||
CODE: 'Chybový kód' | ||
DEFAULTERRORPAGECONTENT: '<p>Prepáčte, vyzerá to tak, že sa snažíte otvoriť stránku, ktorá neexistuje.</p><p> Skontrolujte napísanú URL, prosím.</p>' | ||
CODE: 'Kód chyby' | ||
DEFAULTERRORPAGECONTENT: '<p>Ľutujeme, zdá sa, že ste sa pokúšali o prístup na stránku, ktorá neexistuje.</p><p>Skontrolujte adresu URL, ku ktorej ste sa pokúšali dostať, a skúste to znova.</p>' | ||
DEFAULTERRORPAGETITLE: 'Stránka nenájdená' | ||
DEFAULTSERVERERRORPAGECONTENT: '<p>Prepáčte, nastal problém s manipuláciou vašej požiadavky.</p>' | ||
DEFAULTSERVERERRORPAGECONTENT: '<p>Ľutujeme, vyskytol sa problém so spracovaním vašej požiadavky.</p>' | ||
DEFAULTSERVERERRORPAGETITLE: 'Chyba servera' | ||
DESCRIPTION: 'Vlastný obsah pre rôzne prípady chýb (napr. "Stránka nenájdená")' | ||
DESCRIPTION: 'Vlastný obsah pre rôzne druhy chýb (napr. "Stránka sa nenašla")' | ||
PLURALNAME: 'Chybové stránky' | ||
PLURALS: | ||
few: '{count} chybové stránky' | ||
many: '{count} chybových stránok' | ||
one: 'Chybová stránka' | ||
other: '{count} chybových stránok' | ||
SINGULARNAME: 'Chybová stránka' | ||
db_ErrorCode: 'Kód chyby' |