started a seperate branch to manage translations for v0.3.x based on tags/v0.3.4.2

fixed corrupt language.hdf file for "volume_passwd" (merged from [891])
fixed spelling in "plugin_manager" and "volume_format_fs" (merged from [880])
merged current state of update_po_files.py (removed obsolete revert_unchanged.sh)
This commit is contained in:
lars 2007-03-29 19:04:21 +00:00
parent ea73230db8
commit 0a1a7bd383
768 changed files with 123337 additions and 0 deletions

View file

@ -0,0 +1,39 @@
Name = Shutdown or reboot the computer
Link = Shutdown
Title = Shutdown computer
Title {
ProgressShutdown = The CryptoBox is shutting down
ProgressReboot = The CryptoBox is rebooting
}
Button.Shutdown = Poweroff
Button.Reboot = Reboot
Help.Shutdown = You can poweroff or reboot the CryptoBox server. You should close all open files before.
SuccessMessage {
Shutdown {
Title = Shutting down the system
Text = If the computer does not turn off itself within a minute, then you should plug it off manually.
}
Reboot {
Title = Rebooting the system
Text = This may take a while (depending on your hardware) ...
}
}
WarningMessage {
ShutdownFailed {
Title = Shutdown failed
Text = Shutting down of the system failed for some reason - sorry!
}
RebootFailed {
Title = Reboot failed
Text = Reboot of the system failed for some reason - sorry!
}
}