diff options
Diffstat (limited to 'idrop-web/grails-app/i18n/messages.properties')
-rwxr-xr-x | idrop-web/grails-app/i18n/messages.properties | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/idrop-web/grails-app/i18n/messages.properties b/idrop-web/grails-app/i18n/messages.properties index 6d60c26..1ba19c7 100755 --- a/idrop-web/grails-app/i18n/messages.properties +++ b/idrop-web/grails-app/i18n/messages.properties @@ -3,6 +3,9 @@ text.account=Account text.actions=Actions text.add.metadata=Add Metadata text.add.all.to.cart=Add all selected items to the cart +text.add.input.parm=Add input parameter +text.add.output.parm=Add output parameter +text.add.parameter=Add parameter text.add.share=Add a share text.add.to.cart=Add to Cart text.address=Address @@ -40,10 +43,10 @@ text.email=Email text.file=File text.file.name=File Name text.first.name=First Name -text.forward=Page Forward text.find.path.in.tree=Open the path in the tree text.folders.shared.with.me=Folders shared with me text.folders.shared.by.me=Folders shared by me +text.frequency=Frequency text.gallery=Gallery text.grant=Grant public access text.guest.login=Use a guest login @@ -52,8 +55,10 @@ text.home=Home text.host=Host text.id=ID text.info=Info +text.input.parameters=Input Parameters text.idrop.lite=Idrop Lite text.irods.uri=iRODS URI +text.last.exec.time=Last Exec Time text.last.name=Last Name text.length=Size text.login=Login @@ -64,8 +69,11 @@ text.name=Name text.new.folder=New Folder text.object.path=Object Path text.optional=(Optional) +text.output.parameters=Output Parameters text.owner=Owner text.owner.zone=Owner Zone +text.parameter.name=Parameter Name +text.parameter.value=Parameter Value text.parent=Parent Collection text.path=Path text.password=Password @@ -84,6 +92,9 @@ text.replication.status=Replication Status text.rename=Rename text.resource=Resource text.resource.group=Resource Group +text.rule=Rule +text.rule.body=Rule Body +text.run.rule=Run Rule text.search=Search text.set.as.root=Set this as the root of the tree text.set.default.resource=Set default resource @@ -125,7 +136,6 @@ text.ticket.file.limit=Write File Limit text.ticket.url=Ticket URL text.ticket.url.landing=Show landing page text.title=Title -text.tags=Tags text.timestamp=Timestamp text.type=Type text.tools=Tools @@ -143,7 +153,6 @@ text.nickname=Nick Name text.value=Value text.view=View text.zone=Zone -text.new.folder=New Folder # page headings @@ -179,12 +188,17 @@ browse.page.prompt=Select a directory or file to see info and actions # messages error.confirm.password.missing=Confirmation password is null or blank error.nothing.selected=Nothing was selected for the action +error.invalid.request=Invalid Request +error.in.rule.execution=An error occurred in processing the rule error.no.access.permission=No access permission error.no.action=No action found error.no.audit.access=This user does not have permission to view audit data error.no.data.found=No data found +error.no.rule.body=No rule body was entered error.no.share.name=No share name was provided, please enter a share name error.no.ticket.found=No ticket was found +error.no.param.key=No key entered for parameter +error.no.param.value=No value entered for parameter error.data.error=Invalid data entered error.unable.to.find.acl=Unable to find ACL data error.no.description.provided=No description provided @@ -220,7 +234,6 @@ message.error.in.upload=An error occurred in uploading this file. If the proble message.login=Please enter your credentials to log into iRODS message.password.updated=The password was successfully updated message.resource.updated=Default storage resource updated successfully -message.update.successful=Update successful message.no.access=You do not have access rights to perform that operation message.no.starred=No starred files or folders to display message.cannot.create.profile=A profile cannot be created for this user, this may be a mis-configuration |