JAMWiki:ApplicationResources.properties

#Mon Feb 11 22:29:41 PST 2008
admin.action.refresh=Refresh Search Index
admin.action.save=Save Changes
admin.cache.caption=Clear disk and memory cache
admin.cache.caption.idleage=Maximum cache element idle age (in seconds)
admin.cache.caption.individualsize=Maximum number of cached elements per cache
admin.cache.caption.maxage=Maximum cache element age (in seconds)
admin.cache.caption.totalsize=Maximum number of cached elements
admin.cache.help.individualsize=The maximum number of elements that can be cached in memory for any specific cache.<br />A larger value improves performance but increases system memory usage.
admin.cache.help.totalsize=The maximum number of elements that can be cached in memory for all caches.<br />A larger value improves performance but increases system memory usage.
admin.cache.message.clearfailed=Failure while clearing the cache\: {0}.
admin.caption.defaulttopic=Default topic
admin.caption.externallinknewwindow=Open external links in new window
admin.caption.filedir=File-system directory
admin.caption.imageresize=Image resize increment (pixels)
admin.caption.logoimage=Logo image
admin.caption.metadescription=HTML meta description
admin.caption.printnewwindow=Open printable page links in new window
admin.caption.recentchanges=Reload recent changes
admin.caption.recentchangesdefault=Default number of recent changes displayed
admin.caption.reset=Reset
admin.caption.searchengine=Search Engine
admin.caption.spamfilter=Reload spam filter patterns
admin.caption.usepreview=Use Preview
admin.caption.usespamfilter=Enable spam filter
admin.caption.wysiwyg=Use WYSIWYG editor
admin.header.cache=Cache settings
admin.header.general=General settings
admin.header.ldap=User authentication settings
admin.header.parser=Parser settings
admin.header.persistence=Persistence settings
admin.header.rss=RSS settings
admin.header.upload=File upload settings
admin.help.clearcache=Clearing the cache will force any values stored in memory to be cleared.  This should only be necessary if a record is updated outside of the normal wiki processes.
admin.help.defaulttopic=The default topic is the root topic used for <b>new</b> virtual wikis.  To change the default topic for <b>existing</b> virtual wikis use the admin maintenance tools.
admin.help.filedir=An existing directory in which JAMWiki system files can be stored.
admin.help.imageresize=Image resizing can slow down the wiki, so images are resized in increments and then further scaled in the user's web browser.  A larger resize increment improves performance but reduces image quality.
admin.help.logoimage=This value specifies the logo for the wiki.  Values should be specified with respect to the webapp context root's <code>images</code> directory.
admin.help.metadescription=The HTML meta description is a description of a wiki page that can be used by search engines and other tools to describe a page. Variables that can be used in the meta description include\: {0} page topic (may be empty)
admin.help.rebuildsearch=It may be necessary to rebuild the search index after a crash or a restore from backup.  Note that this function can take a very long time to complete since all wiki topics must be parsed.
admin.help.reloadrecentchanges=Reloading recent changes will force the records for the recent changes page to be re-calculated.  This option should not normally be needed.
admin.help.reloadspamfilter=Reloading the spam filter patterns will update the spam filter with any changes from the <code>/WEB-INF/classes/spam-blacklist.txt</code> file.
admin.help.usespamfilter=The spam filter compares all edits against the patterns in the <code>/WEB-INF/classes/spam-blacklist.txt</code> file and blocks edits that match patterns from that file.
admin.ldap.caption=User information persistence
admin.ldap.caption.context=LDAP context
admin.ldap.caption.factory=LDAP factory class
admin.ldap.caption.field.email=LDAP "email" field
admin.ldap.caption.field.firstname=LDAP "first name" field
admin.ldap.caption.field.lastname=LDAP "last name" field
admin.ldap.caption.field.userid=LDAP "userid" field
admin.ldap.caption.login=LDAP login
admin.ldap.caption.password=LDAP password
admin.ldap.caption.security=LDAP security authentication
admin.ldap.caption.url=LDAP server URL
admin.ldap.help.context=The LDAP context to use when searching for users, such as "ou\=people,dc\=jamwiki,dc\=org".
admin.ldap.help.login=If needed, a fully-qualified LDAP user login such as "cn\=name,dc\=jamwiki,dc\=org".  If no login is required the value may be left empty.
admin.ldap.help.password=The password for the LDAP login.  This value may be empty if no login is required.
admin.ldap.help.security=The LDAP security authentication mechanism.  This value will usually be "none", "simple", "strong" or "DIGEST-MD5".
admin.maintenance.title=Maintenance
admin.message.cache=Cache successfully cleared.
admin.message.changesnotsaved=Changes HAVE NOT been saved
admin.message.changessaved=Changes saved
admin.message.indexrefreshed=Index refreshed
admin.message.passwordsnomatch=Passwords do not match, please re-enter.
admin.message.propertyfailure=Failure while processing property values\: {0}.
admin.message.recentchanges=Recent changes successfully loaded.
admin.message.recentchangesfail=Failure while loading recent changes\: {0}.
admin.message.searchrefresh=Failure while refreshing search index\: {0}.
admin.message.spamfilter=Spam filter patterns successfully reloaded.
admin.message.spamfilterfail=Failure while loading spam filter patterns\: {0}.
admin.message.virtualwikiadded=New virtual wiki added\: don't forget to add a Wiki servlet mapping to the web.xml file and restart the app server
admin.message.virtualwikifail=Failure while adding virtual wiki\: {0}.
admin.parser.caption=Parser
admin.parser.caption.allowhtml=Allow HTML
admin.parser.caption.allowjavascript=Allow Javascript
admin.parser.caption.allowtemplates=Allow Wiki templates
admin.parser.caption.signaturedate=Pattern for dates in signatures
admin.parser.caption.signatureuser=Pattern for user name in signatures
admin.parser.caption.tableofcontents=Use table of contents
admin.parser.caption.tableofcontentsdepth=Maximum table of contents depth
admin.parser.help.signaturedate=See the Javadoc for the java.text.SimpleDateFormat class for valid pattern values.
admin.parser.help.signatureuser=Key\: {0} \= user page; {1} \= user contributions page; {2} \= user comments page; {3} \= user login; {4} \= user display name; {5} \= user email; {6} \= user id
admin.parser.help.tableofcontentsdepth=Set this value from 1-6 to determine how much nesting is allowed within a topic's table of contents.
admin.parsertype.bliki=Bliki Parser
admin.parsertype.default=Default JAMWiki Parser
admin.persistence.caption=Persistence
admin.persistence.caption.driver=JDBC driver class
admin.persistence.caption.maxactive=Max number of active connections
admin.persistence.caption.maxidle=Max number of idle connections
admin.persistence.caption.minevictableidletime=Min idle eviction time
admin.persistence.caption.numtestsperevictionrun=Number of tests per eviction run
admin.persistence.caption.pass=Database Password
admin.persistence.caption.testonborrow=Test connections on borrow
admin.persistence.caption.testonreturn=Test connections on return
admin.persistence.caption.testwhileidle=Test idle connections
admin.persistence.caption.timebetweenevictionruns=Time (in seconds) between eviction runs
admin.persistence.caption.type=Database type
admin.persistence.caption.url=Database URL or JNDI DataSource name
admin.persistence.caption.user=Database Username
admin.persistence.caption.whenexhaustedaction=Action to take when pool is exhausted
admin.persistence.caption.whenexhaustedaction.block=Block
admin.persistence.caption.whenexhaustedaction.fail=Fail
admin.persistence.caption.whenexhaustedaction.grow=Grow
admin.persistence.help.minevictableidletime=Minimum idle time (in seconds) before evicting idle connections from the connection pool.
admin.persistencetype.database=External Database
admin.persistencetype.internal=Internal Database
admin.rss.caption.allowed=Provide RSS feed
admin.rss.caption.title=RSS feed title
admin.searchengine.lucene=Lucene Search Engine
admin.smtp.caption=Settings for email notifications
admin.smtp.caption.host=Host
admin.smtp.caption.pass=Password
admin.smtp.caption.reply=Reply address
admin.smtp.caption.user=Username
admin.title=Configuration
admin.title.cache=Clear Cache
admin.title.recentchanges=Reload Recent Changes
admin.title.refresh=Rebuild Search Index
admin.title.spamfilter=Reload Spam Filter Patterns
admin.title.virtualwiki=Add Virtual Wiki
admin.upload.caption.allowall=Allow all
admin.upload.caption.allownone=Disable uploads
admin.upload.caption.blacklist=Upload blacklist
admin.upload.caption.blacklisttype=Allowed file upload types
admin.upload.caption.maxfilesize=Maximum upload filesize (KB)
admin.upload.caption.uploaddir=File upload directory
admin.upload.caption.uploaddirrel=Relative file upload root
admin.upload.caption.useblacklist=Use blacklist
admin.upload.caption.usewhitelist=Use whitelist
admin.upload.caption.whitelist=Upload whitelist
admin.upload.help.blacklist=File extensions for file types that may not be uploaded to the wiki, separated by commas.  Example\: "jsp,bin,bat".
admin.upload.help.uploaddir=The directory in which to store uploaded files, and from which files will be downloaded.
admin.upload.help.uploaddirrel=Root path used in &lt;img&gt; and &lt;a&gt; tags; if the file upload directory is /docroot/wiki-files/, then the relative path is /wiki-files/.
admin.upload.help.whitelist=File extensions for file types that may be uploaded to the wiki, separated by commas.  Example\: "jpg,gif,txt".
admin.usergrouptype.database=Database
admin.usergrouptype.ldap=LDAP
allcategories.title=Categories
allfiles.title=All Files
allimages.title=All Images
alltopics.title=All Topics
allusers.title=All Users
common.add=Add
common.back=Back
common.cancel=Cancel
common.caption.diff=diff
common.caption.experimental=experimental
common.caption.history=history
common.caption.view=View
common.change=Change
common.continue=Continue
common.date=Date
common.default=Default
common.delete=Delete
common.exception.name=The requested value "{0}" was invalid. It may contain one or more characters which cannot be used in titles.
common.exception.notopic=Invalid or missing topic name.
common.exception.novirtualwiki=Invalid or missing virtual wiki.
common.exception.pseudotopic={0} is a special topic that cannot be viewed or edited as a normal topic.
common.login=Login
common.logout=Logout
common.move=Move
common.name=Name
common.pagination.next=Next {0}
common.pagination.previous=Previous {0}
common.pagination.results=Results per page
common.save=Save
common.sectionedit=Edit
common.sitename=JAMWiki
common.topic=Topic
common.undelete=Un-Delete
common.update=Update
common.user=User
common.warning.experimental=This feature is EXPERIMENTAL and should be used with caution.
contributions.title=User contributions for {0}
diff.badinput=You must select the two topic versions that you wish to diff between.
diff.line=Line
diff.nochange=There are no differences between the versions.
diff.title=Version Differences for {0}
edit.action.preview=Preview
edit.button.bold=Bold text
edit.button.bold.text=Bold text
edit.button.external.link=External link (remember http\:// prefix)
edit.button.external.link.text=http\://www.example.com link title
edit.button.head2=Level 2 headline
edit.button.head2.text=Headline text
edit.button.image=Embedded image
edit.button.image.text=Example.jpg
edit.button.internal.link=Internal link
edit.button.internal.link.text=Link title
edit.button.italic=Italic text
edit.button.italic.text=Italic text
edit.button.line=Horizontal line
edit.button.nowiki=Ignore wiki formatting
edit.button.nowiki.text=Insert non-formatted text here
edit.button.signature=Your signature with time stamp
edit.button.underline=Underlined text
edit.button.underline.text=Underlined text
edit.caption.comment=Edit Comment
edit.caption.minor=Minor Edit
edit.caption.watch=Add to Watchlist
edit.exception.conflict=WARNING\: Someone else has edited this topic.  The current version of the topic is show in the first box below, and your version is shown in the second box below.  Please manually resolve any differences and re-save.
edit.exception.nocontent=The topic {0} has no content.
edit.exception.spam=Your changes have been blocked by the spam filter.  Please remove any occurrences of the following term from your edit\: <b>{0}</b>.
edit.title=Editing {0}
edit.warning.oldversion=Warning\: The version being edited is an out-of-date version.  Saving will cause newer revisions to be lost.
edit.warning.preview=Preview\: changes have not been saved
error.caption=A system error has occurred.  The error message is\:
error.databaseconnection=A connection could not be established with the database; please re-check the settings\: {0}
error.directorydelete=Error while deleting file from {0}\: {1}
error.directoryinvalid={0} is not a valid directory.
error.directoryread=Error while reading file from {0}\: {1}
error.directorywrite=Error while writing file to {0}\: {1}
error.fieldlength=The value "{0}" exceeds the maximum allowed field size of {1} characters.
error.heading=A system error has occurred.  The error message is\:
error.login=The username and/or password is incorrect.  Please try again.
error.loginempty=Login cannot be empty.
error.newpasswordempty=New password field must be entered.
error.parserclass=Invalid parser class {0}.
error.passwordconfirm=Password confirmation must be entered.
error.readonly=Sorry, the topic you tried to edit is read-only. If you believe it should be editable, contact your Wiki administrator.
error.title=Error
error.unknown=An unknown system error has occurred.  The error message is\: {0}.
exception.badusername=Your username was not accepted, make sure it is not blank and contains no special characters (e.g. characters with accents)
footer.message.version=Version
generalmenu.jumpto=Go to
generalmenu.search=Search
history.current=Current Version
history.diff=Diff Selected
history.message.notopic=The topic "{0}" could not be found.  It may have been deleted or may not exist.
history.title={0} History
import.button.import=Import
import.caption.failure=No topic found to import.
import.caption.source=Source File
import.title=Import
linkto.none=There are no pages that link to {0}.
linkto.overview=The following pages link to {0}.
linkto.title=Links to {0}
login.message.admin=Only administrators may access this page.
login.message.default=You do not have permission to access {0}.
login.message.edit=Editing requires logging in.
login.message.editadmin=You must login with administrative privileges to edit {0}.
login.message.editnew=You do not have permission to create new topics.
login.message.move=You do not have permission to move {0}.
login.password=Password
login.rememberme=Remember Me
login.title=Login
login.username=Username
manage.caption.adminonly=Admin-Only
manage.caption.delete=Delete {0}
manage.caption.permissions=Permissions
manage.caption.readonly=Read-Only
manage.caption.undelete=Un-Delete {0}
manage.delete.commentspage=Delete associated comments page
manage.delete.reason=Reason for deletion
manage.delete.warning=<b>WARNING</b>\: Deleting an article or image removes it from the system.  Please confirm that you intend to delete this item and that it is being done in accordance with policy.
manage.message.permissions=Topic permissions updated
manage.message.updated=Topic {0} updated successfully.
manage.title=Manage {0}
manage.undelete.commentspage=Un-Delete associated comments page
manage.undelete.reason=Reason for un-deletion
move.comment=Reason for move
move.commentspage=Move associated comments page
move.destination=New topic name
move.editcomment={0} moved to {1}
move.exception.destinationexists=The topic {0} already exists.
move.exception.nodestination=No destination topic name specified.
move.exception.permission=The topic {0} has been protected and cannot be moved by users without appropriate permissions.
move.overview=This page provides functionality for moving a topic (including its history) to a new name.  The old topic name will then automatically redirect to the new topic name.  Note that the page <b>cannot</b> be moved if there is already a topic at the new destination.
move.title=Move {0}
recentchanges.caption.comments=Comments
recentchanges.caption.contributions=Contribs
recentchanges.caption.rss=RSS Feed
recentchanges.caption.time=Changes as of {0}.
recentchanges.rss.feed1=Recent Changes
recentchanges.rss.feed2=Recent Changes including minor changes
recentchanges.rss.feed3=Recent Changes linking to changed version
recentchanges.rss.feed4=Recent Changes including minor changes and linking to changed version
recentchanges.title=Recent Changes
register.caption.confirmpassword=Confirm new password
register.caption.displayname=Display name
register.caption.email=Email
register.caption.firstname=First name
register.caption.lastname=Last name (surname)
register.caption.locale=Preferred country & language
register.caption.newpassword=New password
register.caption.oldpassword=Old password
register.error.logininvalid=The login {0} is already in use.  Please choose another.
register.error.oldpasswordinvalid=Invalid old password.
register.error.passwordempty=Password cannot be empty.
register.form.info=Creating a user account allows you to have a permanent name which you will be known by on the Wiki, and also allows edits to be properly credited to you in article histories and on the recent changes page.
register.help.displayname=The display name is an optional field that is used in wiki signatures.
register.help.email=Email is an optional field.
register.help.firstname=First name is an optional field.
register.help.lastname=Last name is an optional field.
register.help.locale=The specified locale is used to determine how labels and other text on the wiki should be displayed.
register.title=Account Details
roles.caption.groupname=Group Name
roles.caption.roledescription=Description of role
roles.caption.rolename=Role name
roles.caption.roles=Roles
roles.caption.searchlogin=Search for users by login
roles.caption.searchrole=Search for users by role
roles.caption.selectrole=Select role to update
roles.caption.userlogin=User Login
roles.error.description=The role description is invalid.  Role descriptions must be less than 200 characters.
roles.error.name=The role name {0} is invalid.  Role names may contain only letters, numbers and underscores.
roles.header.group=Assign Group Roles
roles.header.modify=Create/Modify Role
roles.header.user=Assign User Roles
roles.help.grouproles=<b>All</b> anonymous users will have ONLY the roles specified by GROUP_ANONYMOUS, while <b>all</b> logged-in users are assigned the roles specified by GROUP_REGISTERED_USER.  If (for example) anonymous users should not be allowed to upload files to the wiki, simply de-select <code>ROLE_UPLOAD</code> for GROUP_ANONYMOUS.  Note that some roles such as <code>ROLE_ADMIN</code> should not be assigned to groups and should instead only be assigned to individual users.
roles.help.roledescription=The role description is an optional field describing how the role is used.
roles.help.rolename=Valid characters for the role name are letters, numbers and underscores.  Any other character, including spaces, is invalid.  Once created a role name may not be modified.
roles.help.selectrole=Select the role to update, or leave this value blank to create a new role.
roles.help.userroles=Individual users may be assigned roles <b>in addition to</b> the roles assigned to them by GROUP_REGISTERED_USER.  First, search for the user either by login or user role, then update the user's roles as appropriate.  Users may need to re-login for changes to take effect.
roles.message.grouproleupdate=Roles updated successfully for groups.
roles.message.roleadded=New role {0} added successfully.
roles.message.rolefail=Error while modifying role\: {0}.
roles.message.rolesearchfail=Failure while retrieving roles\: {0}.
roles.message.roleupdated=Role {0} updated successfully.
roles.message.sysadminremove=You may not remove ROLE_SYSADMIN from your own account.  This feature is implemented as a safety measure to ensure that the wiki always has at least one sysadmin.
roles.message.userroleupdate=Roles updated successfully for user(s).
roles.title=User/Group Roles
search.for=Search for\:
search.hints=Hints\:<br />You can use * and ? as wildcards.<br />If you attach ~ to a word, you do a fuzzy search.<br />You can use AND, OR. Grouping is allowed using ( )<br />Emphasize a word using +, use - if a word should not be in the index.<br /><a href\="http\://lucene.apache.org/java/docs/queryparsersyntax.html" target\="_blank">more on search query terms</a><br />
search.poweredby=Search powered by
search.search=Search
search.title=Search
searchresult.notfound="{0}" was not found in any topic.
searchresult.title=Search for "{0}"
setup.caption.adminlogin=Admin user login
setup.error.jdk=JAMWiki requires a minimum JDK version of {0}.  The current system is reporting JDK version {1}.
setup.error.notrequired=System setup is already complete.  View the admin page to change settings.
setup.error.upgrade=A new installation is being performed, but a JAMWiki database already exists.  If JAMWiki was previously installed, please use the upgrade process described in the UPGRADE.txt document.  If you continue with a new installation the existing database schema may not match the current JAMWiki version and errors will occur.  Press the continue button below only if you wish to continue with the new install.
setup.help.logfile=Information about setup, including details of any errors, should be available by default in the <code>{0}</code> file.  The log file format and location can be customized using the <code>{1}</code> file.
setup.title=Setup
specialpages.title=Special pages
tab.admin.configuration=Configuration
tab.admin.maintenance=Maintenance
tab.admin.roles=Roles
tab.admin.translations=Translations
tab.common.article=Article
tab.common.comments=Comments
tab.common.contributions=Contributions
tab.common.edit=Edit
tab.common.history=History
tab.common.links=Links
tab.common.manage=Manage
tab.common.move=Move
tab.common.print=Print
tab.common.special=Special
tab.common.unwatch=Unwatch
tab.common.watch=Watch
topic.caption.editlegend=Editing Controls
topic.categories=Categories
topic.category.images=Images in category &quot;{0}&quot;
topic.category.numimages=There are {0} images in category &quot;{1}&quot;
topic.category.numsubcategories=There are {0} sub-categories in category &quot;{1}&quot;
topic.category.numtopics=There are {0} topics in category &quot;{1}&quot;
topic.category.subcategories=Sub-categories for category &quot;{0}&quot;
topic.category.topics=Topics in category &quot;{0}&quot;
topic.file.download=View/Download this file
topic.filehistory=File History
topic.ismentionedon=is mentioned on\:
topic.notcreated=The topic "{0}" does not currently exist.  To create it please follow the link\: {1}.
topic.redirect.from=Redirected from {0}
topic.redirect.infinite=The topic has redirected too many times and cannot be be resolved.
topic.title={0}
topicsadmin.title=Admin-Only Topics
translation.caption.hidetranslated=Hide entries that have already been translated.
translation.caption.instructions=Please select a language/locale from the drop-down.  To create translations for a new language/locale type the language/locale name into the text box (such as "en" or "en_US") and click "Change".  Valid language and country codes can be found in the <a href\="http\://www.loc.gov/standards/iso639-2/englangn.html">ISO language code standard</a> and the <a href\="http\://www.iso.ch/iso/en/prods-services/iso3166ma/02iso-3166-code-lists/list-en1.html">ISO country code standard</a>.  The web application server may need to be restarted for translation changes to become visible on the site.
translation.caption.key=Translation Key / Default Translation
translation.caption.translation={0} Translation
translation.title=Translations
upgrade.caption.detected=An upgrade to JAMWiki has been installed.  Please back up all data, and then click the "Submit" button to complete the upgrade process.
upgrade.caption.login=An upgrade to JAMWiki has been installed.  Please login as an admin to complete the upgrade process.
upgrade.caption.upgradecomplete=Upgrade successful.<br />{0}
upgrade.caption.upgradefailed=The upgrade has failed.  Please see below and check the logs for any failure messages, and consult the UPGRADE.txt document for details on how to perform a manual upgrade.  Please report this error at <a href\="http\://jamwiki.org/"> jamwiki.org</a> and provide any relevant information in the bug report.
upgrade.error.notrequired=No upgrade is currently required.
upgrade.error.oldversion=Upgrading to version {0} from versions older than {1} is not supported.
upgrade.title=Upgrade
upload.caption.filedescription=File Description
upload.error.directorycreate=Unable to create upload directory {0}.
upload.error.filename=Invalid filename.
upload.error.filenotfound=No file found in upload.
upload.error.filetype=Administrative settings for this site do not allowed uploads for files of type "{0}".
upload.error.nodirectory=Uploads not supported, no valid directory to upload into.
upload.title=File Upload
usermenu.account=Account
usermenu.admin=Admin
usermenu.register=Register
usermenu.user={0}
usermenu.usercomments=User Comments
usermenu.watchlist=Watchlist
watchlist.caption.added=The topic <b>{0}</b> has been added to your watchlist.
watchlist.caption.empty=There are no items in your watchlist.
watchlist.caption.removed=The topic <b>{0}</b> has been removed from your watchlist.
watchlist.error.loginrequired=The watchlist is only available to logged-in users.
watchlist.title=Watchlist