10 lines
570 B
PHP
10 lines
570 B
PHP
<?php
|
|
# English
|
|
# Language File for the meta_append Plugin
|
|
# -------
|
|
# Note: when translating to a new language, preserve the original case if possible.
|
|
|
|
$lang['meta_append_configuration']="Configure automatic appending of meta field";
|
|
$lang['meta_append_configuration_field_type']="Select the field to be appended";
|
|
$lang['meta_append_configuration_date_format']="Select the date format - refer to <a href='http://php.net/manual/en/function.date.php' title='PHP date() function format'>help</a>";
|
|
$lang['meta_append_configuration_prompt']="Append meta checkbox prompt"; |