Skip to content

Commit

Permalink
Merge pull request #63 from hoodweb/hoodweb-patch-1
Browse files Browse the repository at this point in the history
Added danish translation
  • Loading branch information
Aaron Carlino authored Sep 5, 2016
2 parents 7731b75 + 7b1d390 commit 6fd1eee
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 0 deletions.
53 changes: 53 additions & 0 deletions lang/da.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
}
else {
ss.i18n.addDictionary('en', {
'Kickassets.ADDFILES': 'Tilføj filer...',
'KickAssets.DIDNTWORK': 'Det virkede ikke.',
'KickAssets.FILETOOBIG': 'Filen er for stor. (%sMB). Maks størrelse: %sMB',
'KickAssets.INVALIDFILETYPE': 'Ugyldig filtype',
'KickAssets.TOOMANYFILES': 'For mange filer. Upload ikke flere end %s',
'KickAssets.MOVEITEMSTO': 'Flyt %s fil(er) til:',
'KickAssets.FOLDERNOTEXIST': 'Denne folder eksisterer ikke. Den vil nu blive lavet.',
'KickAssets.MOVEITEMS': 'Flyt %s filer',
'KickAssets.SEARCHFOR': 'Søf efter %s',
'KickAssets.GENERICERROR': '<p>Du har muligvis fundet en fejl.</p><p>Hvis du har oplevet et problem med dette modul, <a href=\"http://github.com/unclecheese/silverstripe-kickassets\">opret en issue på Github siden.</a></p>',
'KickAssets.SORTTITLEAZ': 'Titel: A-Z',
'KickAssets.SORTTITLEZA': 'Titel Z-A',
'KickAssets.SORTOLDEST': 'Ældste',
'KickAssets.SORTNEWEST': 'Nyeste',
'KickAssets.SORTLASTUPDATED': 'Sidst opdateret',
'KickAssets.SORTKIND': 'Type',
'KickAssets.SORTKIND': 'Type',
'KickAssets.LOADINGRESULTS': 'Indlæser resultater...',
'KickAssets.JUMPTOFOLDER': 'Hop til folder...',
'KickAssets.NEWFOLDER': 'Ny Folder',
'KickAssets.UPLOADFILES': 'Upload filer...',
'KickAssets.FILE': 'Fil',
'KickAssets.DOWNLOAD': 'Download',
'KickAssets.OK': 'OK',
'KickAssets.ADDED': 'Tilføjet',
'KickAssets.OHNO': 'Åh nej!',
'KickAssets.EDIT': 'Rediger',
'KickAssets.MOVETO': 'Flyt til...',
'KickAssets.DELETE': 'Slet',
'KickAssets.JUSTNOW': 'Lige nu',
'KickAssets.LOADING': 'Indlæser...',
'KickAssets.LOADMORE': 'Indlæs flere',
'KickAssets.TITLE': 'Titel',
'KickAssets.FILENAME': 'Filnavn',
'KickAssets.FOLDER': 'Folder',
'KickAssets.UNTITLED': 'Untitled',
'KickAssets.SAVE': 'Gem',
'KickAssets.SAVING': 'Gemmer...',
'KickAssets.SAVED': 'Gemt!',
'KickAssets.SEARCHFILES': 'Søg i filer',
'KickAssets.BROWSEFILES': 'Browse filer',
'KickAssets.MOSTRECENT': 'Nyeste',
'KickAssets.DONE': 'Færdig',
'KickAssets.TOOMANYSELECTED': 'Du har valgt for mange filer. Vælg ikke flere end %s.',
'KickAssets.INVALIDTYPESSELECTED': 'Du har valgt nogle ugyldige filer. Vælg kun %s',
'KickAssets.INVALIDEXTENSIONSSELECTED': 'Du har valgt nogle filer med ugyldige filtypenavne. Vælg kun %s'
});
}
3 changes: 3 additions & 0 deletions lang/da.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
da:
KickAssets:
MENUTITLE: 'Filer...'

0 comments on commit 6fd1eee

Please sign in to comment.