diff --git a/i18n/de.json b/i18n/de.json
index 1028393..ebace83 100644
--- a/i18n/de.json
+++ b/i18n/de.json
@@ -1,6 +1,7 @@
{
"FORM_HEADING": "OER Metadaten Formular",
"LABEL_CHOOSE": "Wähle ...",
+ "LABEL_CLOSE": "Schließen",
"LABEL_CREATOR": "Autor",
"LABEL_CREATOR_ADD": "weiteren Autor hinzufügen",
"LABEL_CREATOR_GIVEN_NAME": "Vorname",
@@ -9,6 +10,9 @@
"LABEL_CREATOR_REMOVE": "Autor entfernen",
"LABEL_DESCRIPTION": "Zusammenfassung",
"LABEL_IMAGE_URL": "Vorschaubild URL",
+ "LABEL_IMPORT": "Import",
+ "LABEL_IMPORT_DATA_PLACEHOLDER": "Zu importierende Daten hier einfügen",
+ "LABEL_IMPORT_ERROR_MSG": "Daten konnten nicht importiert werden",
"LABEL_KEYWORDS": "Schlagworte",
"LABEL_KEYWORDS_PLACEHOLDER": "Komma getrennte Liste von Schlagworten",
"LABEL_LANGUAGE": "Sprache",
diff --git a/i18n/en.json b/i18n/en.json
index 5257371..cc1d48f 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -1,6 +1,7 @@
{
"FORM_HEADING": "OER Metadata Form",
"LABEL_CHOOSE": "Choose ...",
+ "LABEL_CLOSE": "Close",
"LABEL_CREATOR": "Author",
"LABEL_CREATOR_ADD": "add Author",
"LABEL_CREATOR_GIVEN_NAME": "Firstname",
@@ -9,6 +10,9 @@
"LABEL_CREATOR_REMOVE": "remove Author",
"LABEL_DESCRIPTION": "Abstract",
"LABEL_IMAGE_URL": "Thumbnail URL",
+ "LABEL_IMPORT": "Import",
+ "LABEL_IMPORT_DATA_PLACEHOLDER": "Insert data to be imported here",
+ "LABEL_IMPORT_ERROR_MSG": "Data could not be imported",
"LABEL_KEYWORDS": "Keywords",
"LABEL_KEYWORDS_PLACEHOLDER": "Comma separated list of keywords",
"LABEL_LANGUAGE": "Language",
diff --git a/metadata-generator.html b/metadata-generator.html
index 51caeb8..4406936 100644
--- a/metadata-generator.html
+++ b/metadata-generator.html
@@ -20,6 +20,7 @@
+