-
Notifications
You must be signed in to change notification settings - Fork 13
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
25 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,27 @@ | ||
sk: | ||
SilverStripe\Registry\RegistryAdmin: | ||
MENUTITLE: Register | ||
SilverStripe\Registry\RegistryPage: | ||
PLURALNAME: 'Základné stránky' | ||
DESCRIPTION: 'Zobrazuje veľké série údajov vo filtrovateľnom, prehľadávateľnom a stránkovanom zozname' | ||
DataClassFieldLabel: 'Dátová trieda' | ||
ExportAll: 'Export výsledkov do CSV' | ||
ExportAllTitle: 'Export všetkých výsledkov do súboru CSV' | ||
NoResults: 'Žiadne výsledky na zobrazenie' | ||
PLURALNAME: 'Stránky registra' | ||
PLURALS: | ||
few: '{count} stránky registra' | ||
many: '{count} stránok registra' | ||
one: 'Stránka registra' | ||
other: '{count} stránok registra' | ||
PageLengthFieldLabel: 'Dĺžka stránky s výsledkami' | ||
ResultsFor: 'Výsledky vyhľadávania pre' | ||
SINGULARNAME: 'Stránka registra' | ||
SelectDropdownDefault: 'Vyberte jeden' | ||
ViewHistory: 'Zobraziť históriu importovaných údajov' | ||
ViewNext: 'Zobraziť ďalšiu stránku' | ||
ViewPageNum: 'Zobraziť číslo stránky' | ||
ViewPrev: 'Zobraziť predchádzajúcu stránku' | ||
db_DataClass: 'Dátová trieda' | ||
db_PageLength: 'Dĺžka stránky' | ||
SilverStripe\Registry\RegistryPageController: | ||
UNWANTEDCOLUMNPARAMETERS: 'Stĺpce neakceptujú parametre' |