mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 23:06:08 -06:00
New translations setting.php (Romanian)
This commit is contained in:
parent
989c5f0215
commit
184c84a99e
@ -0,0 +1,16 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'imageCanvasW' => [
|
||||||
|
'name' => 'Lățimea panzei imaginii'
|
||||||
|
],
|
||||||
|
'imageCanvasH' => [
|
||||||
|
'name' => 'Imagine Canvas Înălțime'
|
||||||
|
],
|
||||||
|
'imageResizeW' => [
|
||||||
|
'name' => 'Lățimea redimensionării imaginii'
|
||||||
|
],
|
||||||
|
'imageResizeH' => [
|
||||||
|
'name' => 'Înălțimea dimensiunii imaginii'
|
||||||
|
],
|
||||||
|
];
|
||||||
Loading…
Reference in New Issue
Block a user