translation-csvxml/hu/csvxml-overview.php
2022-11-18 00:52:49 +00:00

33 lines
3.3 KiB
PHP

<?PHP
$csvxml_overview['upload'] = 'Feltöltés';
$csvxml_overview['select_csv_file_for_upload'] = 'Please select a CSV file to create XML files';
$csvxml_overview['currently_approved_tags'] = 'Jelenleg jóváhagyott címkék (oszlopnevek) az md:importhoz';
$csvxml_overview['object_base_data'] = 'Alapvető mezők';
$csvxml_overview['download_csv_all'] = 'Download CSV template with all fields';
$csvxml_overview['download_csv_by_selection'] = 'Download CSV template based on selection';
$csvxml_overview['select_required_fields'] = 'Kötelező mezők kijelölése';
$csvxml_overview['select_all_fields'] = 'Összes mező kijelölés';
$csvxml_overview['unset_selection'] = 'Kijelölés megszüntetése';
$csvxml_overview['certainty'] = 'Egzakt / Nem egzakt';
$csvxml_overview['image_filename'] = 'Kép file neve ';
$csvxml_overview['file_format'] = 'Kiterjesztés';
$csvxml_overview['validation_errors'] = 'Validation errors';
$csvxml_overview['errors_parsing'] = 'Parse errors';
$csvxml_overview['errors_mandatoryTags'] = 'Missing mandatory tags';
$csvxml_overview['errors_duplicateInvNos'] = 'Duplicate inventory numbers';
$csvxml_overview['errors_dependentColumns'] = 'Column dependencies unresolved';
$csvxml_overview['errors_controlledLists'] = 'Controlled lists';
$csvxml_overview['errors_mainImageResource'] = 'Missing main images or resources';
$csvxml_overview['allowed_values'] = 'Allowed values';
$csvxml_overview['privacy_policy'] = 'Privacy policy';
$csvxml_overview['contact'] = 'Contact';
$csvxml_overview['news'] = 'News';
$csvxml_overview['imprint'] = 'Imprint';
$csvxml_overview['about'] = 'About';
$csvxml_overview['help_where_am_i'] = 'What is this page for?';
$csvxml_overview['help_where_am_i_content'] = 'In its most simple usage, CSVXML is a tool for generating XML files from a given CSV table. It comes with a validation tool for checking the validity of the data against the standard import format at museum-digital, e.g. in terms of the availability of required fields and dependencies between fields. After the validation, a ZIP file containing one XML file per object is generated. If the validation proceeded without errors, these XML files can be imported to museum-digital without any further issues. A sample CSV file formatted according to the standard format for imports at museum-digital can be generated below.';
$csvxml_overview['help_what_is_csv'] = 'What is CSV?';
$csvxml_overview['help_what_is_csv_content'] = 'CSV is the abbreviation for „Comma Separated Value“. It describes a file format for expressing tabular information in plain text files, that is supported by most table calculation programms such as MS Excel and LibreOffice Calc. It is thus a useful choice for quickly generating and sharing semi-structured data that can be further processed by other programms.';
$csvxml_overview['help_how_to_format_csv'] = 'How to format CSV files for CSVXML?';
$csvxml_overview['help_how_to_format_csv_content'] = 'CSVXML first of all requires CSV file using semicolons as a separator and double quotation marks as a delimiter. For generating actually importable data, it is advisable to save the CSV file in UTF-8 rather than the standard-conformant ASCII. Both current versions of MS Excel and LibreOffice Calc support export options for exporting CSV files using UTF-8 encoding.';