Updated new phrases application/phrases/ui.php

This commit is contained in:
Paolo
2022-04-13 14:31:21 +02:00
parent d75fd99a50
commit 158bf52f3b
+34
View File
@@ -2110,6 +2110,40 @@ $phrases = array(
'description' => ''
)
)
),
array(
'app' => 'core',
'category' => 'ui',
'phrase' => 'errorDokumentZuGross',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "Dokument zu groß",
'description' => ''
),
array(
'sprache' => 'English',
'text' => "Document maximum size exceeded",
'description' => ''
)
)
),
array(
'app' => 'core',
'category' => 'ui',
'phrase' => 'errorUploadFehltOderZuGross',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "Dokument fehlt oder zu groß",
'description' => ''
),
array(
'sprache' => 'English',
'text' => "Document missing or maximum size exceeded",
'description' => ''
)
)
)
);