From 0984c63e182726c2953a638a152126a9b5311de5 Mon Sep 17 00:00:00 2001 From: MaxBuhe01 Date: Wed, 23 Oct 2024 20:18:28 +0200 Subject: [PATCH] [Added] translations --- .../views/admin/de/d3manufacturerinformation_lang.php | 11 +++++++++++ .../views/admin/en/d3manufacturerinformation_lang.php | 11 +++++++++++ 2 files changed, 22 insertions(+) create mode 100644 Application/views/admin/de/d3manufacturerinformation_lang.php create mode 100644 Application/views/admin/en/d3manufacturerinformation_lang.php diff --git a/Application/views/admin/de/d3manufacturerinformation_lang.php b/Application/views/admin/de/d3manufacturerinformation_lang.php new file mode 100644 index 0000000..73f4f84 --- /dev/null +++ b/Application/views/admin/de/d3manufacturerinformation_lang.php @@ -0,0 +1,11 @@ + 'UTF-8', + + 'mxd3manufacturerinfolongdesc' => 'Langtext', +); \ No newline at end of file diff --git a/Application/views/admin/en/d3manufacturerinformation_lang.php b/Application/views/admin/en/d3manufacturerinformation_lang.php new file mode 100644 index 0000000..a86fe8b --- /dev/null +++ b/Application/views/admin/en/d3manufacturerinformation_lang.php @@ -0,0 +1,11 @@ + 'UTF-8', + + 'mxd3manufacturerinfolongdesc' => 'Text', +); \ No newline at end of file