From b8aec219682b16ce3d93b695a9855f340150d65a Mon Sep 17 00:00:00 2001 From: Paolo Date: Mon, 3 Nov 2025 13:37:01 +0100 Subject: [PATCH] Added new phrases for the extensions manager into the PhrasesMkIII system --- application/phrases/extensions.php | 124 +++++++++++++++++++++++++++++ 1 file changed, 124 insertions(+) create mode 100644 application/phrases/extensions.php diff --git a/application/phrases/extensions.php b/application/phrases/extensions.php new file mode 100644 index 000000000..0668fd2da --- /dev/null +++ b/application/phrases/extensions.php @@ -0,0 +1,124 @@ + 'core', + 'category' => 'extensions', + 'phrase' => 'title', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Extensions manager', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Extensions manager', + 'description' => '', + 'insertvon' => 'system', + ), + ), +) +, +array ( + 'app' => 'core', + 'category' => 'extensions', + 'phrase' => 'uploadExtension', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Upload extensions package', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Upload extensions package', + 'description' => '', + 'insertvon' => 'system', + ), + ), +) +, +array ( + 'app' => 'core', + 'category' => 'extensions', + 'phrase' => 'performSql', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Execute SQL?', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Execute SQL?', + 'description' => '', + 'insertvon' => 'system', + ), + ), +) +, +array ( + 'app' => 'core', + 'category' => 'extensions', + 'phrase' => 'changeSuccess', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'Changes applied successfully', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'Changes applied successfully', + 'description' => '', + 'insertvon' => 'system', + ), + ), +) +, +array ( + 'app' => 'core', + 'category' => 'extensions', + 'phrase' => 'changeError', + 'insertvon' => 'system', + 'phrases' => + array ( + 0 => + array ( + 'sprache' => 'German', + 'text' => 'An error occurred while applying the changes', + 'description' => '', + 'insertvon' => 'system', + ), + 1 => + array ( + 'sprache' => 'English', + 'text' => 'An error occurred while applying the changes', + 'description' => '', + 'insertvon' => 'system', + ), + ), +) +); \ No newline at end of file