Added missing phrases

This commit is contained in:
Paolo
2022-04-12 14:59:19 +02:00
parent c2addaf1a6
commit 0ccd4d1b88
5 changed files with 78 additions and 1 deletions
+17
View File
@@ -2093,6 +2093,23 @@ $phrases = array(
'description' => '',
)
)
),
array(
'app' => 'core',
'category' => 'ui',
'phrase' => 'nurLeseberechtigung',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "Nur Leseberechtigung",
'description' => ''
),
array(
'sprache' => 'English',
'text' => "Read-Only Access",
'description' => ''
)
)
)
);