org.valkyriercp.sample.simple.simple.properties Maven / Gradle / Ivy
applicationDescriptor.title=Valkyrie RCP - Simple Sample Application
applicationDescriptor.caption=Experience the coolness of Valkyrie RCP
applicationDescriptor.description=The Simple sample application demonstrates basic capabilities of the Valkyrie RCP platform
# Commands
newContactCommand.label=&New Contact@ctrl N
newContactCommand.caption=Adds a new Contact to the database
newMenu.label = New
newMenu.caption=Add new objects
fileMenu.label = File
helpMenu.label = Help
windowMenu.label = Window
# Initial View
initialView.label=&Initial View
initialView.caption=Initial View for the sample application
firstMessage.text=This message was configured in the application context!
# Validation display strings (see SimpleValidationRulesSource)
alphabeticConstraint=must consist of alphabetic characters only
zipcodeConstraint=must be nnnnn or nnnnnn-nnnn
emailConstraint=must be xxx@yyy (like [email protected])
phoneConstraint=must be nnn-nnn-nnnn (like 212-123-4567)
# Contact View
contactView.label=&Contacts
contactView.title=Contact Summary
contactView.caption=Manage contacts
# Contact table status messages
contacts.objectName.singular=Contact
contacts.objectName.plural=Contacts
objectTable.showingAll.message=Showing all {0} {1}
objectTable.showingN.message=Showing {0} {1} of {2}
objectTable.selectedN.message=, {0} selected
nameAddressFilter.label=Name/Address Filter:
nameAddressFilter.caption=Just type to match table entries by last name or address
contact.confirmDelete.title=Confirm Delete
contact.confirmDelete.message=Are you sure you want to delete this Contact?
# Contact properties dialog page
contactForm.title=Contact Information
contactForm.description=Enter the details of the contact below.
contactForm.caption=some caption
contactProperties.new.title=New Contact
contactProperties.edit.title=Edit Contact: {0} {1}
contactProperties.dirtyCancelMessage=You have unsaved changes, are you sure you want to discard them?
contactProperties.dirtyCancelTitle=Confirm discard of changes
# Contact form
id.label=Id
id.displayName=Id
firstName.label=First Name
lastName.label=Last Name
dateOfBirth.label=Date of Birth
dateOfBirth.caption=Format is mm-dd-yyyy or mm/dd/yyyy
homePhone.label=Home Phone
workPhone.label=Work Phone
emailAddress.label=Email
contactType.label=Contact Type
address.address1.label=Address 1
address.address2.label=Address 2
address.address3.label=Address 3
address.city.label=City
address.state.label=State
address.zip.label=Zip
monthlyIncome.label=Monthly income
memo.label = Memo
cancelCommand.label=&Cancel
todoItemForm.name.label = Todo name
todoItemForm.description.label = Todo description
todoItemForm.todoDate.label = Todo date
todoListBinding.name.header = Name
todoListBinding.description.header = Description
todoItemListBindingDialog.title = Todo item
todoItemListBindingDialog.description = Todo description
contactViewTable.lastName.header=Last name
contactViewTable.firstName.header=First name
contactViewTable.address.address1.header=Address
contactViewTable.address.city.header=City
contactViewTable.address.state.header=State
contactViewTable.address.zip.header=Zip
java.lang.Throwable.description = An error has occurred
java.lang.Throwable.caption = Exception
org.valkyriercp.sample.simple.domain.ContactType.PERSONAL = Personal
org.valkyriercp.sample.simple.domain.ContactType.BUSINESS = Business
© 2015 - 2025 Weber Informatics LLC | Privacy Policy