cryptonas/plugins/logs/language.hdf
lars 108acd0e8a 'log' plugin: show warning if no log file is used
moved log file reading from cryptobox/core/main to 'log' plugin
added unittests for volume_mount, volume_format_fs and volume_rename
replace "get help" links with a "help mode" displaying information for every form
added first drafts of help texts for volume_mount, volume_format and partition
replaced the word 'container' with 'volume' in english texts
2006-12-12 13:34:05 +00:00

29 lines
565 B
Plaintext

Name = Show event log
Link = Event log
Title.Log = CryptoBox event log
Text {
ShowAll = Show all messages
AtLeastWarnings = Show warnings and errors
OnlyErrors = Show errors only
AgeOfEvent = Time passed
EventText = Description
TimeUnits {
Days = days
Hours = hours
Minutes = minutes
Seconds = seconds
}
}
AdviceMessage {
EmptyLog.Text = There are no messages available.
NoLogFileConfigured {
Title = No log file configured
Text = The CryptoBox is not configured to log events to a file. Thus it is not possible to review log events.
}
}