openclassify/vendor/anomaly/posts-module/resources/lang/en/message.php
Mostafa Moradi cd80f0352b initial
2022-03-09 12:57:37 +03:00

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',
];