diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index b506f38..1284786 100755 --- a/Admin/Install/Navigation.php +++ b/Admin/Install/Navigation.php @@ -6,7 +6,7 @@ * * @package Modules\Draw\Admin\Install * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Application\ApplicationAbstract; * Navigation class. * * @package Modules\Draw\Admin\Install - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Admin/Installer.php b/Admin/Installer.php index d12845e..23a8518 100755 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -6,7 +6,7 @@ * * @package Modules\Draw\Admin * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Module\InstallerAbstract; * Installer class. * * @package Modules\Draw\Admin - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Admin/Routes/Web/Api.php b/Admin/Routes/Web/Api.php index 656edb8..5e1fcd7 100755 --- a/Admin/Routes/Web/Api.php +++ b/Admin/Routes/Web/Api.php @@ -6,7 +6,7 @@ * * @package Modules * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/Admin/Routes/Web/Backend.php b/Admin/Routes/Web/Backend.php index 2b939ce..5e9ec9a 100755 --- a/Admin/Routes/Web/Backend.php +++ b/Admin/Routes/Web/Backend.php @@ -6,7 +6,7 @@ * * @package Modules * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/Admin/Status.php b/Admin/Status.php index 2df2210..fb7ca6f 100755 --- a/Admin/Status.php +++ b/Admin/Status.php @@ -6,7 +6,7 @@ * * @package Modules\Draw\Admin * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Module\StatusAbstract; * Status class. * * @package Modules\Draw\Admin - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php index 8160e2f..52ca16f 100755 --- a/Admin/Uninstaller.php +++ b/Admin/Uninstaller.php @@ -6,7 +6,7 @@ * * @package Modules\Draw\Admin * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Module\UninstallerAbstract; * Uninstaller class. * * @package Modules\Draw\Admin - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Admin/Updater.php b/Admin/Updater.php index 6501131..7887eeb 100755 --- a/Admin/Updater.php +++ b/Admin/Updater.php @@ -6,7 +6,7 @@ * * @package Modules\Draw\Admin * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Module\UpdaterAbstract; * Updater class. * * @package Modules\Draw\Admin - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Controller/ApiController.php b/Controller/ApiController.php index 1a5f3aa..87a02d1 100755 --- a/Controller/ApiController.php +++ b/Controller/ApiController.php @@ -7,7 +7,7 @@ * * @package Modules\Draw * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -29,7 +29,7 @@ use phpOMS\Utils\ImageUtils; * Calendar controller class. * * @package Modules\Draw - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Controller/BackendController.php b/Controller/BackendController.php index 2d64680..68875ac 100755 --- a/Controller/BackendController.php +++ b/Controller/BackendController.php @@ -6,7 +6,7 @@ * * @package Modules\Draw * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -26,7 +26,7 @@ use phpOMS\Views\View; * Calendar controller class. * * @package Modules\Draw - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * @codeCoverageIgnore diff --git a/Controller/Controller.php b/Controller/Controller.php index 779ec4c..ed983fc 100755 --- a/Controller/Controller.php +++ b/Controller/Controller.php @@ -6,7 +6,7 @@ * * @package Modules\Draw * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Module\ModuleAbstract; * Calendar controller class. * * @package Modules\Draw - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/LICENSE.txt b/LICENSE.txt index 02b1ff5..4974faf 100755 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,5 +1,6 @@ The OMS License -Version 2.0 + +Version 2.2 1. Definitions @@ -15,7 +16,7 @@ Version 2.0 "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. -"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). +"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work. "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. @@ -25,7 +26,7 @@ Version 2.0 2. Grant of Copyright License -Subject to the terms and conditions of this License, each Contributor grants to You after purchase a perpetual, worldwide, non-exclusive, irrevocable copyright license to prepare Derivative Works of, publicly display, publicly perform the Work and such Derivative Works in Source or Object form. You are not allowed to sublicense, reproduce, or distribute the Work and such Derivative Works in Source or Object form. +Subject to the terms and conditions of this License, each Contributor grants to You after purchase a temporary, worldwide, non-exclusive copyright license to publicly display or publicly perform the Work in Source or Object form. You are not allowed to sublicense, reproduce, or distribute the Work and such Derivative Works in Source or Object form. 3. Redistribution @@ -46,7 +47,3 @@ Unless required by applicable law or agreed to in writing, Licensor provides the 7. Limitation of Liability In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. - -8. Future Changes - -The Licensor may change the License for future versions as he sees fit. diff --git a/Models/DrawImage.php b/Models/DrawImage.php index 6791829..e26aed0 100755 --- a/Models/DrawImage.php +++ b/Models/DrawImage.php @@ -6,7 +6,7 @@ * * @package Modules\Draw\Models * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use Modules\Media\Models\Media; * News article class. * * @package Modules\Draw\Models - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Models/DrawImageMapper.php b/Models/DrawImageMapper.php index c439769..5b83306 100755 --- a/Models/DrawImageMapper.php +++ b/Models/DrawImageMapper.php @@ -6,7 +6,7 @@ * * @package Modules\Draw\Models * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -21,7 +21,7 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory; * DrawImage mapper class. * * @package Modules\Draw\Models - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 * diff --git a/Models/DrawType.js b/Models/DrawType.js index 588454a..d74cd82 100755 --- a/Models/DrawType.js +++ b/Models/DrawType.js @@ -2,7 +2,7 @@ * DrawType. * * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @since 1.0.0 */ diff --git a/Models/NullDrawImage.php b/Models/NullDrawImage.php index 2030adb..28fb027 100755 --- a/Models/NullDrawImage.php +++ b/Models/NullDrawImage.php @@ -6,7 +6,7 @@ * * @package Modules\Draw\Models * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -18,7 +18,7 @@ namespace Modules\Draw\Models; * Null draw class. * * @package Modules\Draw\Models - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/Models/PermissionCategory.php b/Models/PermissionCategory.php index 08c4869..f39e0eb 100755 --- a/Models/PermissionCategory.php +++ b/Models/PermissionCategory.php @@ -6,7 +6,7 @@ * * @package Modules\Draw\Models * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ use phpOMS\Stdlib\Base\Enum; * Permission category enum. * * @package Modules\Draw\Models - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/README.md b/README.md index 51f9ea4..24751e7 100755 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ With Karaka you have one partner who can provide many tools and software solutio ## Requirements -* PHP 8.2 -* PHP extension: php8.2-dev php8.2-cli php8.2-common php8.2-intl php8.2-mysql php8.2-pgsql php8.2-xdebug php8.2-opcache php8.2-pdo php8.2-sqlite php8.2-mbstring php8.2-curl php8.2-imap php8.2-bcmath php8.2-zip php8.2-dom php8.2-xml php8.2-phar php8.2-gd php-pear +* PHP 8.3 +* PHP extension: php8.3-dev php8.3-cli php8.3-common php8.3-intl php8.3-mysql php8.3-pgsql php8.3-xdebug php8.3-opcache php8.3-pdo php8.3-sqlite php8.3-mbstring php8.3-curl php8.3-imap php8.3-bcmath php8.3-zip php8.3-dom php8.3-xml php8.3-phar php8.3-gd php-pear * apache2 (recommended) or nginx * mysql-server (recommended) or postgresql postgresql-contrib * Tools: tesseract-ocr, pdftotext, pdftoppm diff --git a/Theme/Backend/Lang/Navigation.ar.lang.php b/Theme/Backend/Lang/Navigation.ar.lang.php deleted file mode 100755 index 4b76110..0000000 --- a/Theme/Backend/Lang/Navigation.ar.lang.php +++ /dev/null @@ -1,19 +0,0 @@ - [ - 'Create' => 'يخلق', - 'Draw' => 'رسم', - 'List' => 'قائمة', -]]; diff --git a/Theme/Backend/Lang/Navigation.cs.lang.php b/Theme/Backend/Lang/Navigation.cs.lang.php deleted file mode 100755 index 6eb2e41..0000000 --- a/Theme/Backend/Lang/Navigation.cs.lang.php +++ /dev/null @@ -1,19 +0,0 @@ - [ - 'Create' => 'Vytvořit', - 'Draw' => 'Kreslit', - 'List' => 'Seznam', -]]; diff --git a/Theme/Backend/Lang/Navigation.da.lang.php b/Theme/Backend/Lang/Navigation.da.lang.php deleted file mode 100755 index 5a48610..0000000 --- a/Theme/Backend/Lang/Navigation.da.lang.php +++ /dev/null @@ -1,19 +0,0 @@ - [ - 'Create' => 'skab', - 'Draw' => 'Tegne', - 'List' => 'Liste', -]]; diff --git a/Theme/Backend/Lang/Navigation.de.lang.php b/Theme/Backend/Lang/Navigation.de.lang.php index bda59f4..0f54b72 100755 --- a/Theme/Backend/Lang/Navigation.de.lang.php +++ b/Theme/Backend/Lang/Navigation.de.lang.php @@ -6,7 +6,7 @@ * * @package Modules\Localization * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/Theme/Backend/Lang/Navigation.el.lang.php b/Theme/Backend/Lang/Navigation.el.lang.php deleted file mode 100755 index 8c0adbc..0000000 --- a/Theme/Backend/Lang/Navigation.el.lang.php +++ /dev/null @@ -1,19 +0,0 @@ - [ - 'Create' => 'Δημιουργώ', - 'Draw' => 'Σχεδιάζω', - 'List' => 'Λίστα', -]]; diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index 68d282d..077dcd3 100755 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -6,7 +6,7 @@ * * @package Modules\Localization * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/Theme/Backend/Lang/Navigation.es.lang.php b/Theme/Backend/Lang/Navigation.es.lang.php deleted file mode 100755 index bec27fc..0000000 --- a/Theme/Backend/Lang/Navigation.es.lang.php +++ /dev/null @@ -1,19 +0,0 @@ - [ - 'Create' => 'Crear', - 'Draw' => 'Dibujar', - 'List' => 'Lista', -]]; diff --git a/Theme/Backend/Lang/Navigation.fi.lang.php b/Theme/Backend/Lang/Navigation.fi.lang.php deleted file mode 100755 index c7a8cba..0000000 --- a/Theme/Backend/Lang/Navigation.fi.lang.php +++ /dev/null @@ -1,19 +0,0 @@ - [ - 'Create' => 'Luoda', - 'Draw' => 'Piirtää', - 'List' => 'Lista', -]]; diff --git a/Theme/Backend/Lang/Navigation.fr.lang.php b/Theme/Backend/Lang/Navigation.fr.lang.php deleted file mode 100755 index 98a6704..0000000 --- a/Theme/Backend/Lang/Navigation.fr.lang.php +++ /dev/null @@ -1,19 +0,0 @@ - [ - 'Create' => 'Créer', - 'Draw' => 'Dessiner', - 'List' => 'Lister', -]]; diff --git a/Theme/Backend/Lang/Navigation.hu.lang.php b/Theme/Backend/Lang/Navigation.hu.lang.php deleted file mode 100755 index d788a87..0000000 --- a/Theme/Backend/Lang/Navigation.hu.lang.php +++ /dev/null @@ -1,19 +0,0 @@ - [ - 'Create' => 'Teremt', - 'Draw' => 'Húz', - 'List' => 'Lista', -]]; diff --git a/Theme/Backend/Lang/Navigation.it.lang.php b/Theme/Backend/Lang/Navigation.it.lang.php deleted file mode 100755 index 0d2e813..0000000 --- a/Theme/Backend/Lang/Navigation.it.lang.php +++ /dev/null @@ -1,19 +0,0 @@ - [ - 'Create' => 'Creare', - 'Draw' => 'Disegno', - 'List' => 'Elenco', -]]; diff --git a/Theme/Backend/Lang/Navigation.ja.lang.php b/Theme/Backend/Lang/Navigation.ja.lang.php deleted file mode 100755 index 58c0193..0000000 --- a/Theme/Backend/Lang/Navigation.ja.lang.php +++ /dev/null @@ -1,19 +0,0 @@ - [ - 'Create' => '作成', - 'Draw' => '描く', - 'List' => 'リスト', -]]; diff --git a/Theme/Backend/Lang/Navigation.ko.lang.php b/Theme/Backend/Lang/Navigation.ko.lang.php deleted file mode 100755 index ba347b5..0000000 --- a/Theme/Backend/Lang/Navigation.ko.lang.php +++ /dev/null @@ -1,19 +0,0 @@ - [ - 'Create' => '만들다', - 'Draw' => '그리다', - 'List' => '목록', -]]; diff --git a/Theme/Backend/Lang/Navigation.no.lang.php b/Theme/Backend/Lang/Navigation.no.lang.php deleted file mode 100755 index 53ad620..0000000 --- a/Theme/Backend/Lang/Navigation.no.lang.php +++ /dev/null @@ -1,19 +0,0 @@ - [ - 'Create' => 'Skape', - 'Draw' => 'Tegne', - 'List' => 'Liste', -]]; diff --git a/Theme/Backend/Lang/Navigation.pl.lang.php b/Theme/Backend/Lang/Navigation.pl.lang.php deleted file mode 100755 index 80e8792..0000000 --- a/Theme/Backend/Lang/Navigation.pl.lang.php +++ /dev/null @@ -1,19 +0,0 @@ - [ - 'Create' => 'Tworzyć', - 'Draw' => 'Rysować', - 'List' => 'Lista', -]]; diff --git a/Theme/Backend/Lang/Navigation.pt.lang.php b/Theme/Backend/Lang/Navigation.pt.lang.php deleted file mode 100755 index e17ef75..0000000 --- a/Theme/Backend/Lang/Navigation.pt.lang.php +++ /dev/null @@ -1,19 +0,0 @@ - [ - 'Create' => 'Crio', - 'Draw' => 'Desenhar', - 'List' => 'Lista', -]]; diff --git a/Theme/Backend/Lang/Navigation.ru.lang.php b/Theme/Backend/Lang/Navigation.ru.lang.php deleted file mode 100755 index 149d903..0000000 --- a/Theme/Backend/Lang/Navigation.ru.lang.php +++ /dev/null @@ -1,19 +0,0 @@ - [ - 'Create' => 'Создавать', - 'Draw' => 'Рисовать', - 'List' => 'Список', -]]; diff --git a/Theme/Backend/Lang/Navigation.sv.lang.php b/Theme/Backend/Lang/Navigation.sv.lang.php deleted file mode 100755 index bed38f0..0000000 --- a/Theme/Backend/Lang/Navigation.sv.lang.php +++ /dev/null @@ -1,19 +0,0 @@ - [ - 'Create' => 'Skapa', - 'Draw' => 'Dra', - 'List' => 'Lista', -]]; diff --git a/Theme/Backend/Lang/Navigation.th.lang.php b/Theme/Backend/Lang/Navigation.th.lang.php deleted file mode 100755 index 233553a..0000000 --- a/Theme/Backend/Lang/Navigation.th.lang.php +++ /dev/null @@ -1,19 +0,0 @@ - [ - 'Create' => 'สร้าง', - 'Draw' => 'วาด', - 'List' => 'รายการ', -]]; diff --git a/Theme/Backend/Lang/Navigation.tr.lang.php b/Theme/Backend/Lang/Navigation.tr.lang.php deleted file mode 100755 index f079097..0000000 --- a/Theme/Backend/Lang/Navigation.tr.lang.php +++ /dev/null @@ -1,19 +0,0 @@ - [ - 'Create' => 'Yaratmak', - 'Draw' => 'Çizmek', - 'List' => 'Liste', -]]; diff --git a/Theme/Backend/Lang/Navigation.uk.lang.php b/Theme/Backend/Lang/Navigation.uk.lang.php deleted file mode 100755 index ba5ebe3..0000000 --- a/Theme/Backend/Lang/Navigation.uk.lang.php +++ /dev/null @@ -1,19 +0,0 @@ - [ - 'Create' => 'Створювати', - 'Draw' => 'Малювати', - 'List' => 'Список', -]]; diff --git a/Theme/Backend/Lang/Navigation.zh.lang.php b/Theme/Backend/Lang/Navigation.zh.lang.php deleted file mode 100755 index ab854c7..0000000 --- a/Theme/Backend/Lang/Navigation.zh.lang.php +++ /dev/null @@ -1,19 +0,0 @@ - [ - 'Create' => '创建', - 'Draw' => '画', - 'List' => '列表', -]]; diff --git a/Theme/Backend/Lang/ar.lang.php b/Theme/Backend/Lang/ar.lang.php deleted file mode 100755 index fac9721..0000000 --- a/Theme/Backend/Lang/ar.lang.php +++ /dev/null @@ -1,25 +0,0 @@ - [ - 'Created' => 'خلقت', - 'Creator' => 'المنشئ', - 'Draw' => 'رسم', - 'GroupUser' => 'المجموعة / المستخدمين', - 'Images' => 'صور', - 'Layout' => 'تخطيط', - 'Name' => 'اسم', - 'Permission' => 'إذن', - 'Start' => 'يبدأ', -]]; diff --git a/Theme/Backend/Lang/cs.lang.php b/Theme/Backend/Lang/cs.lang.php deleted file mode 100755 index e327fb4..0000000 --- a/Theme/Backend/Lang/cs.lang.php +++ /dev/null @@ -1,25 +0,0 @@ - [ - 'Created' => 'Vytvořený', - 'Creator' => 'Tvůrce', - 'Draw' => 'Kreslit', - 'GroupUser' => 'Skupina / User.', - 'Images' => 'snímky', - 'Layout' => 'Rozložení', - 'Name' => 'název', - 'Permission' => 'Povolení', - 'Start' => 'Start', -]]; diff --git a/Theme/Backend/Lang/da.lang.php b/Theme/Backend/Lang/da.lang.php deleted file mode 100755 index 9706df1..0000000 --- a/Theme/Backend/Lang/da.lang.php +++ /dev/null @@ -1,25 +0,0 @@ - [ - 'Created' => 'Oprettet', - 'Creator' => 'Skaber.', - 'Draw' => 'Tegne', - 'GroupUser' => 'Gruppe / User.', - 'Images' => 'Billeder', - 'Layout' => 'Layout', - 'Name' => 'Navn', - 'Permission' => 'Tilladelse', - 'Start' => 'Start', -]]; diff --git a/Theme/Backend/Lang/de.lang.php b/Theme/Backend/Lang/de.lang.php index 7c9185f..46f09c0 100755 --- a/Theme/Backend/Lang/de.lang.php +++ b/Theme/Backend/Lang/de.lang.php @@ -6,7 +6,7 @@ * * @package Modules\Localization * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/Theme/Backend/Lang/el.lang.php b/Theme/Backend/Lang/el.lang.php deleted file mode 100755 index 9c5f9a5..0000000 --- a/Theme/Backend/Lang/el.lang.php +++ /dev/null @@ -1,25 +0,0 @@ - [ - 'Created' => 'Δημιουργήθηκε', - 'Creator' => 'Δημιουργός', - 'Draw' => 'Σχεδιάζω', - 'GroupUser' => 'Ομάδα / χρήστης', - 'Images' => 'Εικόνες', - 'Layout' => 'Διάταξη', - 'Name' => 'Ονομα', - 'Permission' => 'Αδεια', - 'Start' => 'Αρχή', -]]; diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index 6f527be..524576c 100755 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -6,7 +6,7 @@ * * @package Modules\Localization * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/Theme/Backend/Lang/es.lang.php b/Theme/Backend/Lang/es.lang.php deleted file mode 100755 index 088c0b0..0000000 --- a/Theme/Backend/Lang/es.lang.php +++ /dev/null @@ -1,25 +0,0 @@ - [ - 'Created' => 'Creado', - 'Creator' => 'Creador', - 'Draw' => 'Dibujar', - 'GroupUser' => 'Grupo / Usuario', - 'Images' => 'Imágenes', - 'Layout' => 'Disposición', - 'Name' => 'Nombre', - 'Permission' => 'Permiso', - 'Start' => 'Comienzo', -]]; diff --git a/Theme/Backend/Lang/fi.lang.php b/Theme/Backend/Lang/fi.lang.php deleted file mode 100755 index 93d6457..0000000 --- a/Theme/Backend/Lang/fi.lang.php +++ /dev/null @@ -1,25 +0,0 @@ - [ - 'Created' => 'Luotu', - 'Creator' => 'Luoja', - 'Draw' => 'Piirtää', - 'GroupUser' => 'Ryhmä / käyttäjä', - 'Images' => 'Kuvat', - 'Layout' => 'Layout', - 'Name' => 'Nimi', - 'Permission' => 'Lupa', - 'Start' => 'alkaa', -]]; diff --git a/Theme/Backend/Lang/fr.lang.php b/Theme/Backend/Lang/fr.lang.php deleted file mode 100755 index 2131e30..0000000 --- a/Theme/Backend/Lang/fr.lang.php +++ /dev/null @@ -1,25 +0,0 @@ - [ - 'Created' => 'Établi', - 'Creator' => 'Créateur', - 'Draw' => 'Dessiner', - 'GroupUser' => 'Groupe / utilisateur', - 'Images' => 'Images', - 'Layout' => 'Disposition', - 'Name' => 'Nom', - 'Permission' => 'Autorisation', - 'Start' => 'Démarrer', -]]; diff --git a/Theme/Backend/Lang/hu.lang.php b/Theme/Backend/Lang/hu.lang.php deleted file mode 100755 index 632b50c..0000000 --- a/Theme/Backend/Lang/hu.lang.php +++ /dev/null @@ -1,25 +0,0 @@ - [ - 'Created' => 'Létrehozott', - 'Creator' => 'Teremtő', - 'Draw' => 'Húz', - 'GroupUser' => 'Csoport / felhasználó', - 'Images' => 'Kép', - 'Layout' => 'Elrendezés', - 'Name' => 'Név', - 'Permission' => 'Engedély', - 'Start' => 'Rajt', -]]; diff --git a/Theme/Backend/Lang/it.lang.php b/Theme/Backend/Lang/it.lang.php deleted file mode 100755 index 4b350c6..0000000 --- a/Theme/Backend/Lang/it.lang.php +++ /dev/null @@ -1,25 +0,0 @@ - [ - 'Created' => 'Creato', - 'Creator' => 'Creatore', - 'Draw' => 'Disegno', - 'GroupUser' => 'Gruppo / Utente.', - 'Images' => 'immagini', - 'Layout' => 'Disposizione', - 'Name' => 'Nome', - 'Permission' => 'Autorizzazione', - 'Start' => 'Inizio', -]]; diff --git a/Theme/Backend/Lang/ja.lang.php b/Theme/Backend/Lang/ja.lang.php deleted file mode 100755 index 097866f..0000000 --- a/Theme/Backend/Lang/ja.lang.php +++ /dev/null @@ -1,25 +0,0 @@ - [ - 'Created' => '作成した', - 'Creator' => 'クリエーター', - 'Draw' => '描く', - 'GroupUser' => 'グループ/ユーザー', - 'Images' => 'images', - 'Layout' => 'レイアウト', - 'Name' => '名前', - 'Permission' => '許可', - 'Start' => '始める', -]]; diff --git a/Theme/Backend/Lang/ko.lang.php b/Theme/Backend/Lang/ko.lang.php deleted file mode 100755 index c186e87..0000000 --- a/Theme/Backend/Lang/ko.lang.php +++ /dev/null @@ -1,25 +0,0 @@ - [ - 'Created' => '만들어진', - 'Creator' => '창조자', - 'Draw' => '그리다', - 'GroupUser' => '그룹 / 사용자', - 'Images' => '이미지', - 'Layout' => '형세', - 'Name' => '이름', - 'Permission' => '허가', - 'Start' => '시작', -]]; diff --git a/Theme/Backend/Lang/no.lang.php b/Theme/Backend/Lang/no.lang.php deleted file mode 100755 index 3957c2f..0000000 --- a/Theme/Backend/Lang/no.lang.php +++ /dev/null @@ -1,25 +0,0 @@ - [ - 'Created' => 'Opprettet', - 'Creator' => 'Skaperen.', - 'Draw' => 'Tegne', - 'GroupUser' => 'Gruppe / bruker', - 'Images' => 'Bilder', - 'Layout' => 'Oppsett', - 'Name' => 'Navn', - 'Permission' => 'Tillatelse', - 'Start' => 'Start', -]]; diff --git a/Theme/Backend/Lang/pl.lang.php b/Theme/Backend/Lang/pl.lang.php deleted file mode 100755 index 0253125..0000000 --- a/Theme/Backend/Lang/pl.lang.php +++ /dev/null @@ -1,25 +0,0 @@ - [ - 'Created' => 'Utworzony', - 'Creator' => 'Twórca', - 'Draw' => 'Rysować', - 'GroupUser' => 'Grupa / użytkownik.', - 'Images' => 'Obrazy', - 'Layout' => 'Układ', - 'Name' => 'Nazwa', - 'Permission' => 'Pozwolenie', - 'Start' => 'Początek', -]]; diff --git a/Theme/Backend/Lang/pt.lang.php b/Theme/Backend/Lang/pt.lang.php deleted file mode 100755 index 16d1a1e..0000000 --- a/Theme/Backend/Lang/pt.lang.php +++ /dev/null @@ -1,25 +0,0 @@ - [ - 'Created' => 'Criado', - 'Creator' => 'O Criador', - 'Draw' => 'Desenhar', - 'GroupUser' => 'Grupo / usuário', - 'Images' => 'Imagens', - 'Layout' => 'Layout.', - 'Name' => 'Nome', - 'Permission' => 'Permissão', - 'Start' => 'Começar', -]]; diff --git a/Theme/Backend/Lang/ru.lang.php b/Theme/Backend/Lang/ru.lang.php deleted file mode 100755 index df9dd9f..0000000 --- a/Theme/Backend/Lang/ru.lang.php +++ /dev/null @@ -1,25 +0,0 @@ - [ - 'Created' => 'Созданный', - 'Creator' => 'Создатель', - 'Draw' => 'Рисовать', - 'GroupUser' => 'Группа / пользователь', - 'Images' => 'Картинки', - 'Layout' => 'Макет', - 'Name' => 'Имя', - 'Permission' => 'Разрешение', - 'Start' => 'Начинать', -]]; diff --git a/Theme/Backend/Lang/sv.lang.php b/Theme/Backend/Lang/sv.lang.php deleted file mode 100755 index 32dde6a..0000000 --- a/Theme/Backend/Lang/sv.lang.php +++ /dev/null @@ -1,25 +0,0 @@ - [ - 'Created' => 'Skapad', - 'Creator' => 'Skapare', - 'Draw' => 'Dra', - 'GroupUser' => 'Grupp / Användare', - 'Images' => 'Bilder', - 'Layout' => 'Layout', - 'Name' => 'namn', - 'Permission' => 'Tillstånd', - 'Start' => 'Start', -]]; diff --git a/Theme/Backend/Lang/th.lang.php b/Theme/Backend/Lang/th.lang.php deleted file mode 100755 index 9a52b0f..0000000 --- a/Theme/Backend/Lang/th.lang.php +++ /dev/null @@ -1,25 +0,0 @@ - [ - 'Created' => 'สร้าง', - 'Creator' => 'ผู้สร้าง', - 'Draw' => 'วาด', - 'GroupUser' => 'กลุ่ม / ผู้ใช้', - 'Images' => 'ภาพ', - 'Layout' => 'เค้าโครง', - 'Name' => 'ชื่อ', - 'Permission' => 'การอนุญาต', - 'Start' => 'เริ่ม', -]]; diff --git a/Theme/Backend/Lang/tr.lang.php b/Theme/Backend/Lang/tr.lang.php deleted file mode 100755 index 9a729fe..0000000 --- a/Theme/Backend/Lang/tr.lang.php +++ /dev/null @@ -1,25 +0,0 @@ - [ - 'Created' => 'Yaratılmış', - 'Creator' => 'Yaratıcı', - 'Draw' => 'Çizmek', - 'GroupUser' => 'Grup / Kullanıcı', - 'Images' => 'Görüntüler', - 'Layout' => 'Düzen', - 'Name' => 'İsim', - 'Permission' => 'İzin', - 'Start' => 'Başlangıç', -]]; diff --git a/Theme/Backend/Lang/uk.lang.php b/Theme/Backend/Lang/uk.lang.php deleted file mode 100755 index 3b077d9..0000000 --- a/Theme/Backend/Lang/uk.lang.php +++ /dev/null @@ -1,25 +0,0 @@ - [ - 'Created' => 'Створений', - 'Creator' => 'Творець', - 'Draw' => 'Малювати', - 'GroupUser' => 'Група / користувач', - 'Images' => 'Зображення', - 'Layout' => 'Макет', - 'Name' => 'Назва', - 'Permission' => 'Дозвіл', - 'Start' => 'Почати', -]]; diff --git a/Theme/Backend/Lang/zh.lang.php b/Theme/Backend/Lang/zh.lang.php deleted file mode 100755 index 204a622..0000000 --- a/Theme/Backend/Lang/zh.lang.php +++ /dev/null @@ -1,25 +0,0 @@ - [ - 'Created' => '创造了', - 'Creator' => '创造者', - 'Draw' => '画', - 'GroupUser' => '小组/用户', - 'Images' => '图片', - 'Layout' => '布局', - 'Name' => '名称', - 'Permission' => '允许', - 'Start' => '开始', -]]; diff --git a/Theme/Backend/draw-create.tpl.php b/Theme/Backend/draw-create.tpl.php index 88344e8..80ad71e 100755 --- a/Theme/Backend/draw-create.tpl.php +++ b/Theme/Backend/draw-create.tpl.php @@ -6,7 +6,7 @@ * * @package Modules\Draw * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/Theme/Backend/draw-list.tpl.php b/Theme/Backend/draw-list.tpl.php index 4a706e9..c67e490 100755 --- a/Theme/Backend/draw-list.tpl.php +++ b/Theme/Backend/draw-list.tpl.php @@ -6,7 +6,7 @@ * * @package Modules\Draw * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/Theme/Backend/draw-view.tpl.php b/Theme/Backend/draw-view.tpl.php index 8b4799f..db83ef6 100644 --- a/Theme/Backend/draw-view.tpl.php +++ b/Theme/Backend/draw-view.tpl.php @@ -6,7 +6,7 @@ * * @package Modules\Draw * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Admin/AdminTest.php b/tests/Admin/AdminTest.php index c4d30fb..baf055e 100755 --- a/tests/Admin/AdminTest.php +++ b/tests/Admin/AdminTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Autoloader.php b/tests/Autoloader.php index b36f033..623fbd1 100755 --- a/tests/Autoloader.php +++ b/tests/Autoloader.php @@ -6,7 +6,7 @@ * * @package Modules/tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ @@ -20,7 +20,7 @@ namespace Modules\Draw\tests; * Autoloader class. * * @package tests - * @license OMS License 2.0 + * @license OMS License 2.2 * @link https://jingga.app * @since 1.0.0 */ diff --git a/tests/Bootstrap.php b/tests/Bootstrap.php index 86fa551..dcd45ac 100755 --- a/tests/Bootstrap.php +++ b/tests/Bootstrap.php @@ -6,7 +6,7 @@ * * @package Modules\Draw\tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Controller/ApiControllerTest.php b/tests/Controller/ApiControllerTest.php index f5734b8..08a3a95 100755 --- a/tests/Controller/ApiControllerTest.php +++ b/tests/Controller/ApiControllerTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Models/DrawImageTest.php b/tests/Models/DrawImageTest.php index 7338fb6..a36fcb5 100755 --- a/tests/Models/DrawImageTest.php +++ b/tests/Models/DrawImageTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */ diff --git a/tests/Models/NullDrawImageTest.php b/tests/Models/NullDrawImageTest.php index 458c7ff..b7936cc 100755 --- a/tests/Models/NullDrawImageTest.php +++ b/tests/Models/NullDrawImageTest.php @@ -6,7 +6,7 @@ * * @package tests * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @link https://jingga.app */