-
Notifications
You must be signed in to change notification settings - Fork 17
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
1 changed file
with
21 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,23 @@ | ||
sk: | ||
SilverStripe\IFrame\IFramePage: | ||
PLURALNAME: 'Základné stránky' | ||
DESCRIPTION: 'Vloží prvok iframe do tela stránky.' | ||
ExternalNote: 'Upozorňujeme, že nasledujúca časť obsahu je pravdepodobne dodávaná z externého zdroja (IFRAME v jazyku HTML). Toto môže predstavovať určité problémy pre čítačky obrazovky.' | ||
Loading: 'Prebieha načítavanie obsahu...' | ||
PLURALNAME: 'IFrame stránky' | ||
PLURALS: | ||
few: '{count} IFrame stránky' | ||
many: '{count} IFrame stránok' | ||
one: 'IFrame stránka' | ||
other: '{count} IFrame stránok' | ||
SINGULARNAME: 'IFrame stránka' | ||
TITLE_DESCRIPTION: 'Používané čítačkami obrazovky' | ||
VALIDATION_BANNEDURLSCHEME: 'Táto schéma adresy URL nie je povolená.' | ||
db_AlternateContent: 'Alternatívny obsah' | ||
db_AutoHeight: 'Automatická výška' | ||
db_AutoWidth: 'Automatická šírka' | ||
db_BottomContent: 'Spodný obsah' | ||
db_FixedHeight: 'Pevná výška' | ||
db_FixedWidth: 'Pevná šírka' | ||
db_ForceProtocol: 'Vynútiť protokol' | ||
db_IFrameTitle: 'IFrame názov' | ||
db_IFrameURL: 'IFrame URL' |