New translations setting.php (Azerbaijani)

This commit is contained in:
Fatih Alp 2020-04-24 02:18:14 +03:00
parent 5b62e3ee0a
commit 14cf54913c

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'
],
];