From 419f608322fd6b24cbb8a25cb692e07bcd554ec2 Mon Sep 17 00:00:00 2001 From: ma0048 Date: Tue, 24 Sep 2024 12:05:09 +0200 Subject: [PATCH] =?UTF-8?q?-=20benotung=20international=20skills=20hinzuge?= =?UTF-8?q?f=C3=BCgt=20-=20phrase?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- system/phrasesupdate.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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',