All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rris-journal-gui.0.0.3.source-code.FerrisStrings.properties Maven / Gradle / Ivy

# ------------------------------------------------------------------
# KSearchFrame
# ------------------------------------------------------------------
search.frame.title=Search Entries

# ------------------------------------------------------------------
# KEntryFrame
# ------------------------------------------------------------------
entry.frame.title=Add/Edit Entries
entry.delete.msg=Are you sure you want to delete this entry?\n\n\
	Click \"Yes\" to delete.
entry.delete.title=Delete Confirmation	
entry.deleted.dialog.message=The journal entry has been deleted.
entry.deleted.dialog.title=Delete successful
	
# ------------------------------------------------------------------
# KJournalsFrame
# ------------------------------------------------------------------
journal.frame.title=Add/Edit Journals
journal.delete.msg=Deleting this journal will delete\n\
	ALL entries in this journal!\n\n\
	Click \"Yes\" to delete this journal\n\
	and ALL its entries.
journal.delete.title=Delete Confirmation

# ------------------------------------------------------------------
# Labels
# ------------------------------------------------------------------
label.journal=Journal :
label.date=Date :
label.subject=Subject :
label.entry=Entry :
label.password=Password :
label.username=E-Mail :

# ------------------------------------------------------------------
# Columns
# ------------------------------------------------------------------
column.day=Date
column.journal=Journal
column.subject=Subject

# ------------------------------------------------------------------
# Regular words
# ------------------------------------------------------------------
file=File
exit=Exit
login=Login
register=Register
journals=Journals
search=Search
close=Close
new=New
save=Save
delete=Delete
dash=\ - 
yes=Yes
no=No
edit=Edit
exportAsText=Export

# ------------------------------------------------------------------
# Phrases
# ------------------------------------------------------------------
add_edit=Add / Edit
confirm_password=Confirm your password
password_mismatch=Passwords do not match, try again.

# ------------------------------------------------------------------
# Exceptions
# ------------------------------------------------------------------
exception.actioncommand.not.recognized=The action command, \"{0}\" is not recognized.
exception.malformed.url=The URL \"{0}\" is considered malformed.
exception.check.not.recognized=The constraint check \"{0}\" is not recognized.

# ------------------------------------------------------------------
# LoginFrame
# ------------------------------------------------------------------
login.frame.title=Login / Register

# ------------------------------------------------------------------
# DefaultFrame
# ------------------------------------------------------------------
default.frame.title=Ferris Journal v${project.version}

# ------------------------------------------------------------------
# ErrorDialog
# ------------------------------------------------------------------
error.dialog.title=Error

# ------------------------------------------------------------------
# Field validation
# ------------------------------------------------------------------
email.malformed.null=An e-mail address is required.
email.malformed.tooshort=An e-mail address is required.
email.malformed.toolong=The e-mail address can only be {0} characters long.  It currently has {1,choice,1.0#{1,number} character|2.0#{1,number} characters}.
email.malformed.wrongpattern=The e-mail should look something like [email protected].

password.malformed.null=A password is required. 
password.malformed.tooshort=The password needs to be at least {0} characters long. It currently has {1,choice,1.0#{1,number} character|2.0#{1,number} characters}.
password.malformed.toolong=The password can only be {0} characters long.  It currently has {1,choice,1.0#{1,number} character|2.0#{1,number} characters}.

journal.name.malformed.null=A journal name is required.
journal.name.malformed.empty=A journal name is required.
journal.name.malformed.toolong=The journal name can only be {0} characters long.  It currently has {1,choice,1.0#{1,number} character|2.0#{1,number} characters}.
journal.id.missing=The journal identified by AccountId=\"{0}\" and JournalId=\"{1}\" cannot be found.

entry.journal.malformed.missing=A journal is required.
entry.date.malformed.missing=A date is required.
entry.subject.malformed.null=A subject is required.
entry.subject.malformed.empty=A subject is required.
entry.subject.malformed.toolong=The subject can only be {0} characters long.  It currently has {1,choice,1.0#{1,number} character|2.0#{1,number} characters}.
entry.text.malformed.null=An entry is required.
entry.text.malformed.empty=An entry is required.

search.malformed.required=Please enter something to search for.
search.date.malformed.mingtmax=The minimum date is greater than the maximum date


# ------------------------------------------------------------------
# Operations
# ------------------------------------------------------------------
op.newAccount=Instantiating new account...
op.setUsername=Setting username...
op.setPassword=Encrypting/Setting password...
op.register=Registering...
op.login=Logging in....
op.loginFailed=Login failed.
op.registerFailed=Registration failed.
op.journal.newJournal=Instantiating new journal...
op.journal.setName=Setting journal name...
op.journal.setIsActive=Setting journal active state...
op.journal.setCreatedOn=Setting journal creation date...
op.journal.setAccount=Setting journal owner...
op.journal.insert=Attempting to save journal...
op.journal.inserted=Journal saved!
op.journal.findingId=Looking for journal data...
op.journal.id.missing=Existing journal data not found.
op.journal.update=Attempting to save journal...
op.journal.updated=Journal saved!
op.journal.delete=Deleting journal...
op.journal.deleted=Journal deleted!
op.journal.new=Enter data for new journal.
op.entry.newEntry=Instantiating new journal entry...
op.entry.setAccount=Setting account...
op.entry.setJournal=Setting journal...
op.entry.setCreatedOn=Setting created on...
op.entry.setDay=Setting day...
op.entry.setSubject=Setting subject...
op.entry.setEntry=Setting entry...
op.entry.insert=Attempting to save journal entry...
op.entry.inserted=Journal entry saved!
op.entry.setId=Setting id...
op.entry.update=Attempting to update journal entry...
op.entry.updated=Journal entry updated!
op.entry.new=Enter data for new journal entry.
op.entry.delete=Deleting journal entry...
op.entry.deleted=Journal entry deleted!
op.search.searching=Searching...
op.search.found=Found {0,choice,0.0#{0,number} matchs|1.0#{0,number} match|2.0#{0,number} matches}.
op.export.os={0}: Opening output stream...
op.export.writer={0}: Creating writer...
op.export.write={0}: Exporting data {1}
op.export.write.fail={0}: Export failed!
op.export.write.success={0}: Export successful.

#---------------------------------------------------------------------------------------------
#---------------------------------------------------------------------------------------------
#---------------------------------------------------------------------------------------------
#---------------------------------------------------------------------------------------------



registerFailed=Unable to register. Please check your E-Mail and password and try again.

loginFailed=Unable to login. Please check your E-Mail and password and try again.







© 2015 - 2025 Weber Informatics LLC | Privacy Policy