mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-11 07:46:07 -06:00
28 lines
471 B
PHP
28 lines
471 B
PHP
<?php
|
|
|
|
return [
|
|
'name' => [
|
|
'name' => 'Titolo',
|
|
],
|
|
'order' => [
|
|
'name' => 'Ordine',
|
|
],
|
|
'slug' => [
|
|
'name' => 'lumaca'
|
|
],
|
|
'files' => [
|
|
'name' => 'Immagine'
|
|
],
|
|
'seo_keyword' => [
|
|
'name' => 'Seo Keyword'
|
|
],
|
|
'seo_description' => [
|
|
'name' => 'Seo Description'
|
|
],
|
|
'icon' => [
|
|
'name' => 'Icon'
|
|
],
|
|
|
|
'please_wait' => 'Attendere. Eliminazione delle sottocategorie',
|
|
];
|