From 158bf52f3b35388aed6b284de06071309f4e51d4 Mon Sep 17 00:00:00 2001 From: Paolo Date: Wed, 13 Apr 2022 14:31:21 +0200 Subject: [PATCH] Updated new phrases application/phrases/ui.php --- application/phrases/ui.php | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/application/phrases/ui.php b/application/phrases/ui.php index e33c9ca10..77f134c7d 100644 --- a/application/phrases/ui.php +++ b/application/phrases/ui.php @@ -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' => '' + ) + ) ) );