mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-10 23:36:08 -06:00
28 lines
474 B
PHP
28 lines
474 B
PHP
<?php
|
|
|
|
return [
|
|
'name' => [
|
|
'name' => 'Titre',
|
|
],
|
|
'order' => [
|
|
'name' => 'Ordre',
|
|
],
|
|
'slug' => [
|
|
'name' => 'Limace'
|
|
],
|
|
'files' => [
|
|
'name' => 'Image'
|
|
],
|
|
'seo_keyword' => [
|
|
'name' => 'Seo Keyword'
|
|
],
|
|
'seo_description' => [
|
|
'name' => 'Seo Description'
|
|
],
|
|
'icon' => [
|
|
'name' => 'Icon'
|
|
],
|
|
|
|
'please_wait' => 'Veuillez patienter. Suppression des sous-catégories',
|
|
];
|