|
| 1 | +if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') { |
| 2 | + if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined'); |
| 3 | +} |
| 4 | +else { |
| 5 | + ss.i18n.addDictionary('en', { |
| 6 | + 'Kickassets.ADDFILES': 'Dateien hinzufügen...', |
| 7 | + 'KickAssets.DIDNTWORK': 'Das hat nicht geklappt.', |
| 8 | + 'KickAssets.FILETOOBIG': 'Date ist zu groß. (%sMB). Max. Dateigröße: %sMB', |
| 9 | + 'KickAssets.INVALIDFILETYPE': 'Ungültiger Dateityp', |
| 10 | + 'KickAssets.TOOMANYFILES': 'Zu viele Dateien. Nicht mehr als %s Dateien sind erlaubt', |
| 11 | + 'KickAssets.MOVEITEMSTO': 'Verschiebe %s Objekt(e) nach:', |
| 12 | + 'KickAssets.FOLDERNOTEXIST': 'Dieser Ordner existiert nicht. Er wird erstellt werden.', |
| 13 | + 'KickAssets.MOVEITEMS': 'Verschiebe %s Objekte', |
| 14 | + 'KickAssets.SEARCHFOR': 'Suche nach %s', |
| 15 | + 'KickAssets.GENERICERROR': '<p>Eventuell haben Sie einen Fehler gefunden.</p><p>Falls es sich um ein Problem des Moduls handelt, <a href=\"http://github.com/unclecheese/silverstripe-kickassets\">öffnen Sie ein „Issue” auf unserer Github Seite.</a></p>', |
| 16 | + 'KickAssets.SORTTITLEAZ': 'Titel: A-Z', |
| 17 | + 'KickAssets.SORTTITLEZA': 'Titel Z-A', |
| 18 | + 'KickAssets.SORTOLDEST': 'Älteste', |
| 19 | + 'KickAssets.SORTNEWEST': 'Neuste', |
| 20 | + 'KickAssets.SORTLASTUPDATED': 'Zuletzt geänder', |
| 21 | + 'KickAssets.SORTKIND': 'Art', |
| 22 | + 'KickAssets.SORTKIND': 'Art', |
| 23 | + 'KickAssets.LOADINGRESULTS': 'Lade Ergebnisse...', |
| 24 | + 'KickAssets.JUMPTOFOLDER': 'Gehe zu Ordner...', |
| 25 | + 'KickAssets.NEWFOLDER': 'Neuer Ordner', |
| 26 | + 'KickAssets.UPLOADFILES': 'Dateien hochladen...', |
| 27 | + 'KickAssets.FILE': 'Datei', |
| 28 | + 'KickAssets.DOWNLOAD': 'Download', |
| 29 | + 'KickAssets.OK': 'OK', |
| 30 | + 'KickAssets.ADDED': 'Hinzugefügt', |
| 31 | + 'KickAssets.OHNO': 'Oh nein!', |
| 32 | + 'KickAssets.EDIT': 'Ändern', |
| 33 | + 'KickAssets.MOVETO': 'Verschieben nach...', |
| 34 | + 'KickAssets.DELETE': 'Löschen', |
| 35 | + 'KickAssets.JUSTNOW': 'Jetzt gerade', |
| 36 | + 'KickAssets.LOADING': 'lade...', |
| 37 | + 'KickAssets.LOADMORE': 'Mehr laden', |
| 38 | + 'KickAssets.TITLE': 'Titel', |
| 39 | + 'KickAssets.FILENAME': 'Dateiname', |
| 40 | + 'KickAssets.FOLDER': 'Ordner', |
| 41 | + 'KickAssets.UNTITLED': 'Ubenannt', |
| 42 | + 'KickAssets.SAVE': 'Speichern', |
| 43 | + 'KickAssets.SAVING': 'Speicher...', |
| 44 | + 'KickAssets.SAVED': 'Gespeichert!', |
| 45 | + 'KickAssets.SEARCHFILES': 'Suche nach Dateien', |
| 46 | + 'KickAssets.BROWSEFILES': 'Durchsuchen', |
| 47 | + 'KickAssets.MOSTRECENT': 'Zuletzt geändert', |
| 48 | + 'KickAssets.DONE': 'Fertig', |
| 49 | + 'KickAssets.TOOMANYSELECTED': 'Die haben zu viele Objekte ausgewählt. Bitte nicht mehr %s auswählen.', |
| 50 | + 'KickAssets.INVALIDTYPESSELECTED': 'Sie haben ungültige Objekte ausgewählt. Bitte nur %s auswählen.', |
| 51 | + 'KickAssets.INVALIDEXTENSIONSSELECTED': 'Sie haben Dateien mit ungültiger Dateienamenrweiterung ausgewählt. Bitte nur %s auswählen.' |
| 52 | + }); |
| 53 | +} |
0 commit comments