mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-25 00:00:40 -05:00
14 lines
489 B
PHP
14 lines
489 B
PHP
<?php
|
|
|
|
return [
|
|
'choose_type' => 'What type of post would you like to create?',
|
|
'change_type' => 'What type of post would you like to use?',
|
|
'choose_field_type' => 'What field type would you like to use?',
|
|
'choose_field' => 'What field would you like to use?',
|
|
'tagged' => 'Tagged ":tag"',
|
|
'scheduled' => 'Scheduled',
|
|
'status' => 'Status',
|
|
'live' => 'Live',
|
|
'draft' => 'Draft',
|
|
];
|