mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
New translations setting.php (Greek)
This commit is contained in:
parent
ebd5d40063
commit
b1c87812db
@ -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'
|
||||||
|
],
|
||||||
|
];
|
||||||
Loading…
Reference in New Issue
Block a user