Language updates.

This commit is contained in:
Diamantis Tziotzios 2019-03-26 17:58:42 +02:00
parent b45d4d5905
commit ac0c19c323
1 changed files with 28 additions and 15 deletions

View File

@ -143,7 +143,8 @@
"FIELD-DATE-PICKER-TITLE": "Date Picker",
"FIELD-DATE-PICKER-PLACEHOLDER": "Input Placeholder",
"FIELD-DATE-PICKER-LABEL": "Label",
"FIELD-DATE-PICKER-VALUE": "Value"
"FIELD-DATE-PICKER-VALUE": "Value",
"FIELD-MULTIPLE-AUTOCOMPLETE": "Multiple Autocomplete"
},
"DEFAULT-VALUES": {
"NONE": "None",
@ -254,7 +255,8 @@
"SAVE": "Save",
"SAVE-AND-FINALISE": "Save and Finalise",
"DOWNLOAD-PDF": "Download PDF",
"DOWNLOAD-XML": "Download XML"
"DOWNLOAD-XML": "Download XML",
"DOWNLOAD-DOCX": "Download DOCX"
},
"UPLOAD": {
"UPLOAD-XML": "Import",
@ -311,7 +313,9 @@
"EDIT": "Edit",
"MAKE-IT-PUBLIC": "Make it public",
"VIEW": "View",
"CLONE": "Clone"
"CLONE": "Clone",
"NEW-VERSION": "New Version",
"VIEW-VERSIONS": "All Dataset Versions"
}
},
"DMP-PROFILE-EDITOR": {
@ -701,7 +705,7 @@
"DMP-NAME": "Dmp For Project : ",
"FIELDS": {
"NAME": "Title of the Dmp",
"DESCRIPTION": "Description",
"DESCRIPTION": "Provide an optional description for the DMP context and purpose",
"PROFILE": "Dataset Description Template"
}
},
@ -710,13 +714,22 @@
"NEW-TITLE": "",
"DATASET-LABEL": "Dataset Title",
"DATASET-NAME": "Dataset : ",
"DATASET-NAME-FOR":" For Dmp : "
"DATASET-NAME-FOR": " For Dmp : ",
"LIST-BUTTON-TOOLTIP": "Dataset List",
"ADD-BUTTON-TOOLTIP": "Add Dataset"
}
}
},
"ADD": {
"TITLE": "Describe Dataset"
}
},
"SAVE-DIALOG": {
"TITLE": "Would you like to add another Dataset?",
"ACTIONS": {
"AFFIRMATIVE": "Yes",
"NEGATIVE": "No"
}
}
}
}