88 lines
4.7 KiB
Properties
88 lines
4.7 KiB
Properties
default.doesnt.match.message=Property [{0}] of class [{1}] with value [{2}] does not match the required pattern [{3}]
|
|
default.invalid.url.message=Property [{0}] of class [{1}] with value [{2}] is not a valid URL
|
|
default.invalid.creditCard.message=Property [{0}] of class [{1}] with value [{2}] is not a valid credit card number
|
|
default.invalid.email.message=Property [{0}] of class [{1}] with value [{2}] is not a valid e-mail address
|
|
default.invalid.range.message=Property [{0}] of class [{1}] with value [{2}] does not fall within the valid range from [{3}] to [{4}]
|
|
default.invalid.size.message=Property [{0}] of class [{1}] with value [{2}] does not fall within the valid size range from [{3}] to [{4}]
|
|
default.invalid.max.message=Property [{0}] of class [{1}] with value [{2}] exceeds maximum value [{3}]
|
|
default.invalid.min.message=Property [{0}] of class [{1}] with value [{2}] is less than minimum value [{3}]
|
|
default.invalid.max.size.message=Property [{0}] of class [{1}] with value [{2}] exceeds the maximum size of [{3}]
|
|
default.invalid.min.size.message=Property [{0}] of class [{1}] with value [{2}] is less than the minimum size of [{3}]
|
|
default.invalid.validator.message=Property [{0}] of class [{1}] with value [{2}] does not pass custom validation
|
|
default.not.inlist.message=Property [{0}] of class [{1}] with value [{2}] is not contained within the list [{3}]
|
|
default.blank.message=Property [{0}] of class [{1}] cannot be blank
|
|
default.not.equal.message=Property [{0}] of class [{1}] with value [{2}] cannot equal [{3}]
|
|
default.null.message=Property [{0}] of class [{1}] cannot be null
|
|
default.not.unique.message=Property [{0}] of class [{1}] with value [{2}] must be unique
|
|
|
|
default.paginate.prev=Previous
|
|
default.paginate.next=Next
|
|
default.boolean.true=True
|
|
default.boolean.false=False
|
|
default.date.format=yyyy-MM-dd HH:mm:ss z
|
|
default.number.format=0
|
|
|
|
default.created.message={0} {1} created
|
|
default.updated.message={0} {1} updated
|
|
default.deleted.message={0} {1} deleted
|
|
default.not.deleted.message={0} {1} could not be deleted
|
|
default.not.found.message={0} not found with id {1}
|
|
default.optimistic.locking.failure=Another user has updated this {0} while you were editing
|
|
|
|
default.home.label=Home
|
|
default.list.label={0} List
|
|
default.add.label=Add {0}
|
|
default.new.label=New {0}
|
|
default.create.label=Create {0}
|
|
default.show.label=Show {0}
|
|
default.edit.label=Edit {0}
|
|
|
|
default.button.create.label=Create
|
|
default.button.edit.label=Edit
|
|
default.button.update.label=Update
|
|
default.button.delete.label=Delete
|
|
default.button.delete.confirm.message=Are you sure?
|
|
|
|
# Data binding errors. Use "typeMismatch.$className.$propertyName to customize (eg typeMismatch.Book.author)
|
|
typeMismatch.java.net.URL=Property {0} must be a valid URL
|
|
typeMismatch.java.net.URI=Property {0} must be a valid URI
|
|
typeMismatch.java.util.Date=Property {0} must be a valid Date
|
|
typeMismatch.java.lang.Double=Property {0} must be a valid number
|
|
typeMismatch.java.lang.Integer=Property {0} must be a valid number
|
|
typeMismatch.java.lang.Long=Property {0} must be a valid number
|
|
typeMismatch.java.lang.Short=Property {0} must be a valid number
|
|
typeMismatch.java.math.BigDecimal=Property {0} must be a valid number
|
|
typeMismatch.java.math.BigInteger=Property {0} must be a valid number
|
|
typeMismatch=Property {0} is type-mismatched
|
|
|
|
bigbluebutton.welcome.header=Welcome to <b>{0}</b>!
|
|
bigbluebutton.welcome.footer=To understand how BigBlueButton works see our <a href=\"event:http://www.bigbluebutton.org/content/videos\"><u>tutorial videos</u></a>.<br><br>To join the audio bridge click the headset icon (upper-left hand corner). <b>Please use a headset to avoid causing noise for others.
|
|
bigbluebutton.welcome.record=This meeting is being recorded
|
|
bigbluebutton.welcome.duration=The maximum duration for this meeting is {0} minutes
|
|
|
|
tool.view.app=BigBlueButton
|
|
tool.view.title=BigBlueButton LTI Interface
|
|
tool.view.join=Join Meeting
|
|
tool.view.recording=Recording
|
|
tool.view.recording.format.presentation=Watch
|
|
tool.view.recording.format.video=Video
|
|
tool.view.recording.format.presentation_video=Download
|
|
tool.view.recording.delete.confirmation=Are you sure to permanently delete this recording?
|
|
tool.view.recording.delete.confirmation.warning=Warning
|
|
tool.view.recording.delete.confirmation.yes=Yes
|
|
tool.view.recording.delete.confirmation.no=No
|
|
tool.view.recording.publish=Publish
|
|
tool.view.recording.unpublish=Unpublish
|
|
tool.view.recording.delete=Delete
|
|
tool.view.activity=Activity
|
|
tool.view.description=Description
|
|
tool.view.preview=Preview
|
|
tool.view.date=Date
|
|
tool.view.duration=Duration
|
|
tool.view.actions=Actions
|
|
tool.view.dateFormat=E, MM dd, yyyy HH:mm:ss Z
|
|
|
|
tool.error.general=Connection could not be established.
|
|
tool.view.recording.format.screenshare=Screenshare
|
|
tool.view.recording.format.podcast=Podcast
|
|
tool.view.recording.format.notes=Shared Notes |