9 lines
488 B
PHP
9 lines
488 B
PHP
<?php
|
|
$lang->feedback->importCase = 'Import Feedback';
|
|
$lang->feedback->import = 'Import';
|
|
$lang->feedback->exportTemplate = 'Export Template';
|
|
$lang->feedback->showImport = 'Show the imported';
|
|
$lang->feedback->importNotice = 'Please export the template first, and enter your data into the template. Then import it.';
|
|
$lang->feedback->noRequire = 'Row %s has“%s ”which is a required field and it should not be blank.';
|
|
$lang->feedback->new = 'New';
|