-
Notifications
You must be signed in to change notification settings - Fork 115
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
1 parent
177eca6
commit e846240
Showing
21 changed files
with
416 additions
and
196 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
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 |
---|---|---|
@@ -0,0 +1,40 @@ | ||
// This file was generated by silverstripe/cow from client/lang/src/sl.json. | ||
// See https://github.com/silverstripe/cow for details | ||
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { | ||
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console | ||
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console | ||
} | ||
} else { | ||
ss.i18n.addDictionary('sl', { | ||
"ElementArchiveAction.CONFIRM_DELETE": "Želite arhivirati izbrani gradnik?", | ||
"ElementArchiveAction.CONFIRM_DELETE_AND_UNPUBLISH": "Opozorilo: Gradnik bo umaknjen iz objave preden ga bomo arhivirali. Želite nadaljevati?", | ||
"ElementArchiveAction.ARCHIVE": "Arhiv", | ||
"ElementArchiveAction.ARCHIVE_PERMISSION_DENY": "Archive, insufficient permissions", | ||
"ElementArchiveAction.DUPLICATE": "Duplicate", | ||
"ElementArchiveAction.DUPLICATE_PERMISSION_DENY": "Duplicate, insufficient permissions", | ||
"ElementHeader.NOTITLE": "{type} gradnik brez naslova", | ||
"ElementPublishAction.SUCCESS_NOTIFICATION": "Objavili smo '{title}'", | ||
"ElementPublishAction.ERROR_NOTIFICATION": "Napaka pri objavi '{title}'", | ||
"ElementPublishAction.PUBLISH": "Objavi", | ||
"ElementPublishAction.PUBLISH_PERMISSION_DENY": "Publish, insufficient permissions", | ||
"ElementSaveAction.SUCCESS_NOTIFICATION": "Shranili smo '{title}'", | ||
"ElementSaveAction.ERROR_NOTIFICATION": "Napaka pri shranjevanju '{title}'", | ||
"ElementSaveAction.SAVE": "Shrani", | ||
"ElementUnpublishAction.SUCCESS_NOTIFICATION": "Z objavljene strani smo odstranili '{title}'", | ||
"ElementUnpublishAction.ERROR_NOTIFICATION": "Napaka pri umiku '{title}' iz objave", | ||
"ElementUnpublishAction.UNPUBLISH": "Umakni iz objave", | ||
"ElementUnpublishAction.UNPUBLISH_PERMISSION_DENY": "Unpublish, insufficient permissions", | ||
"ElementAddElementPopover.SEARCH_BLOCKS": "Najdi gradnik", | ||
"ElementAddNewButton.ADD_BLOCK": "Dodaj gradnik", | ||
"ElementalElement.TITLE": "Urejanje gradnika {type}", | ||
"ElementalElement.CHILD_RENDERING_ERROR": "Something went wrong with this block. Please try saving and refreshing the CMS.", | ||
"ElementList.ADD_BLOCKS": "Dodajte gradnik z vsebino", | ||
"ElementHeader.STATE_DRAFT": "Ta gradnik še ni objavljen", | ||
"ElementHeader.STATE_MODIFIED": "Spremembe za ta gradnik še niso shranjene ", | ||
"ElementHeader.EXPAND": "Prikaži polja, ki jih je mogoče urejati", | ||
"ElementEditForm.ERROR_NOTIFICATION": "Napaka pri prikazu obrazca za urejanje tega gradnika", | ||
"ElementSummary.NO_PREVIEW": "Predogled ni na voljo", | ||
"HistoricElementView.VIEW_BLOCK_HISTORY": "Block history", | ||
"HistoricElementView.BLOCK_HISTORY": "Prikaži gradnik" | ||
}); | ||
} |
Oops, something went wrong.