silverstripe-cms/javascript/lang/hu.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.6 KiB
JavaScript

// This file was generated by silverstripe/cow from javascript/lang/src/hu.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('hu', {
"CMSMAIN.WARNINGSAVEPAGESBEFOREADDING": "Aloldalt csak a szülő-oldal mentését követően hozhat létre",
"CMSMAIN.CANTADDCHILDREN": "A kiválasztott elemhez nem hozhat létre gyerek elemet",
"CMSMAIN.ERRORADDINGPAGE": "Oldal létrehozásakor hiba lépett fel",
"CMSMAIN.FILTEREDTREE": "Módosított oldalak megjelenítése",
"CMSMAIN.ERRORFILTERPAGES": "A \"fa\" nézet nem alkalmas a %s módosított<br />oldalak megjelenítésére",
"CMSMAIN.ERRORUNFILTER": "Teljes \"fa\" szerkezet",
"CMSMAIN.PUBLISHINGPAGES": "Publikálás folyamatban...",
"CMSMAIN.SELECTONEPAGE": "Válasszon legalább 1 oldalt!",
"CMSMAIN.ERRORPUBLISHING": "Publikálás során hiba történt",
"CMSMAIN.REALLYDELETEPAGES": "Törli a %s -vel jelölt oldalakat?",
"CMSMAIN.DELETINGPAGES": "Oldalak törlése folyamatban...",
"CMSMAIN.ERRORDELETINGPAGES": "Oldal törlésekor hiba lépett fel",
"CMSMAIN.PUBLISHING": "Publikálás folyamatban...",
"CMSMAIN.RESTORING": "Helyreállítás folyamatban...",
"CMSMAIN.ERRORREVERTING": "Éles tartalomra váltáskor hiba történt",
"CMSMAIN.SAVING": "mentés folyamatban...",
"CMSMAIN.SELECTMOREPAGES": "%s oldal kiválasztva.\n\nVégrehajtsam a műveletet?",
"CMSMAIN.ALERTCLASSNAME": "Az oldaltípust a mentést követően lesz beállítva",
"CMSMAIN.URLSEGMENTVALIDATION": "Az URL csak betüket, számokat illetve kötőjelet (\"-\") tartalmazhat",
"AssetAdmin.BATCHACTIONSDELETECONFIRM": "Törli a(z) %s mappát(mappákat)?",
"AssetTableField.REALLYDELETE": "Törli a kijelölt fájlokat?",
"AssetTableField.MOVING": "%s fájl(ok) áthelyezése",
"CMSMAIN.AddSearchCriteria": "Feltétel hozzáadása",
"WidgetAreaEditor.TOOMANY": "A kiválasztott területen nem hozhat létre újabb widget-et.",
"AssetAdmin.ConfirmDelete": "Törli a mappát a tartalmával együtt?",
"Folder.Name": "Mappa neve",
"Tree.AddSubPage": "Új oldal létrehozása ebben a mappában",
"Tree.Duplicate": "Duplikál",
"Tree.EditPage": "Szerkeszt",
"Tree.ThisPageOnly": "Csak ez az oldal",
"Tree.ThisPageAndSubpages": "Csak ez az oldal és az alatta levő oldalak",
"Tree.ShowAsList": "Gyerekoldalak lista nézetben",
"CMSMain.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMSMain.RollbackToVersion": "Visszaállítja az oldal #%s verzióját?",
"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": "Szerkeszt",
"URLSEGMENT.OK": "OK",
"URLSEGMENT.Cancel": "Mégsem",
"URLSEGMENT.UpdateURL": "Update URL"
});
}