diff --git a/new.php b/new.php index 89c1dbd..f4b682c 100644 --- a/new.php +++ b/new.php @@ -30,6 +30,8 @@ else if (!isset($_SESSION['lang'])) { } $lang = $_SESSION['lang']; +require __DIR__ . "/translation-importer/$lang/csvxml-overview.php"; + $toInject = ' @@ -41,21 +43,21 @@ echo '
- + - +
-

Currently approved tags (column names) for md:import

+

' . $csvxml_overview['currently_approved_tags'] . '

- Download CSV template with all fields - + ' . $csvxml_overview['download_csv_all'] . ' +
- Select required fields - Select all fields - + ' . $csvxml_overview['select_required_fields'] . ' + ' . $csvxml_overview['select_all_fields'] . ' +
';