diff options
Diffstat (limited to 'lib/JWebmail/I18N/de.pm')
-rw-r--r-- | lib/JWebmail/I18N/de.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/JWebmail/I18N/de.pm b/lib/JWebmail/I18N/de.pm index 1b364fb..725244b 100644 --- a/lib/JWebmail/I18N/de.pm +++ b/lib/JWebmail/I18N/de.pm @@ -14,14 +14,14 @@ our %Lexicon = ( ## writemail # qw(subject send back) - 'send to' => 'senden an', - 'answer_to' => 'antworten gehen an', + 'send to' => 'Senden an', + 'answer_to' => 'Antworten an', 'content' => 'Inhalt', 'attach file' => 'Datei anhängen', ## readmail # qw(subject date size) - 'content-type' => 'inhaltsart', + 'content-type' => 'Inhalts-Art', 'back' => 'zurück', 'from' => 'von', 'to' => 'für', @@ -77,7 +77,7 @@ our %Lexicon = ( ## login 'login' => 'anmelden', - 'userid' => 'nuzerkennung', + 'userid' => 'nutzerkennung', 'password' => 'passwort', ## Controller |