two strings escaped proper templating

This commit is contained in:
phear 2005-09-16 15:27:52 +00:00
parent 3bbb6bdc5d
commit 806533a9fc
3 changed files with 5 additions and 1 deletions

View File

@ -34,6 +34,7 @@ Lang {
ProjectNote = Die CryptoBox ist ein Projekt von
DoUmount = Deaktivierung des verschlüsselten Dateisystems
DoMount = Aktivierung des verschlüsselten Dateisystems
Configuration = Einstellungen
}
@ -43,6 +44,7 @@ Lang {
Update = Aktualisieren
Mount = CryptoDaten aktivieren
Umount = CryptoDaten deaktivieren
Config = Einstellungen
PowerOff = ausschalten
ReBoot = neu starten
Protocol = Protokoll

View File

@ -34,6 +34,7 @@ Lang {
ProjectNote = The CryptoBox is a product of
DoUmount = Deactivation of the encrypted filesystem
DoMount = Activation of the encrypted filesystem
Configuration = Configuration
}
@ -43,6 +44,7 @@ Lang {
Update = Refresh
Mount = activate encrypted filesystem
Umount = deactivate encrypted filesystem
Config = Configuration
PowerOff = Shutdown
ReBoot = Reboot
Protocol = Logfiles

View File

@ -9,7 +9,7 @@
<!-- already initialized (or at least in progress)? -->
<?cs if:(Data.Status.Config == 1) ?>
<a href="<?cs call:getSelfURL('action=config_ask','action') ?>" title="Einstellungen">Einstellungen</a>
<a href="<?cs call:getSelfURL('action=config_ask','action') ?>" title="<?cs var:Lang.Text.Configuration ?>"><?cs var:Lang.Button.Config ?></a>
<?cs /if ?>
<a href="<?cs call:getSelfURL('action=init_ask','action') ?>" title="<?cs var:Lang.Button.DoInit ?>"><?cs var:Lang.Button.DoInit ?></a>