Translate in german.

This commit is contained in:
Tobias Matthaiou
2017-03-14 21:12:24 +01:00
parent 707c5409df
commit 5fe948f289
2 changed files with 8 additions and 0 deletions

View File

@@ -14,6 +14,11 @@ PurpleMine.HistoryTabs = (function () {
all: 'Wszystko',
notes: 'Notatki',
details: 'Zmiany'
},
de: {
all: 'Alles',
notes: 'Kommentare',
details: 'Änderungen'
}
}

View File

@@ -10,6 +10,9 @@ PurpleMine.MenuCollapse = (function () {
},
pl: {
topMenuToggler: 'Zwiń/rozwiń górne menu'
},
de: {
topMenuToggler: 'Ein-/Ausklappen Hauptmenu'
}
}