2019-06-13 02:16:25 +08:00
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
2012-10-25 04:04:40 +08:00
2014-03-27 03:45:05 +08:00
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
2013-04-20 05:52:46 +08:00
2014-03-27 03:45:05 +08:00
tool.view.app = BigBlueButton
2013-04-20 05:52:46 +08:00
tool.view.title = BigBlueButton LTI Interface
tool.view.join = Join Meeting
tool.view.recording = Recording
2019-02-05 01:49:30 +08:00
tool.view.recording.format.presentation = Watch
tool.view.recording.format.video = Video
tool.view.recording.format.presentation_video = Download
2016-08-25 02:03:52 +08:00
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
2013-04-20 05:52:46 +08:00
tool.view.activity = Activity
tool.view.description = Description
2017-12-11 23:47:38 +08:00
tool.view.preview = Preview
2013-04-20 05:52:46 +08:00
tool.view.date = Date
tool.view.duration = Duration
tool.view.actions = Actions
2017-12-12 02:48:16 +08:00
tool.view.dateFormat = E, MM dd, yyyy HH:mm:ss Z
2016-08-24 05:25:27 +08:00
2017-12-11 23:47:38 +08:00
tool.error.general = Connection could not be established.