silverstripe-cms/javascript/lang/sl.js
Sam Minnee bbc3aaaf9f MINOR: Remove training whitespace.
The main benefit of this is so that authors who make use of
.editorconfig don't end up with whitespace changes in their PRs.

Spaces vs. tabs has been left alone, although that could do with a
tidy-up in SS4 after the switch to PSR-1/2.

The command used was this:

for match in '*.ss' '*.css' '*.scss' '*.html' '*.yml' '*.php' '*.js' '*.csv' '*.inc' '*.php5'; do
	find . -path ./thirdparty -prune -o -type f -name "$match" -exec sed -i '' 's/[[:space:]]\+$//' {} \+
	find . -path ./thirdparty -prune -o -type f -name "$match" | xargs perl -pi -e 's/ +$//'
done
2016-01-07 10:32:05 +13:00

52 lines
3.3 KiB
JavaScript

// This file was generated by silverstripe/cow from javascript/lang/src/sl.js.
// See https://github.com/tractorcow/cow for details
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
} else {
ss.i18n.addDictionary('sl', {
"CMSMAIN.WARNINGSAVEPAGESBEFOREADDING": "Stran je potrebno shraniti pred dodajanjem otrok",
"CMSMAIN.CANTADDCHILDREN": "Vozlišču ne morete dodati otrok",
"CMSMAIN.ERRORADDINGPAGE": "Napaka pri dodajanju strani",
"CMSMAIN.FILTEREDTREE": "Pokaži samo spremenjene strani",
"CMSMAIN.ERRORFILTERPAGES": "Neuspešno filtriranje zgolj spremenljenih strani<br/>%s",
"CMSMAIN.ERRORUNFILTER": "Nefiltrirano drevo",
"CMSMAIN.PUBLISHINGPAGES": "Objavljanje strani ...",
"CMSMAIN.SELECTONEPAGE": "Izberite vsaj 1 stran",
"CMSMAIN.ERRORPUBLISHING": "Napaka pri objavljanju strani",
"CMSMAIN.REALLYDELETEPAGES": "Izbriši %s označenih strani?",
"CMSMAIN.DELETINGPAGES": "Brisanje strani ...",
"CMSMAIN.ERRORDELETINGPAGES": "Napaka pri brisanju strani",
"CMSMAIN.PUBLISHING": "Objavljanje ...",
"CMSMAIN.RESTORING": "Obnavljanje ...",
"CMSMAIN.ERRORREVERTING": "Napaka pri povrnitvi na živo vsebino",
"CMSMAIN.SAVING": "shranjevanje ...",
"CMSMAIN.SELECTMOREPAGES": "Izbranih je %s strani.\n\nIzvedem izbrano akcijo?",
"CMSMAIN.ALERTCLASSNAME": "Tipska stran bo posodobljena po shranjevanju strani",
"CMSMAIN.URLSEGMENTVALIDATION": "URL-ji lahko vsebujejo le alfanumerične znake in pomišljaje.",
"AssetAdmin.BATCHACTIONSDELETECONFIRM": "Izbrišem %s map?",
"AssetTableField.REALLYDELETE": "Izbrišem označene datoteke?",
"AssetTableField.MOVING": "Premikam %s stran(i)",
"CMSMAIN.AddSearchCriteria": "Dodaj kriterij",
"WidgetAreaEditor.TOOMANY": "Ups, dosegli ste največje možno število gradnikov na tem področju",
"AssetAdmin.ConfirmDelete": "Izbrišem mapo in vsebovane datoteke?",
"Folder.Name": "Ime mape",
"Tree.AddSubPage": "Dodaj novo stran tukaj",
"Tree.Duplicate": "Podvoji",
"Tree.EditPage": "Uredi",
"Tree.ThisPageOnly": "Samo to stran",
"Tree.ThisPageAndSubpages": "To stran in podstrani",
"Tree.ShowAsList": "Prikaži otroke kot seznam",
"CMSMain.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMSMain.RollbackToVersion": "Obnovim na verzijo #%s te strani?",
"CMSMain.Archive": "Are you sure you want to archive this page and all of its children pages?\n\nThis page and all of its children will be unpublished and sent to the archive.",
"CMSMain.Restore": "Are you sure you want to restore this page from archive?",
"CMSMain.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
"CMSMain.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
"CMSMain.DeleteFromDraft": "Are you sure you want to remove your page from the draft site?\n\nThis page will remain on the published site.",
"URLSEGMENT.Edit": "Uredi",
"URLSEGMENT.OK": "OK",
"URLSEGMENT.Cancel": "Prekliči",
"URLSEGMENT.UpdateURL": "Update URL"
});
}