Some small typo fixes in German translations

Fix typo in German dashlet translations (Group by sum)
Fix typo in German translation (config-saved)
This commit is contained in:
Lars Hippler
2018-12-05 16:53:10 +01:00
committed by Pierre Goiffon
parent fca5a625d2
commit 86dce21849
2 changed files with 3 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
'config-apply' => 'Anwenden (Ctrl+S)',
'config-apply-title' => 'Anwenden (Ctrl+S)',
'config-cancel' => 'Zurücksetzen',
'config-saved' => 'Erfolgreich gesprichert',
'config-saved' => 'Erfolgreich gespeichert',
'config-confirm-cancel' => 'Ihre Änderungen werden nicht gespeichert.',
'config-no-change' => 'Keine Änderungen: Die Datei wurde nicht verändert.',
'config-reverted' => 'Die Konfiguration wurde zurückgesetzt',

View File

@@ -1224,8 +1224,8 @@ Wenn Aktionen mit Trigger verknüpft sind, bekommt jede Aktion eine Auftragsnumm
'UI:GroupBy:count' => 'Anzahl',
'UI:GroupBy:count+' => 'Anzahl der Elemente',
'UI:GroupBy:sum' => 'Suumme',
'UI:GroupBy:sum+' => 'Suumme von %1$s',
'UI:GroupBy:sum' => 'Summe',
'UI:GroupBy:sum+' => 'Summe von %1$s',
'UI:GroupBy:avg' => 'Durchschnitt',
'UI:GroupBy:avg+' => 'Durchschnitt von %1$s',
'UI:GroupBy:min' => 'Minimum',