[EVENTVWR]: Fix translation for "Information" event type: it is really in singular, not plural.

svn path=/trunk/; revision=73207
This commit is contained in:
Hermès Bélusca-Maïto 2016-11-12 01:29:05 +00:00
parent b98bfc8583
commit 3d204aa2b1
2 changed files with 2 additions and 2 deletions

View file

@ -148,7 +148,7 @@ STRINGTABLE
BEGIN
IDS_EVENTLOG_ERROR_TYPE "Fehler"
IDS_EVENTLOG_WARNING_TYPE "Warnung"
IDS_EVENTLOG_INFORMATION_TYPE "Informationen"
IDS_EVENTLOG_INFORMATION_TYPE "Information"
IDS_EVENTLOG_AUDIT_SUCCESS "Audit Erfolgreich"
IDS_EVENTLOG_AUDIT_FAILURE "Audit Fehlgeschlagen"
IDS_EVENTLOG_SUCCESS "Erfolgreich"

View file

@ -148,7 +148,7 @@ STRINGTABLE
BEGIN
IDS_EVENTLOG_ERROR_TYPE "Erreur"
IDS_EVENTLOG_WARNING_TYPE "Avertissement"
IDS_EVENTLOG_INFORMATION_TYPE "Informations"
IDS_EVENTLOG_INFORMATION_TYPE "Information"
IDS_EVENTLOG_AUDIT_SUCCESS "Succès de l'audit"
IDS_EVENTLOG_AUDIT_FAILURE "Échec de l'audit"
IDS_EVENTLOG_SUCCESS "Succès"