-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #63 from hoodweb/hoodweb-patch-1
Added danish translation
- Loading branch information
Showing
2 changed files
with
56 additions
and
0 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
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' | ||
}); | ||
} |
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,3 @@ | ||
da: | ||
KickAssets: | ||
MENUTITLE: 'Filer...' |