diff options
author | Jannis M. Hoffmann <jannis@fehcom.de> | 2023-02-26 21:38:52 +0100 |
---|---|---|
committer | Jannis M. Hoffmann <jannis@fehcom.de> | 2023-02-26 21:38:52 +0100 |
commit | eddd009cd885093cb79e085c3499bdd52882e8b8 (patch) | |
tree | 588265e0533ad7ee5c072fd50bde4200c1eca18e /lib/JWebmail/I18N/de.pm | |
parent | 2abf462ca10c4ac8c4f815e608cad31851e966e3 (diff) |
Small I18N changes
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 |