New translations setting.php (German)

This commit is contained in:
Fatih Alp 2020-03-30 17:28:41 +03:00
parent 191a17201e
commit bff5c9dee0

View File

@ -0,0 +1,16 @@
<?php
return [
'imageCanvasW' => [
'name' => 'Bild Leinwandbreite'
],
'imageCanvasH' => [
'name' => 'Bild Leinwand Höhe'
],
'imageResizeW' => [
'name' => 'Bildgröße ändern'
],
'imageResizeH' => [
'name' => 'Bildgröße ändern'
],
];