Added some phrases for the messaging system, english only

This commit is contained in:
Paolo
2019-10-30 18:30:16 +01:00
parent 509fdef03b
commit d40fd6391a
+60
View File
@@ -3450,6 +3450,66 @@ $phrases = array(
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'global',
'phrase' => 'write',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => '',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Write',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'global',
'phrase' => 'received',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => '',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Received',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'global',
'phrase' => 'reply',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => '',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Reply',
'description' => '',
'insertvon' => 'system'
)
)
)
);