diff --git a/de/quality_web.php b/de/quality_web.php index 5e72c12..110b852 100644 --- a/de/quality_web.php +++ b/de/quality_web.php @@ -1,9 +1,9 @@ 'Publication Quality Index (PuQI)', - 'plausi' => 'Plausibility Check', - 'plausi_legal' => 'Plausibility Check for License Status of Images / Representations', + 'puqi' => 'Publikations-Qualitäts-Index (PuQI)', + 'plausi' => 'Plausibilitäts-Check', + 'plausi_legal' => 'Plausibilitäts-Check für Rechteangaben von Objektabbildungen', 'puqi_explica' => 'The publication quality index measures the completeness and suitability of an object record\'s publishable information. For example, feedback is given on the availability of an object title and a tags. Objects\' descriptions are checked for their length; and linked images\' license status is evaluated. Based on these evaluations, a quantitative score is provided to be able to roughly measure the completeness and quality of an object record for publication.', 'plausi_explica' => 'During this check, the objects\' events (production, usage, etc.) are checked for their logical coherence based on the provided times and actors. For example, a bike that has been produced in 1950 cannot have been used in 1870. Similarly, a photograph showing Ice-T (born 1958) cannot have been taken in 1920.', 'plausi_explica_2' => 'If such a logical inconsistency between or different events in the object\'s history is detected, a warning will be provided.', @@ -21,4 +21,11 @@ $quality_web = array ( 'puqi_notices' => 'PuQI-Meldungen', 'types_of_evaluations' => 'Arten von Prüfungen', 'see' => 'Siehe', + 'step' => 'Schritt', + 'select_import_format' => 'Ein Import-Format auswählen', + 'upload_a_file' => 'Eine Datei hochladen', + 'select_file_for_upload' => 'Datei zum Hochladen auswählen', + 'alt_paste_text' => 'Oder einen Objekteintrag als Text einfügen', + 'text' => 'Text', + 'submit' => 'Abschicken', ); diff --git a/en/quality_web.php b/en/quality_web.php index f9bf2cd..8580c39 100644 --- a/en/quality_web.php +++ b/en/quality_web.php @@ -20,5 +20,12 @@ $quality_web = array ( 'plausibility_warnings_licenses' => 'Plausibility Check for Image Licenses: Warnings', 'puqi_notices' => 'PuQI Messages', 'types_of_evaluations' => 'Types of Evaluations', - 'see' => 'Siehe', + 'see' => 'See', + 'step' => 'Step', + 'select_import_format' => 'Select an import format', + 'upload_a_file' => 'Upload a file', + 'select_file_for_upload' => 'Select a file for upload', + 'alt_paste_text' => 'Or Paste the Object Record in Plain Text', + 'text' => 'Text', + 'submit' => 'Submit', ); diff --git a/hu/quality_web.php b/hu/quality_web.php index f9bf2cd..8580c39 100644 --- a/hu/quality_web.php +++ b/hu/quality_web.php @@ -20,5 +20,12 @@ $quality_web = array ( 'plausibility_warnings_licenses' => 'Plausibility Check for Image Licenses: Warnings', 'puqi_notices' => 'PuQI Messages', 'types_of_evaluations' => 'Types of Evaluations', - 'see' => 'Siehe', + 'see' => 'See', + 'step' => 'Step', + 'select_import_format' => 'Select an import format', + 'upload_a_file' => 'Upload a file', + 'select_file_for_upload' => 'Select a file for upload', + 'alt_paste_text' => 'Or Paste the Object Record in Plain Text', + 'text' => 'Text', + 'submit' => 'Submit', ); diff --git a/ru/quality_web.php b/ru/quality_web.php index f9bf2cd..8580c39 100644 --- a/ru/quality_web.php +++ b/ru/quality_web.php @@ -20,5 +20,12 @@ $quality_web = array ( 'plausibility_warnings_licenses' => 'Plausibility Check for Image Licenses: Warnings', 'puqi_notices' => 'PuQI Messages', 'types_of_evaluations' => 'Types of Evaluations', - 'see' => 'Siehe', + 'see' => 'See', + 'step' => 'Step', + 'select_import_format' => 'Select an import format', + 'upload_a_file' => 'Upload a file', + 'select_file_for_upload' => 'Select a file for upload', + 'alt_paste_text' => 'Or Paste the Object Record in Plain Text', + 'text' => 'Text', + 'submit' => 'Submit', ); diff --git a/uk/quality_web.php b/uk/quality_web.php index f9bf2cd..8580c39 100644 --- a/uk/quality_web.php +++ b/uk/quality_web.php @@ -20,5 +20,12 @@ $quality_web = array ( 'plausibility_warnings_licenses' => 'Plausibility Check for Image Licenses: Warnings', 'puqi_notices' => 'PuQI Messages', 'types_of_evaluations' => 'Types of Evaluations', - 'see' => 'Siehe', + 'see' => 'See', + 'step' => 'Step', + 'select_import_format' => 'Select an import format', + 'upload_a_file' => 'Upload a file', + 'select_file_for_upload' => 'Select a file for upload', + 'alt_paste_text' => 'Or Paste the Object Record in Plain Text', + 'text' => 'Text', + 'submit' => 'Submit', );