mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
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:
committed by
Pierre Goiffon
parent
fca5a625d2
commit
86dce21849
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user