Skip to content

Commit 3ea8d9c

Browse files
committed
Added Dutch translations, improved a few original ones
1 parent bd637ad commit 3ea8d9c

File tree

2 files changed

+269
-7
lines changed

2 files changed

+269
-7
lines changed

web/src/main/webapp/WEB-INF/classes/org/fao/geonet/api/Messages.properties

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Message: \n\
129129
View record: \n\
130130
{{link}}
131131

132-
# SiteName / Task / recordTitle statusName by userName
132+
# SiteName / Task / taskName for recordTitle
133133
status_change_doiCreationTask_email_subject={0} / Task / {1} for '{{'index:resourceTitleObject'}}'
134134
# author
135135
status_change_doiCreationTask_email_text={0} requested creation of the DOI for the record '{{'index:resourceTitleObject'}}'. Could you proceed to the DOI creation by {4}.\n\
@@ -191,19 +191,19 @@ exception.resourceNotFound.resource.description=Metadata resource ''{0}'' not fo
191191
exception.resourceInvalid.metadata=Metadata is invalid
192192
exception.resourceInvalid.metadata.description=The metadata can't be submitted or approved
193193
exception.resourceNotEnabled.workflow=Metadata workflow is disabled
194-
exception.resourceNotEnabled.workflow.description=Can not be set the status of metadata
194+
exception.resourceNotEnabled.workflow.description=Metadata status cannot be set
195195
exception.resourceNotEnabled.applicationFeedback=Application feedback is disabled
196196
exception.resourceNotEnabled.applicationFeedback.description=Application feedback is disabled
197197
exception.doi.resourceContainsDoi=Record already contains a DOI
198-
exception.doi.resourceContainsDoi.description=Record ''{0}'' already contains a DOI. The DOI is <a href=''{1}''>{2}</a>. You've to update existing DOI. Remove the DOI reference if it does not apply to that record.
198+
exception.doi.resourceContainsDoi.description=Record ''{0}'' already contains a DOI. The DOI is <a href=''{1}''>{2}</a>. You have to update the existing DOI. Remove the DOI reference if it does not apply to that record.
199199
exception.doi.resourceAlreadyPublished=Record looks to be already published on DataCite
200200
exception.doi.resourceAlreadyPublished.description=Record ''{0}'' looks to be already published on DataCite with DOI <a href=''{1}''>''{2}''</a>. DOI on Datacite point to: <a href=''{3}''>''{4}''</a>. If the DOI is not correct, remove it from the record and ask for a new one.
201201
exception.doi.failedVisibilityCheck=Failed to check if record is visible to all for DOI creation
202202
exception.doi.failedVisibilityCheck.description=Failed to check if record ''{0}'' is visible to all for DOI creation. Error is ''{1}''.
203203
exception.doi.recordNotPublic=Record is not public
204204
exception.doi.recordNotPublic.description=Record ''{0}'' is not public and we cannot request a DOI for such a record. Publish this record first.
205205
exception.doi.resourcesContainsDoiNotEqual=Record already contains a DOI
206-
exception.doi.resourcesContainsDoiNotEqual.description=Record ''{0}'' already contains a DOI <a href=''{0}''>{1}</a> which is not equal to the DOI about to be created (ie. ''{3}''). Maybe current DOI does not correspond to that record? This may happen when creating a copy of a record having an existing DOI.
206+
exception.doi.resourcesContainsDoiNotEqual.description=Record ''{0}'' already contains a DOI <a href=''{0}''>{1}</a> which is not equal to the DOI about to be created (ie. ''{3}''). Perhaps the current DOI does not correspond to that record? This may happen when creating a copy of a record having an existing DOI.
207207
exception.doi.missingSavedquery=Record missing saved query
208208
exception.doi.missingSavedquery.description="Record ''{0}'' is in schema ''{1}'' and we cannot find a saved query with id ''{3}'' to retrieve the DOI. Error is {4}. Check the schema {5}SchemaPlugin and add the DOI get query."
209209
exception.doi.recordNotConformantMissingInfo=Record is not conform with DataCite format
@@ -241,12 +241,12 @@ api.metadata.import.errorDuplicatedUUID=You can't create a new record with the U
241241
api.metadata.import.errorDuplicatedUUIDDetailed=A record with UUID '%s' already exist and you choose no action on UUID processing. Choose to overwrite existing record or to generate a new UUID.
242242
api.metadata.import.errorNotEditorInGroup=You can't create a record in this group. User MUST be an Editor in that group
243243
api.metadata.import.errorFileRequired=A file MUST be provided.
244-
api.metadata.import.errorInvalidMEF=Import 0 record, check whether the importing file is a valid MEF archive.
244+
api.metadata.import.errorInvalidMEF=No records imported. Check whether the importing file is a valid MEF archive.
245245
api.metadata.import.errorEventStore=Impossible to store event for '%s'. Check error for details.
246246
api.metadata.import.errorMissingXsl=XSL transformation '%s' not found.
247247
api.metadata.import.errorDetectMetadataSchema=Can't detect schema for metadata automatically. You could try to force the schema with the schema parameter.
248-
api.metadata.share.errorMetadataNotValid=The metadata '%s' it's not valid, can't be published.
249-
api.metadata.share.errorMetadataNotApproved=The metadata '%s' it's not approved, can't be published.
248+
api.metadata.share.errorMetadataNotValid=The metadata '%s' is not valid, can't be published.
249+
api.metadata.share.errorMetadataNotApproved=The metadata '%s' is not approved, can't be published.
250250
api.metadata.share.ErrorUserNotAllowedToPublish=User not allowed to publish the metadata %s. %s
251251
api.metadata.share.strategy.groupOwnerOnly=You need to be administrator, or reviewer of the metadata group.
252252
api.metadata.share.strategy.reviewerInGroup=You need to be administrator, or reviewer of the metadata group or reviewer with edit privilege on the metadata.

0 commit comments

Comments
 (0)