diff --git a/system/phrasesupdate.php b/system/phrasesupdate.php index 1c41f67d8..96e29ea9c 100644 --- a/system/phrasesupdate.php +++ b/system/phrasesupdate.php @@ -18302,6 +18302,26 @@ array( ) ) ), + array( + 'app' => 'international', + 'category' => 'international', + 'phrase' => 'mailversenden', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => 'Mail versenden', + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => 'Send mail', + 'description' => '', + 'insertvon' => 'system' + ) + ) + ), array( 'app' => 'international', 'category' => 'international',