Merge branch 'feature/UAreview_2.6_newstrings' into 'master'

Feature/uareview 2.6 newstrings

See merge request !386
This commit is contained in:
Andy Healey
2017-07-13 10:55:48 +01:00
2 changed files with 8 additions and 8 deletions

View File

@@ -39,10 +39,10 @@ rm.action.parameter-not-supplied=Add a ''{0}'' to continue.
rm.action.delete-not-hold-type=We couldn't delete the hold because {1} isn't of type {0}.
rm.action.cast-to-rm-type=You can't upload a custom folder type to the records management file plan.
rm.action.record-folder-create=You can't create a record folder in another record folder.
rm.action.unique.child.type-error-message=Operation failed. Multiple children of this type are not allowed.
rm.action.multiple.children.type-error-message=Operation failed. Children of type {0} are not allowed
rm.action.create.transfer.container.child-error-message=Operation failed. Creation is not allowed in Transfer Container.
rm.action.create.transfer.child-error-message=Operation failed. Creation is not allowed in Transfer Folders.
rm.action.create.record.folder.child-error-message=Only records can be created in record folders but it was {0}
rm.action.transfer-non-editable=The metadata of transfer nodes is not editable.
rm.action.unique.child.type-error-message=You can't create multiple items of this type here.
rm.action.multiple.children.type-error-message=You can't create {0} here.
rm.action.create.transfer.container.child-error-message=You can't create items in the Transfer container.
rm.action.create.transfer.child-error-message=You can't create items in Transfer Folders.
rm.action.create.record.folder.child-error-message=You can only create records in record folders and this was a {0}.
rm.action.transfer-non-editable=You can't edit transfer folder or container metadata.

View File

@@ -20,5 +20,5 @@ rm.service.node-has-aspect=The record type {1} is already showing for record {0}
rm.service.final-version=Final
rm.service.final-version-description=The final archived record version
rm.service.enable-autoversion-on-record-creation=Auto Version on Record Creation
rm.service.add-children-to-closed-record-folder=You can't add new items to a closed record folder
rm.service.update-record-content=Could not update content property as it's immutable for records.
rm.service.add-children-to-closed-record-folder=You can't add new items to a closed record folder.
rm.service.update-record-content=You can't update a record's content property.