mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations setting.php (Persian) * New translations setting.php (Urdu (Pakistan)) * New translations setting.php (French) * New translations setting.php (Korean) * New translations setting.php (Spanish) * New translations setting.php (Arabic) * New translations setting.php (German) * New translations setting.php (Greek) * New translations setting.php (Hebrew) * New translations setting.php (Italian) * New translations setting.php (Japanese)
109 lines
3.7 KiB
PHP
109 lines
3.7 KiB
PHP
<?php
|
|
|
|
return [
|
|
'advs' => [
|
|
'name' => 'Reklamy',
|
|
'option' => [
|
|
'read' => 'Umíte číst reklamy?',
|
|
'write' => 'Mohou vytvářet / upravovat reklamy?',
|
|
'delete' => 'Lze mazat reklamy?',
|
|
],
|
|
],
|
|
'categories' => [
|
|
'name' => 'Kategorie',
|
|
'option' => [
|
|
'read' => 'Umíte číst kategorie?',
|
|
'write' => 'Může vytvářet / upravovat kategorie?',
|
|
'delete' => 'Lze mazat kategorie?',
|
|
],
|
|
],
|
|
'village' => [
|
|
'name' => 'Vesnice',
|
|
'option' => [
|
|
'read' => 'Umíte číst vesnici?',
|
|
'write' => 'Může vytvořit / upravit vesnici?',
|
|
'delete' => 'Může obec smazat?',
|
|
],
|
|
],
|
|
'custom_fields' => [
|
|
'name' => 'Vlastní pole',
|
|
'option' => [
|
|
'read' => 'Umíte číst vlastní pole?',
|
|
'write' => 'Mohou vytvářet / upravovat vlastní pole?',
|
|
'delete' => 'Lze odstranit vlastní pole?',
|
|
],
|
|
],
|
|
'custom_field_advs' => [
|
|
'name' => 'Vlastní polní reklamy',
|
|
'option' => [
|
|
'read' => 'Umíte číst vlastní polní reklamy?',
|
|
'write' => 'Mohou vytvářet / upravovat vlastní polní reklamy?',
|
|
'delete' => 'Lze smazat vlastní polní reklamy?',
|
|
],
|
|
],
|
|
'cf_values' => [
|
|
'name' => 'Viz hodnoty',
|
|
'option' => [
|
|
'read' => 'Umí číst hodnoty CF?',
|
|
'write' => 'Může vytvářet / upravovat hodnoty CF?',
|
|
'delete' => 'Lze odstranit hodnoty CF?',
|
|
],
|
|
],
|
|
'options' => [
|
|
'name' => 'Možnosti',
|
|
'option' => [
|
|
'read' => 'Umíte číst možnosti?',
|
|
'write' => 'Může vytvářet / upravovat možnosti?',
|
|
'delete' => 'Mohou možnosti smazat?',
|
|
],
|
|
],
|
|
'productoptions' => [
|
|
'name' => 'Možnosti produktu',
|
|
'option' => [
|
|
'read' => 'Umíte číst možnosti produktu?',
|
|
'write' => 'Mohou vytvářet / upravovat možnosti produktů?',
|
|
'delete' => 'Lze smazat možnosti produktu?',
|
|
],
|
|
],
|
|
'productoptions_value' => [
|
|
'name' => 'Hodnota možnosti produktu',
|
|
'option' => [
|
|
'read' => 'Může číst hodnotu produktu?',
|
|
'write' => 'Může vytvářet / upravovat hodnotu možnosti produktu?',
|
|
'delete' => 'Může smazat hodnotu productoptions?',
|
|
],
|
|
],
|
|
'options_configuration' => [
|
|
'name' => 'Konfigurace možností',
|
|
'option' => [
|
|
'read' => 'Může číst konfiguraci možností?',
|
|
'write' => 'Může vytvořit / upravit konfiguraci možností?',
|
|
'delete' => 'Může smazat konfiguraci možností?',
|
|
],
|
|
],
|
|
'option_configuration' => [
|
|
'name' => 'Konfigurace možností',
|
|
'option' => [
|
|
'read' => 'Může číst konfiguraci možností?',
|
|
'write' => 'Může vytvořit / upravit konfiguraci možnosti?',
|
|
'delete' => 'Lze odstranit konfiguraci možností?',
|
|
],
|
|
],
|
|
'option_configuration' => [
|
|
'name' => 'Konfigurace možností',
|
|
'option' => [
|
|
'read' => 'Může číst konfiguraci možností?',
|
|
'write' => 'Může vytvořit / upravit konfiguraci možnosti?',
|
|
'delete' => 'Lze odstranit konfiguraci možností?',
|
|
],
|
|
],
|
|
'status' => [
|
|
'name' => 'Postavení',
|
|
'option' => [
|
|
'read' => 'Může číst stav?',
|
|
'write' => 'Lze vytvořit / upravit stav?',
|
|
'delete' => 'Může stav odstranit?',
|
|
],
|
|
],
|
|
];
|