New translations setting.php (Dutch)

This commit is contained in:
Fatih Alp 2020-05-12 13:17:13 +03:00
parent 3e83f1de3a
commit cf53eacb13

View File

@ -0,0 +1,16 @@
<?php
return [
'imageCanvasW' => [
'name' => 'Image Canvas Width'
],
'imageCanvasH' => [
'name' => 'Image Canvas Height'
],
'imageResizeW' => [
'name' => 'Image Resize Width'
],
'imageResizeH' => [
'name' => 'Image Resize Height'
],
];