mirror of
https://github.com/openclassify/openclassify.git
synced 2026-03-11 02:35:26 -05:00
New translations setting.php (German)
This commit is contained in:
parent
191a17201e
commit
bff5c9dee0
@ -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'
|
||||
],
|
||||
];
|
||||
Loading…
Reference in New Issue
Block a user