|
36 | 36 | 'database' => 'Database', |
37 | 37 | 'theme' => 'Theme', |
38 | 38 | 'backups' => 'Backups', |
| 39 | + 'settings' => 'Settings', |
39 | 40 | ], |
40 | 41 |
|
41 | 42 | 'backup_folder' => 'Backup folder', |
|
44 | 45 | 'db_use_compression' => 'Use ZIP compression', |
45 | 46 |
|
46 | 47 | 'db_auto' => 'Switch on auto database backup', |
47 | | - 'db_auto__comment' => 'Automatický režim je spouštěn jednou denně plánovačem dle dokumentace October CMS. Manuální režim vyžaduje spuštění procesu dle dokumentace pluginu.', |
| 48 | + 'db_auto__comment' => 'The automatic mode is started once a day by the scheduler according to the October CMS documentation. Manual mode requires running the process according to the plugin documentation.', |
48 | 49 |
|
49 | 50 | 'db_excluded_tables' => 'Tables excluded from backup', |
50 | 51 | 'db_excluded_tables__comment' => 'Only for MySQL. SQLite is backed up as one file.', |
51 | 52 |
|
52 | 53 | 'db_custom_mapping' => 'Custom MySQL database Doctrine mapping', |
53 | | - 'db_custom_mapping__comment' => 'Registers a doctrine type to be used in conjunction with a column type of this platform.', |
| 54 | + 'db_custom_mapping__comment' => 'Database column type to be used instead of the original one when exporting database (eg. JSON to be exported as TEXT).', |
54 | 55 | 'db_custom_mapping__db_type' => 'Current database type', |
55 | 56 | 'db_custom_mapping__db_type__comment' => 'e.g. json', |
56 | 57 | 'db_custom_mapping__doctrine_type' => 'Doctrine type for backup', |
57 | 58 | 'db_custom_mapping__doctrine_type__comment' => 'e.g. text', |
58 | 59 |
|
59 | 60 | 'theme_auto' => 'Switch on auto theme backup', |
60 | | - 'theme_auto__comment' => 'Automatický režim je spouštěn jednou denně plánovačem dle dokumentace October CMS. Manuální režim vyžaduje spuštění procesu dle dokumentace pluginu.', |
| 61 | + 'theme_auto__comment' => 'The automatic mode is started once a day by the scheduler according to the October CMS documentation. Manual mode requires running the process according to the plugin documentation.', |
61 | 62 |
|
62 | 63 | 'section_db' => 'Database', |
63 | 64 | 'section_theme' => 'Theme', |
|
0 commit comments