# DO NOT EDIT THE application's resource.properties FILE UNDER classes.
# Edit the one under src/java/resources instead!
# Then copy over, or build.
# =========================================================
required_field.error_message=The field is required.
error.required=Please select {0}
error.numberFormatError={0} must be an integer
error.lessThanZero={0} must be greater than 0
error.ac.upload=An error occurred while uploading your file(s).
error.ac.upload.emptyOrNotFound=The file path is wrong or the file is 0 bytes.
error.ac.upload.incorrectUploadStart=You can only upload from a folder or from home.
error.ac.doc.size=The file size exceeds the maximum allowed.
error.ac.upload.outofspace=There is no space available in your allocated user storage space to upload the file.
error.ac.upload.checkedout=The file you selected is already checked out by another user.
error.ac.checkout=An error occurred while checking out your file.
error.ac.reactivate=Unable to reactivate your selected file(s). Please try again later.
error.ac.expire.change.number=Value for file expiration must be a number greater than 0.
error.ac.expire.change=Error updating file expiration.
error.ac.newVersionExtension=The new version must have the same extension as the previous version
error.ac.permissionDenied=You do not have the rights to perform this operation
error.ac.pendingDocs=You cannot reject a folder for which documents have already been approved, or for which documents are pending.
error.ac.apprvRejDocs=An error occurred while processing the approval or rejection.
error.ac.apprvFolsNotEmpty=One or more of the selected folders could not be approved for deletion because they contain children.
error.ac.kcDoesNotExist=The Knowledge Center (or its child) that you are trying to access no longer exists
error.ac.commDoesNotExist=The Community (or its child) that you are trying to access no longer exists
error.ac.genericError=An error occurred while processing your request.
error.ac.specificError=An error occurred while processing your request: {0}
error.ac.atLeastOneRequired=At least one of {0} or {1} is required
error.ac.contactsysadmin=Please contact your System Administrator if this problem persists.
error.ac.document.pendingApprovalForKC=Your subscription request to the Knowledge Center containing this document is pending approval. You cannot view documents within this Knowledge Center until it has been approved.
error.ac.subscribetoviewdocument=You must first subscribe to this Knowledge Center in order to view this document
error.ac.circularCommunityMove=You cannot make a {0} a child of itself or of its children.
error.ac.invalidUser=You are not permitted to perform this operation
error.ac.invalidKnowledgeCenter=The Knowledge Center you are trying to access does not exist
appian.ac.statistics.unavailable.displayname=Your Statistics are temporarily unavailable. Please try again later.
error.ac.InvalidUserException=The user is invalid.
error.ac.oneOrMoreInvalidUsers=One or more of the usernames are invalid.
#error.ac.InvalidOperationException=You do not have the rights to perform this operation
#error.ac.PendingRevisionDocumentException=The document you are trying to access cannot be viewed because it is pending revision
#error.ac.ExpiredDocumentException=The document you are trying to access cannot be viewed because it has expired
#error.ac.InvalidKnowledgeCenterException=The knowledge center you are trying to access is invalid or has been deleted
#error.ac.InvalidDocumentException=The document you are trying to access is invalid or has been deleted
#error.ac.InvalidFolderException=The folder you are trying to access is invalid or has been deleted
#error.ac.StorageLimitException=The operation could not be completed because you have exceeded your storage space
#error.ac.InvalidCommunityException=The department you are trying to access is invalid or has been deleted
#error.ac.InvalidDataFormatException=The data which you have entered is invalid
#error.ac.InvalidEmailAddressException=The email address which you have entered is invalid
error.ac.InvalidGroupException=The group(s) which you are trying to access is/are invalid
error.ac.oneOrMoreInvalidGroups=One or more of the groupnames are invalid.
#error.ac.DatabaseOperationException=An error has occurred updating the information that you entered
error.ac.nestedDcumentRequiresApproval=This folder cannot be moved because it contains a document that requires approval
# Possible messages within collaboration exceptions thrown by k
E101=The user is invalid
E102=You do not have the rights to perform this operation
E103=The operation could not be completed because the Knowledge Center contains information
E104=The Knowledge Center you are trying to access is invalid or has been deleted
E105=The Folder could not be deleted because it has children
E106=The Document you are trying to access is invalid or has been deleted
E107=You currently have no Knowledge Center subscriptions
E108=The Folder parent does not exist
E109=There is currently no more user space available
E110=The Folder you are trying to access is invalid or has been deleted
E111=A User Permission is ineligible for this assignment
E112=The Community you are trying to access is invalid or has been deleted
E113=You have specified an improper data format
E114=The Database Save operation failed
E115=Failed to make backup copy of database
E116=User Inbox Item Not Owned by User
E117=The Community could not be deleted because it contains children
E118=The Community cannot be reactivated without activating parents first
E119=Null Arguments are Invalid
E120=The Community ID cannot equal the Parent ID
E121=The Document version you are trying to access is invalid or has been deleted
E122=The specified e-mail address is invalid
E123=The operation could not be completed because the Document is checked out
E124=The Document cannot be viewed because it is pending change approval
E125=The specified Group does not exist
E126=The operation could not be completed because the Knowledge Center contains inheriting Folders
E127=The Document cannot be viewed because it has expired
E131=Call has been deprecated for users other than current user.
error.ac.GenericException=An error occurred while processing your request. Please try again later.
#Admin errors
error.ac.admin.delete.document=Unable to deleted the specified document.
error.ac.admin.reactivate.document=Unable to reactivate the specified document.
error.ac.admin.movekc=Unable to move the Knowledge Center to a new Community.
error.ac.admin.admintokc.add=Unable to add the user as an admin to the Knowledge Center.
error.ac.admin.creatorofkc.change=Unable to change the creator of the Knowledge Center.
error.ac.admin.moduser.storage=Unable to set the storage space for the user.
error.ac.admin.community.create=Unable to create the community.
error.ac.admin.community.deactivate=Unable to deactivate the community.
error.ac.admin.community.reactivate=Unable to reactivate the community.
error.ac.admin.community.adminadd=Unable to add administrator to the community.
error.ac.admin.community.adminremove=Unable to remove administrator from the community.
error.ac.admin.community.retrieve=Unable to retrieve the community. Please ensure that the community ID is valid.
error.ac.admin.community.update=Unable to update community.
error.ac.admin.community.admins.modify=User not found or could not be modified.
error.ac.admin.community.noaccess=You do not have access to perform that operation.
#Admin messages
appian.ac.admin.docmod.success=Document successfully modified.
appian.ac.admin.movekc.success=Knowledge Center successfully moved to new Community.
appian.ac.admin.admintokc.add.success=User successfully added as admin to Knowledge Center.
appian.ac.admin.creatorofkc.change.success=Creator of Knowledge Center successfully changed.
appian.ac.admin.moduser.storage.success=User storage space successfully modified.
appian.ac.admin.community.create.success=Community successfully created.
appian.ac.admin.community.deactivate.success=Community successfully deactivated.
appian.ac.admin.community.reactivate.success=Community successfully reactivated.
appian.ac.admin.community.adminadd.success=Administrator successfully added to community.
appian.ac.admin.community.adminremove.success=Administrator successfully removed from community.
appian.ac.admin.community.update.success=Community successfully updated.
#Wizard errors
error.ac.wiz.NV.extension.displayname=The new version must have the same extension as the previous version
error.ac.wiz.permissionDenied.displayname=You do not have the rights to perform this operation
error.ac.wiz.noFileName.displayname=You must provide a name for the file
error.ac.wiz.noFileName.displayfile=You must select a file to upload
error.ac.wiz.shortFileName.displayname=File name is too short
error.ac.wiz.shortFileName.minlength.displayname=File name is too short. The file name must have at least {0} chars
error.ac.wiz.nameHasInvalidChar.filedisplayname=The characters ., \, /, ;, :, ", |, ?, ', cannot be used in a File name. Please rename this File without these characters
error.ac.wiz.nameHasInvalidChar.folderdisplayname=The characters ., \, /, ;, :, ", |, ?, ', cannot be used in a Folder name. Please rename this Folder without these characters
error.ac.wiz.nameHasInvalidChar.kcdisplayname=The characters ., \, /, ;, :, ", |, ?, ', cannot be used in a Knowledge Center name. Please rename this Knowledge Center without these characters
error.ac.wiz.chars1.displayname=The character
error.ac.wiz.chars2.displayname=cannot be used in a File name. Please rename this File without this character.
error.ac.wiz.chars2b.displayname=cannot be used in a Folder name. Please rename this Folder without this character.
error.ac.wiz.chars2d.displayname=cannot be used in a community name. Please rename this Community without this character.
error.ac.wiz.chars2e.displayname=cannot be used in a Knowledge Center name. Please rename this Knowledge Center without this character.
error.ac.wiz.upload.emptyFile.displayname=You cannot upload a file of 0 bytes
error.ac.wiz.NF.notAllFiles.displayname=You must select all the files to upload
error.ac.wiz.NF.notAllFilesNames.displayname=You must provide names for all the files
error.ac.wiz.NFO.noFolderName.displayname=You must provide a name for the folder
error.ac.wiz.nv.ext.displayname=Changing the extension of a file may make it unreadable. Are you sure you want to do this?
error.ac.wiz.nv.change.ext.displayname=You cannot change the extention of a document. Please select a file with the same extension as the previous version.
error.ac.wiz.nkc.adduser.displayname=You must first select a user to add.
error.ac.wiz.mf.toomanydocumentstomove.displayname=You cannot move more than {0} documents to another knowledge center
error.ac.wiz.mf.toomanydocumentstocopy.displayname=You cannot copy more than {0} documents
error.ac.wiz.mf.toomanyfoldersanddocstomove.displayname=You cannot move more than {0} folder and documents
error.ac.wiz.generalError.displayName=An error occurred while performing the requested operation.
# BUTTONS
appian.ac.next.displayname=Next
appian.ac.previous.displayname=Previous
appian.ac.back.displayname=Back
appian.ac.cancel.displayname=Cancel
appian.ac.finish.displayname=Finish
appian.ac.notif.snd.displayname=Send Notifications
appian.ac.doc.upl.displayname=Add a File
appian.ac.fo.add.displayname=Add a Folder
appian.ac.groups.access.displayname=Next
appian.ac.clickhere=Click here
# NEW/FEATURED DOCUMENTS CHANNEL
appian.ac.newdocschannel.whatsnew.displayname=What's New in {0}
appian.ac.newdocschannel.nowhatsnew.displayname=There are no new documents for {0}
appian.ac.newdocschannel.featured.displayname=What's Featured in {0}
appian.ac.newdocschannel.nofeatured.displayname=There are no featured documents for {0}
appian.ac.newdocschannel.customize.displayname=Customize this channel now
appian.ac.newdocschannel.selectcommunity.displayname=Select the {0} community for this channel
appian.ac.newdocschannel.showsubcommdocs.displayname=Show Documents from Subcommunities
appian.ac.newdocschannel.showfeatureddocs.displayname=Show Featured Documents
appian.ac.newdocschannel.shownewdocs.displayname=Show New Documents
appian.ac.newdocschannel.enternumberofnewdocs.displayname=Enter Number of New Documents to Display
appian.ac.newdocschannel.optionalmessagetext.displayname=(Optional) Message Text
appian.ac.newdocschannel.messagetext.displayname=This message will occur at the top of the channel, above the documents
appian.ac.newdocschannel.gotocommunity.displayname=Go to the {0} Knowledge Centers
appian.ac.newdocschannel.numDocs.displayname=Number of Documents
appian.ac.newdocschannel.featureDocsOption.displayname=Feature Documents Option
appian.ac.newdocschannel.newDocsOption.displayname=New Documents Option
appian.ac.newdocschannel.subcommDocsOption.displayname=Subcommunity Option
appian.ac.newdocschannel.community.displayname=Community
appian.ac.newdocschannel.help.displayname=Get Help on communities are available for selection?
appian.ac.resultset.pagesize=20
appian.ac.groupname.displayname=Group Name
appian.ac.login.displayname=Login
appian.ac.gmt.displayname=GMT
appian.ac.status.displayname=Status
appian.ac.symlinkbrac.displayname=[SYM LINK]
appian.ac.stat.excludesHighSecKcs.displayname=This number excludes high-security Knowledge Centers
appian.ac.stat.excludesNonSearchableFol.displayname=This number excludes non-searchable Folders
appian.ac.community.displayname=Community
appian.ac.comm.add.new.groups.displayname=Add New Groups.
appian.ac.comm.noadmingroups.displayname=No Administrator Groups
appian.ac.returntohome.displayname=Return To Home
appian.ac.returntopage.displayname=Return To {0}
appian.ac.public.displayname=Public
appian.ac.all.displayname=All
appian.ac.more.displayname=More
appian.ac.clickformorenew.displayname=Click here to get more "What's New"
appian.ac.primAdmin.displayname=Primary Administrators
appian.ac.inherAdmin.displayname=Inherited Administrators
appian.ac.primGroupAdmin.displayname=Primary Groups
appian.ac.inherGroupAdmin.displayname=Inherited Groups
appian.ac.userName.displayname=User Name
appian.ac.password.displayname=Password
appian.ac.firstName.displayname=First Name
appian.ac.lastName.displayname=Last Name
appian.ac.size.displayname=size
appian.ac.type.displayname=Type
appian.ac.title.displayname=Title
appian.ac.appname.displayname={0} Collaboration Center
appian.ac.collabcenter.displayname=Collaboration Center
appian.ac.sentLinks.displayname=SENT LINKS
appian.ac.accessApprovals.displayname=ACCESS APPROVALS
appian.ac.rejectedChanges.displayname=REJECTED CHANGES
appian.ac.changeRequests.displayname=CHANGE REQUESTS
appian.ac.accessRejections.displayname=ACCESS REJECTIONS
appian.ac.approvedChanges.displayname=APPROVED CHANGES
appian.ac.recommendations.displayname=RECOMMENDATIONS
appian.ac.expiringFiles.displayname=EXPIRING FILES
appian.ac.deletedFiles.displayname=RECENTLY DELETED FILES
appian.ac.invitationAcceptances.displayname=INVITATION ACCEPTANCES
appian.ac.appnameabbrv.displayname={0}
appian.ac.noNewSubscriptions.displayname=There are no new documents in your Subscriptions.
appian.ac.whatsNewError.displayname=What's New is temporarily unavailable. Please try again later.
appian.ac.departments.displayname={0} {1}
appian.ac.orgname.displayname={0}
appian.ac.orglevel.displayname={0}
appian.ac.orglevels.displayname={0}
appian.ac.privateKCName.displayname=Personal and Teams
appian.ac.portalName.displayname={0}
appian.ac.abbrvName.displayname={0}
appian.ac.articleAbbrvName.displayname=the {0}
appian.ac.subscribedDeptsKCs.displayname=Subscribed {0} {1} and Knowledge Centers
appian.ac.noDeptKCSubscriptions.displayname=You did not subscribe to any {0} {1} or Knowledge Center at this level.
appian.ac.pendingSubscriptions.displayname=Pending Subscriptions
appian.ac.unsubscribedDeptsKCs.displayname=Unsubscribed {0} {1} and Knowledge Centers
appian.ac.allSubscribedDeptsKCs.displayname=You are subscribed to all {0} {1} or Knowledge Center at this level.
appian.ac.owner.displayname=Creator Name
appian.ac.helpFile.displayname={0} Help:
appian.ac.operationFailed.displayname=This operation failed because you are not permitted to perform this operation
appian.ac.error.displayname=Error
appian.ac.error2.displayname=There was an error executing this operation
appian.ac.changeType.displayname=Change Type
appian.ac.name.displayname=Name
appian.ac.user.displayname=User
appian.ac.date.displayname=Date/Time
appian.ac.location.displayname=Location
appian.ac.replaces.displayname=Replaces
appian.ac.of.displayname=of
appian.ac.days.displayname=days
appian.ac.sizeCap.displayname=Size
appian.ac.access.displayname=Access
appian.ac.users.displayname=Users
appian.ac.groups.displayname=Groups
appian.ac.yes.displayname=Yes
appian.ac.no.displayname=No
appian.ac.none.displayname=None
appian.ac.nonebrac.displayname=[None]
appian.ac.megabytes.displayname=MB
appian.ac.kilobytes.displayname=KB
appian.ac.inAdditionToThisOne.displayname=in addition to this one
appian.ac.rename.displayname=Rename
appian.ac.statistics.displayname=Statistics
appian.ac.sizeInFiles.displayname=Size (in Files)
appian.ac.bytes.displayname=Bytes
appian.ac.numOfDownloads.displayname=Number of Downloads
appian.ac.comingSoon.displayname=Coming soon...
appian.ac.bytesUsed.displayname=Bytes Used
appian.ac.iWillApprvRej.displayname=I will approve/reject
appian.ac.every.displayname=every
appian.ac.chngByUsersToKC.displayname=change made by users with access to this Knowledge Center
appian.ac.searchresults.displayname=Search Results
appian.ac.like.displayname=like
appian.ac.is.displayname=is
appian.ac.isnot.displayname=is not
appian.ac.returntopage.displayname=Return to {0}
appian.ac.pleasenote.displayname=PLEASE NOTE:
appian.ac.community.nosubbrac.displayname=[No Subscriptions]
appian.ac.community.communityId.displayname=Community ID
appian.ac.community.communityIds.displayname=Community IDs
appian.ac.community.communityName.displayname=Community Name
appian.ac.community.form.searchForDepartment.displayname=Search for a Knowledge Center in {0} {1}
appian.ac.community.commPageTitle.displayname=Community Page
appian.ac.community.createNewSubComm.displayname=Create New Subcommunity
appian.ac.community.subCommName.displayname=Subcommunity Name
appian.ac.community.subCommDesc.displayname=Subcommunity Description
appian.ac.community.commProps.displayname=Community Properties
appian.ac.community.noName.displayname=This Community Does Not Have a Name
appian.ac.community.description.displayname=Description
appian.ac.community.noDesc.displayname=This Community Does Not Have a Description
appian.ac.community.containsKCs.displayname=This Community contains either other communities or knowledge centers.
appian.ac.community.deleteComm.displayname=Delete this Community
appian.ac.community.deleteCommWarning.displayname=If deleted, this Community will no longer be viewable to any users. Are you sure you want to delete this Community?
appian.ac.community.deleteContentsFirst.displayname=You cannot delete this Community until you delete all of its contents.
appian.ac.community.subCommAdded.displayname=Subcommunity successfully added
appian.ac.community.commReport.displayname=Community Report
appian.ac.community.parentId.displayname=Parent ID
appian.ac.community.noAdmins.displayname=There are no editable administrators of this community. You can add users by clicking
appian.ac.community.add.desc.users.displayname=Search the White Pages for users to add as administrators to this Community.
appian.ac.community.edit.desc.users.displayname=Edit the access levels of users who currently have adminstrator access to this Community.
appian.ac.community.add.desc.groups.displayname=Search the White Pages for groups to add as administrators to this Community.
appian.ac.community.edit.desc.groups.displayname=Edit the access levels of groups who currently have adminstrator access to this Community.
appian.ac.kc.whatsnew.displayname=What's New?
appian.ac.kc.search.noresult=Your search did not yield any results
appian.ac.kc.search.users=Search for users using the form above
appian.ac.kc.search.groups=Search for groups using the form above
appian.ac.kc.noaccess.displayname=No Access
appian.ac.kc.admin.displayname=Administrator
appian.ac.kc.author.displayname=Author
appian.ac.kc.readonly.displayname=Read-Only
appian.ac.kc.noadmins.displayname=No Administrators
appian.ac.kc.noauthors.displayname=No Authors
appian.ac.kc.noreadonlyusers.displayname=No Read-Only Users
appian.ac.kc.noadmingroups.displayname=No Administrator Groups
appian.ac.kc.noauthorgroups.displayname=No Author Groups
appian.ac.kc.noreadonlygroups.displayname=No Read-Only Groups
appian.ac.kc.kcbrac.displayname=[KC]
appian.ac.kc.cannotDelComm.displayname=This {0} contains Knowledge centers or {1}. You cannot delete this {2} until you delete all of its contents.
appian.ac.kc.name.displayname=Knowledge Center Name
appian.ac.kc.kcId.displayname=Knowledge Center ID
appian.ac.kc.kcIds.displayname=Knowledge Center IDs
appian.ac.kc.kcName.displayname=Knowledge Center
appian.ac.kc.noName.displayname=No Knowledge Center Name
appian.ac.kc.kcDesc.displayname=Knowledge Center Description
appian.ac.kc.KcSec.displayname=KC Security
appian.ac.kc.wizard.title.displayname=Create a Knowledge Center Wizard
appian.ac.kc.form.searchForKCByDepartment.displayname=View Knowledge Centers by {0} {1}
appian.ac.kc.form.browseKC.displayname=Browse Knowledge Centers You Are Approved to Access
appian.ac.kc.createwizardwelcome.displayname=This wizard will guide you through the steps of creating a Knowledge Center.
appian.ac.kc.deleteKc.displayname=Delete this Knowledge Center
appian.ac.kc.deleteKcWarning.displayname=Are you sure you want to delete this Knowledge Center?
appian.ac.folder.cannotDelKc.displayname=This Knowledge Center contains Folders. You cannot delete this Knowledge Center until you delete all of its contents.
appian.ac.kc.submitChangesForApprvl.displayname=The following changes to this Knowledge Center have been submitted for your approval
appian.ac.kc.noKcname.displayname=No KC name
appian.ac.kc.noDeptOrKc.displayname=There are no {0} {1} or Knowledge Centers under this {2}
appian.ac.kc.wizard.welcome.displayname=Welcome to the Create a Knowledge Center Wizard
appian.ac.kc.wizard.guide.displayname=This wizard will guide you through the steps of creating a Knowledge Center
appian.ac.kc.wizard.nextOrCancel.displayname=Click Next to continue or Cancel to return to {0}.
appian.ac.kc.fileExpiration.displayname=File Expiration
appian.ac.kc.expiredFiles.displayname=The following Files from this Knowledge Center have expired or are about to expire:
appian.ac.kc.noExpiredFiles.displayname=There are currently no expired Files in this Knowledge Center.
appian.ac.kc.expire.nofilesselected=You must first select a file to reactivate.
appian.ac.kc.reactivate.success=You have successfully reactivated {0} documents(s).
appian.ac.kc.expire.change.success=File Expiration successfully modified.
appian.ac.kc.noGroups.displayname=There are currently no group users of this Knowledge Center. You can add groups by clicking
appian.ac.kc.noUsers.displayname=There are currently no users of this Knowledge Center. You can add users by clicking
appian.ac.kc.selectedkcsfordownload.displayname=You have selected the following KC(s) to be downloaded:
appian.ac.kc.noselectedkcs.displayname=You have not selected any Knowledge Centers.
appian.ac.kc.noprivatekc.displayname=You currently do not have any private Knowledge Centers.
appian.ac.kc.listingExpFilesUnavail.displayname=The listing of expired Files is temporarily unavailable. Please try again later.
appian.ac.kc.renamedKC.displayname=You have renamed this Knowledge Center:
appian.ac.kc.changedUserAccess.displayname=You have changed the Users/Access of this Knowledge Center:
appian.ac.kc.description.displayname=Description
appian.ac.kc.noDescription.displayname=This Knowledge Center Does Not Have a Description
appian.ac.kc.noDepAffil.displayname=No {0} Affiliation
appian.ac.kc.adminMustApprove.displayname=The Administrator must approve all Access Requests
appian.ac.kc.reqsAutoApprvdRO.displayname=Access Requests are auto-approved for Read-Only Access
appian.ac.kc.reqsAutoApprvdRW.displayname=Access Requests are auto-approved for Read/Write Access
appian.ac.kc.changesReqApprvl.displayname=Changes Require Approval?
appian.ac.kc.searchable.displayname=Searchable?
appian.ac.kc.parentKC.displayname=Parent Knowledge Center
appian.ac.kc.changeSecurity.displayname=Change Security
appian.ac.kc.alterSecSettings.displayname=Alter the Knowledge Center Security Settings
appian.ac.kc.customizeSecModel.displayname=Customize the Security model for your Knowledge Center by selecting among these options
appian.ac.kc.howChooseUsers.displayname=How will users to this Knowledge Center be chosen?
appian.ac.kc.iSelectEveryUser.displayname=I will select every user who has access to this Knowledge Center
appian.ac.kc.usersAutoApprvdRO.displayname=Any user who applies for access will be auto-approved for Read-Only access
appian.ac.kc.howHandleChanges.displayname=How will user changes to this Knowledge Center be handled?
appian.ac.kc.chngesPostedAuto.displayname=Changes made by users with access to this Knowledge Center will be posted automatically
appian.ac.kc.searchandsub.displayname=Search & Subscribe:
appian.ac.kc.returntokc.displayname=Return To Knowledge Center
appian.ac.kc.nonewkcdocs.displayname=There are no new documents for this Knowledge Center
appian.ac.kc.add.desc.users.displayname=Search the White Pages for users to add as access users to this Knowledge Center.
appian.ac.kc.add.desc.groups.displayname=Search the Groups Directory for groups to add as access groups to this Knowledge Center.
appian.ac.kc.edit.desc.users.displayname=Edit the access levels of users who currently have access to this Knowledge Center.
appian.ac.kc.edit.desc.groups.displayname=Edit the access levels of groups who currently have access to this Knowledge Center.
appian.ac.kc.pend.desc.users.displayname=View the users who have submitted requests for access to this Knowledge Center. Select whether to approve or reject these requests. Select the access level of users whose requests will be approved.
appian.ac.kc.add.new.groups.displayname=Add New Groups.
appian.ac.kc.add.new.users.displayname=Add New Users.
appian.ac.kc.subscriptionresults.displayname=Results of Your Subscription Request
appian.ac.kc.createkc.displayname=To create a Knowledge Center
appian.ac.kc.pleaseselectkc.displayname=Please select a Knowledge Center.
appian.ac.kc.searchkcs.displayname=Search {0} {1} Knowledge Centers
appain.ac.kc.subscribenow.displayname=Subscribe Now
appain.ac.kc.alreadysubscribed.displayname=You Are Already Subscribed
appain.ac.kc.pendingapproval.displayname=Your Subscription Is Pending Approval
appian.ac.kc.expiredays.displayname=Currently, File expiration will occur every {0} days.
appian.ac.kc.browsekcs.displayname=Browse Private Knowledge Centers You Are Approved to Access
appian.ac.kc.approvedRO.displayname=Approved For Read-Only Access
appian.ac.kc.approvedRW.displayname=Approved For Author Access
appian.ac.kc.approvedAD.displayname=Approved For Administrator Access
appian.ac.kc.nobrowseablekcs.displayname=There are no unsubscribed Knowledge Centers that a group which you are a member of can access.
appian.ac.kc.subscriptionPending.displayname= Your Subscription Request to '{0}' has been sent to the Knowledge Center Administrator.
appian.ac.kc.noaccessusers.displayname=Users with No Access
appian.ac.kc.readers.displayname=Readers
appian.ac.kc.authors.displayname=Authors
appian.ac.kc.admins.displayname=Administrators
appian.ac.kc.noaccessusers.displayname=Groups with No Access
appian.ac.kc.readergroups.displayname=Reader Groups
appian.ac.kc.authorgroups.displayname=Author Groups
appian.ac.kc.admingroups.displayname=Administrator Groups
appian.ac.kc.nousersoftype.displayname=There are currently no editable {0}
appian.ac.kc.editingusersaccess.displayname=Editing Users and Access
appian.ac.kc.editinggroupsaccess.displayname=Editing Groups and Access
appian.ac.kc.clickaccesslevel.displayname=Click the Access Level above that you would like to Edit
appian.ac.kc.howMakeSearchable.displayname=Should this Knowledge Center be included in user searches?
appian.ac.kc.allowChildrenSearchablity.displayname=Yes, user searches can return this Knowledge Center and all its contents (Folders and Files)
appian.ac.kc.allowChildrenSearchablity.label=Make Searchable
appian.ac.kc.forbidChildrenSearchablity.displayname=No, this Knowledge Center and all its contents (Folders and Files) should be hidden from all user searches
appian.ac.kc.forbidChildrenSearchablity.label=Make Unsearchable
appian.ac.kc.keepChildrenSearchablity.displayname=Keep current searchability setting: {0}
appian.ac.kc.keepChildrenSearchablity.label=Keep Searchability
appian.ac.kc.currentSearchable.displayname=searchable
appian.ac.kc.currentUnsearchable.displayname=not searchable
# KC FRAGMENTED MESSAGES
appian.ac.kc.subscription1.frag1.displayname=Your Subscription Request to
appian.ac.kc.subscription1.frag2.displayname=has been automatically
appian.ac.kc.subscription1.frag3.displayname=APPROVED
appian.ac.kc.subscription2.frag1.displayname=Your Subscription Request to
appian.ac.kc.subscription2.frag2.displayname=has been sent to the Knowledge Center Administrator.
appian.ac.kc.main1.frag1.displayname=Click
appian.ac.kc.main1.frag2.displayname=New Knowledge Center
appian.ac.kc.main1.frag3.displayname=in the toolbar
appian.ac.kc.main2.frag1.displayname=Follow the instructions in the
appian.ac.kc.main2.frag2.displayname=Create a Knowledge Center Wizard
appian.ac.folder.folderbrac.displayname=[Folder]
appian.ac.folder.newfolderbrac.displayname=[New Folder]
appian.ac.folder.displayname=Folder
appian.ac.folder.folderName.displayname=Folder Name
appian.ac.folder.noName.displayname=No Folder Name
appian.ac.folder.folderId.displayname=Folder ID
appian.ac.folder.folderDescription.displayname=Description
appian.ac.folder.wizard.title.displayname=Create a Folder Wizard
appian.ac.folder.deleteFo.displayname=Delete this Folder
appian.ac.folder.deleteFoWarning.displayname=Are you sure you want to delete this Folder?
appian.ac.folder.cannotDelFo.displayname=This Folder contains Files or Subfolders with Files. You cannot delete this Folder until you delete all of its contents.
appian.ac.folder.newFolder.displayname=New Folder
appian.ac.folder.deleteFolder.displayname=Delete Folder
appian.ac.folder.privateFolder.displayname=Private Folder
appian.ac.folder.selectedfolsfordownload.displayname=You have selected the following Folder(s) to be downloaded:
appian.ac.folder.noselectedfols.displayname=You have not selected any folders.
appian.ac.folder.linkToFolder.displayname=Link To Folder
appian.ac.folder.folIdNum.displayname=Folder Identification Number
appian.ac.document.docbrac.displayname=[File]
appian.ac.document.uploadbrac.displayname=[Upload File]
appian.ac.document.lockedbrac.displayname=[Locked]
appian.ac.document.expires.displayname=Expires
appian.ac.document.version.displayname=Version
appian.ac.document.documentId.displayname=Document ID
appian.ac.document.documentIds.displayname=Document IDs
appian.ac.document.documentName.displayname=Document Name
appian.ac.document.documentDescription.displayname=Description
appian.ac.document.fileToUpload.displayname=File
appian.ac.document.form.searchForDocById.displayname=Enter a Document Identification Number
appian.ac.document.addfileheader.displayname=Specify the File, Name, and Description
appian.ac.document.wizard.title.displayname=Add a File Wizard
appian.ac.document.addfiletext.displayname=Click "Browse" to locate the file on your hard drive. You have the option of renaming the File before uploading it - however, please do not include the extension in the new File name. NOTE: This File might require approval by the Administrator before it posts.
appian.ac.document.discbrac.displayname=[Discuss]
appian.ac.document.discExist.displayname=Discussion Topics exist for this file
appian.ac.document.downloadconfirm.displayname=Are you sure you want to download everything shown above?
appian.ac.document.selecteddocsfordownload.displayname=You have selected the following Document(s) to be downloaded:
appian.ac.document.noselecteddocs.displayname=You have not selected any Documents.
appian.ac.document.noselectionfordownload.displayname=Please make a selection before attempting to download.
appian.ac.document.noentitiesfordownload.displayname=Please select one or more documents, folders, or Knowledge Centers to download.
appian.ac.document.preparingfilesfordownload.displayname=Preparing Multiple Files for Download
appian.ac.document.downloadwaitmessage.displayname=Please wait while your files are prepared. If you would like to cancel, you may do so at any time.
appian.ac.document.downloadtryagain.displayname=Please try your download again.
appian.ac.document.selectdoc.displayname=Please select document
appian.ac.document.checkout.displayname=Check Out a File
appian.ac.document.checkin.displayname=Check In a File
appian.ac.document.checkinnewversion.displayname=Check-in a new version of this File
appian.ac.document.checkinnonewversion.displayname=Unlock this File (do not upload a new version)
appian.ac.document.locked.displayname=You have locked this File. No other user will be able to check-in a new version of this File until you have unlocked it.
appian.ac.document.unlocked.displayname=This File has been unlocked.
appian.ac.document.checkinoptions.displayname=Select from one of the following two check-in options
appian.ac.document.adminmustapprovedeletion.displayname=This File will not be deleted until the Administrator approves its deletion
appian.ac.document.newversionwiztitle.displayname=Add a New Version Wizard
appian.ac.document.newversionwiztext.displayname=This Wizard will guide you through the steps of adding a new version of this File.
appian.ac.document.newversionwizfile.displayname=File:
appian.ac.document.newversionwizname.displayname=Name:
appian.ac.document.newversionwizdescription.displayname=Description:
appian.ac.document.newversionwiztitle2.displayname=Completing the Add a New Version Wizard
appian.ac.document.newversion2wiztext.displayname=You have successfully completed this Add a New Version Wizard. You have uploaded a new Version of the following File:
appian.ac.document.newversion2wiztext2.displayname=Click "Finish" to complete the Add a New Version Wizard.
appian.ac.document.newversionnopwiztext.displayname=File Upload Not Permitted
appian.ac.document.newversionnopwiztext2.displayname=You do not have permission to upload a File to this Folder. To apply for permission, contact an Administrator of this Folder.
appian.ac.document.uploadnopwiztext.displayname=File Upload Not Permitted
appian.ac.document.uploadnopwiztext2.displayname=You do not have permission to upload a File to this Folder. To apply for permission, contact an Administrator of this Folder.
appian.ac.document.uploadwiztitle.displayname=Upload a File Wizard
appian.ac.document.uploadwiztitle2.displayname=Welcome to the Upload a File Wizard
appian.ac.document.uploadwiztitle3.displayname=Completing the Upload a File Wizard
appian.ac.document.uploadwiztext.displayname=How many Files would you like to upload?
appian.ac.document.uploadwiztext2.displayname=All users with permission to view this Folder will have access to this File.
appian.ac.document.uploadwiztext3.displayname=The {0} is an UNCLASSIFIED site and should not be used for Classified files.
appian.ac.document.uploadwiztext4.displayname=If you wish to add this File to a different location, click "Cancel" and access this Wizard from the correct Knowledge Center and Folder.
appian.ac.document.uploadwizfile.displayname=File:
appian.ac.document.uploadwizname.displayname=Name:
appian.ac.document.uploadwizdescription.displayname=Description:
appian.ac.document.upload2wiztext.displayname=Specify the File, Name, and Description
appian.ac.document.upload2wiztext2.displayname=Click "Browse" to locate the file on your hard drive. You have the option of renaming the File before uploading it -
appian.ac.document.upload2wiztext3.displayname=however, please do not include the extension in the new File name, and do not use apostrophes.
appian.ac.document.upload2wiztext4.displayname=Uploaded Files cannot be greater than {0} mBytes.
appian.ac.document.upload3wiztext.displayname=You have successfully completed this Add a File Wizard. You have uploaded the following File(s):
appian.ac.document.upload3wiztext2.displayname=Click "Finish" to complete the Add a File Wizard.
appian.ac.document.wiz.move.title.displayname=Move a File Wizard
appian.ac.document.newFile.displayname=New File
appian.ac.document.noTimestamp.displayname=No Timestamp
appian.ac.document.newVersion.displayname=New Version
appian.ac.document.deleteFile.displayname=Delete File
appian.ac.document.deleteVersion.displayname=Delete Version
appian.ac.document.currentVersion.displayname=Current Version
appian.ac.document.current.displayname=Current
appian.ac.document.file.displayname=File
appian.ac.document.files.displayname=File(s)
appian.ac.document.expired.displayname=Expired/Expires On
appian.ac.document.resetFileExpiration.displayname=Reset file expiration to occur every
appian.ac.document.firstCreated.displayname=First Created
appian.ac.document.noCreateDate.displayname=Creation Date Not Available
appian.ac.document.createdBy.displayname=Created By
appian.ac.document.access.displayname=Access
appian.ac.document.noFileName.displayname=This File does not have a Name
appian.ac.document.renamedFile.displayname=You have renamed this File
appian.ac.document.fileAddedToFeature.displayname=File added to featured list
appian.ac.document.fileRemovedFromFeature.displayname=File removed from featured list
appian.ac.document.errorFeaturingFile.displayname=Error adding file to featured list
appian.ac.document.expirationDate.displayname=Expiration Date
appian.ac.document.versions.displayname=Number of Versions
appian.ac.document.noPrevVersions.displayname=No Previous Versions
appian.ac.document.lastModified.displayname=Last Modified
appian.ac.document.dateCreated.displayname=Date Created
appian.ac.document.lastModifiedBy.displayname=Last Modified By
appian.ac.document.linkToFile.displayname=Link To File
appian.ac.document.docIdNum.displayname=Document Identification Number
appian.ac.document.downloadfilenow.displayname=Download A File Now:
appian.ac.document.addfilesnow.displayname=Add Files Now:
appian.ac.document.newsubs.displayname=What's New in Your Subscriptions:
appian.ac.document.newmysubs.displayname=What's New in My Subscriptions?
appian.ac.document.lockedby.displayname=Locked By
appian.ac.document.discFile.displayname=Discussion Topics for this file
appian.ac.document.downloadfrom.displayname=Download from {0}
appian.ac.document.errorbulkdownload.displayname=An error occurred during the bulk download process
appian.ac.document.filenotonserver.displayname=One or more files were not present on the server
appian.ac.document.deletingfile.displayname=Deleting a File
appian.ac.document.docsselectedfordeletion.displayname=You have selected the following File(s) or Link(s) to be deleted
appian.ac.document.deleteconfirm.displayname=Are you sure you want to delete the File(s) or Link(s)?
appian.ac.document.filesdeleted.displayname=These Files have been deleted.
appian.ac.document.selectfilebeforedelete.displayname=Please select a File before attempting to delete it.
# DOCUMENT FRAGMENTED MESSAGES
appian.ac.document.delete1.frag1.displayname=If deleted, the File(s)
appian.ac.document.delete1.frag2.displayname=and all previous versions
appian.ac.document.delete1.frag3.displayname=will no longer be available. (NOTE: Deleting a Link(s) does not affect the original File(s).)
appian.ac.notification.notificationId.displayname=Notification ID
appian.ac.notification.notificationIds.displayname=Notification IDs
appian.ac.notification.notificationSender.displayname=Sender
appian.ac.notification.enterusernames.displayname=Please enter the {0} username (e.g, john.smith) to add to the list of recipients
appian.ac.notification.entergroupnames.displayname=Please enter the {0} groupname (e.g, My Friends) to add to the list of recipients
appian.ac.notification.enterusername.displayname=Enter a {0} username (e.g., jane.smith)
appian.ac.notification.entergroupname.displayname=Enter a {0} groupname (e.g., My Friends)
appian.ac.notification.textcannotmove.displayname=This text cannot be moved
appian.ac.notification.selectcontact.displayname=Please select a contact first
appian.ac.notification.enterusergroup.displayname=Please add a Recipient either from your Contacts or Contact Groups or by entering a {0} username or groupname in the box provided before continuing
appian.ac.notification.linksent.displayname=A link to the selected File(s) has been sent.
appian.ac.notification.sendlink.displayname=Send a Link
appian.ac.notification.sendlinks.displayname=Send Links
appian.ac.notification.sendlinkoption.displayname=You have the option of sending links to the selected File(s) to users of this folder.
appian.ac.notification.linksappearhome.displayname=The links will appear as Alerts in the users' {0} Home page, and will be sent in an e-mail as well.
appian.ac.notification.userlistempty.displayname=User list is empty
appian.ac.notification.grouplistempty.displayname=Group list is empty
appian.ac.notification.linkto.displayname=Link To
appian.ac.notification.messageoptional.displayname=Message (Optional)
appian.ac.actions.kc.si.displayname=si
appian.ac.actions.kc.s1.displayname=s1
appian.ac.disc.name={0}: {1}
appian.ac.disc.docname={0}: {1} {2}: {3}
appian.ac.dics.error=An error occurred while attempting to retrieve the discussion forum for the selected {0}.
appian.ac.img.alt.helpDlFile.displayname=Get Help on 'Download a File'
appian.ac.img.alt.helpfilenotavailable.displayname=Get Help on why this File is temporarily unavailable
appian.ac.img.alt.helpKC.displayname=Get Help on 'What is a Knowledge Center?'
appian.ac.img.alt.helpNotif.displayname=Get Help on 'Your Notifications'
appian.ac.img.alt.helpAlert.displayname=Get Help on 'Your Alerts'
appian.ac.img.alt.helpSelType.displayname=Get Help on 'Select Type'
appian.ac.img.alt.helpStat.displayname=Get Help on 'Your Statistics'
appian.ac.img.alt.helpSub.displayname=Get Help on 'What's New in Your Subscriptions'
appian.ac.img.alt.wizKCCancel.displayname=Exit create KC wizard
appian.ac.img.alt.helpAddFile.displayname=Get Help on 'Add a File to a Folder'
appian.ac.img.alt.accChangeApprvOptAlt.displayname=Access Change Approval Options
appian.ac.img.alt.accDeleteOptionsAlt.displayname=Access Delete Options
appian.ac.img.alt.accFileExpOptionsAlt.displayname=Access File Expiration Options
appian.ac.img.alt.accMoveOptions.displayname=Access Move Options
appian.ac.img.alt.accRenameOptionsAlt.displayname=Access Rename Options
appian.ac.img.alt.accStatsAlt.displayname=Access Statistics
appian.ac.img.alt.accUserAccessOptAlt.displayname=Access User/Access Options
appian.ac.img.alt.accGroupAccessOptAlt.displayname=Access Group/Access Options
appian.ac.img.alt.addFileWizAlt.displayname=Click here to access the Add a File Now Wizard
appian.ac.img.alt.addNewUsersToKcAlt.displayname=Search for and add new Users for Access to this Knowledge Center
appian.ac.img.alt.addNewUsersToCommAlt.displayname=Search for and add new Users for Access to this {0}
appian.ac.img.alt.addNewGroupsToCommAlt.displayname=Search for and add new Groups for Access to this {0}
appian.ac.img.alt.addNewGroupsToKcAlt.displayname=Search for and add new Groups for Access to this Knowledge Center
appian.ac.img.alt.adminAccessAlt.displayname=Administrator Access
appian.ac.img.alt.authAccessAlt.displayname=Author Access
appian.ac.img.alt.backNullAlt.displayname=Go Back (not available)
appian.ac.img.alt.cancelReturnPropsHomeAlt.displayname=Return to the Properties Home
appian.ac.img.alt.closeHelpAlt.displayname=Close this Help Window
appian.ac.img.alt.descriptionheaderAlt.displayname=Description of {0} Knowledge Center
appian.ac.img.alt.ecccommheadAlt.displayname=You are viewing the contents of this {0} {1}
appian.ac.img.alt.editAccessToKcAlt.displayname=Edit the Current Access Users of this Knowledge Center
appian.ac.img.alt.editAccessToCommAlt.displayname=Edit the Current Access Users of this {0}
appian.ac.img.alt.editGroupAccessToCommAlt.displayname=Edit the Current Access Groups of this {0}
appian.ac.img.alt.pendAccessToKcAlt.displayname=Accept/Reject Pending User Requests for Access to this Knowledge Center
appian.ac.img.alt.editAccessToKcAltg.displayname=Edit the Current Access Groups of this Knowledge Center
appian.ac.img.alt.info1Alt.displayname=An '{0} {2}' Knowledge Center will be located under '{1} {3}' in the left menu tree
appian.ac.img.alt.info2Alt.displayname=A '{0}' Knowledge Center will be located under '{1}' in the left menu tree
appian.ac.img.alt.info4Alt.displayname= The Users/Access button in the Knowledge Center properties page.
appian.ac.img.alt.info19Alt.displayname=This is the 'Add a File' button in the toolbar - it will be available once you have navigated to a Folder where you can upload a File
appian.ac.img.alt.info20Alt.displayname=The left menu tree will reload to display the Knowledge Center and Folder to which you are uploading a File
appian.ac.img.alt.info25Alt.displayname=The Delete button in the toolbar
appian.ac.img.alt.lastmodifiedheaderAlt.displayname=Date Last Modified
appian.ac.img.alt.nameheaderAlt.displayname=Name of {0}/Knowledge Center
appian.ac.img.alt.noAccessAlt.displayname=No Access
appian.ac.img.alt.retOptionsHomeAlt.displayname=Return to Options Home
appian.ac.img.alt.roAccessAlt.displayname=Read-Only Access
appian.ac.img.alt.searchKCAlt.displayname=Submit this Search for a Knowledge Center
appian.ac.img.alt.sizeheaderAlt.displayname=Size in Files of {0} Knowledge Center
appian.ac.img.alt.submitApprvAccReqAlt.displayname=Submit these Rejections Approvals of Pending Access Requests
appian.ac.img.alt.viewDocAlt.displayname=View this document
appian.ac.img.alt.viewKCAlt.displayname=View the Knowledge Centers associated with selected community
appian.ac.img.alt.viewPendReqsKcAlt.displayname=You are currently viewing the Pending Requests for Access to this Knowledge Center
appian.ac.img.alt.viewUserReqsKcAlt.displayname=You are currently viewing the User/Access Options for this Knowledge Center
appian.ac.img.alt.viewGroupReqsKcAlt.displayname=You are currently viewing the Group/Access Options for this Knowledge Center
appian.ac.img.alt.viewUserAddKcAlt.displayname=You are currently viewing the options for Searching for and Adding New Users
appian.ac.img.alt.viewGroupAddKcAlt.displayname=You are currently viewing the options for Searching for and Adding New Groups
appian.ac.img.alt.viewUserEditKcAlt.displayname=You are viewing the Options for Editing Current Users of this Knowledge Center
appian.ac.img.alt.viewGroupEditKcAlt.displayname=You are viewing the Options for Editing Current Groups of this Knowledge Center
appian.ac.img.alt.wizNextAlt.displayname=Move to next page
appian.ac.img.alt.step1Alt.displayname=Get Help on 'Step 1: Search for Users'
appian.ac.img.alt.step1gAlt.displayname=Get Help on 'Step 1: Search for Groups'
appian.ac.img.alt.subsearchAlt.displayname=Submit this Search
appian.ac.img.alt.kcccommheadAlt.displayname=You are viewing the Personal and Team Knowledge Centers. Click on a Knowledge Center to view its contents
appian.ac.img.alt.folderheaderAlt.displayname=Name of the Folder
appian.ac.img.alt.sizefolderheaderAlt.displayname=Size, in Files - this total may include Files to which you do not have access and cannot view
appian.ac.img.alt.lastmodifiedbyheaderAlt.displayname=Last Modified By
appian.ac.img.alt.ceratedbyheaderAlt.displayname=Created By
appian.ac.img.alt.namefileheaderAlt.displayname=Name of the File/Subfolder
appian.ac.img.alt.typefileheaderAlt.displayname=Type of the File/Subfolder
appian.ac.img.alt.versionheaderAlt.displayname=Version of the File/Subfolder
appian.ac.img.alt.expiresheaderAlt.displayname=The File/Subfolder expires on
appian.ac.img.alt.sizefileheaderAlt.displayname=Size of the File/Subfolder
appian.ac.img.alt.helpDelKC.displayname=Get Help on 'Deleting Knowledge Centers'
appian.ac.img.alt.admindCancel.displayname=Return to the Properties Console
appian.ac.img.alt.delKCAlt.displayname=Delete this Knowlege Center
appian.ac.img.alt.adminDNullAlt.displayname=You are currently viewing the Delete Options
appian.ac.img.alt.helpCurrentUsers.displayname=Get Help on 'Current Users'
appian.ac.img.alt.helpCurrentGroups.displayname=Get Help on 'Current Groups'
appian.ac.img.alt.kcAdminAlt.displayname=Administrator users have the same access and options to this Knowledge Center as you do
appian.ac.img.alt.kcAdmingAlt.displayname=Administrator groups have the same access and options to this Knowledge Center as you do
appian.ac.img.alt.kcAuthorAlt.displayname=Author users can read and write to this Knowledge Center
appian.ac.img.alt.kcAuthorgAlt.displayname=Administrator groups have the same access and options to this Knowledge Center as you do
appian.ac.img.alt.kcReadOnlyAlt.displayname= users can view, but not modify, the content of this Knowledge Center
appian.ac.img.alt.kcReadOnlygAlt.displayname= groups can view, but not modify, the content of this Knowledge Center
appian.ac.img.alt.backAlt.displayname=Go Back
appian.ac.img.alt.info14Alt.displayname=Click the link to 'Previous Versions' next to the File in the main view
appian.ac.img.alt.info9Alt.displayname=The Add New Users button in the Users/Access page
appian.ac.img.alt.info49Alt.displayname=The Add New Groups button in the Groups/Access page
appian.ac.img.alt.info51Alt.displayname=The Groups/Access button
appian.ac.img.alt.thenAlt.displayname=Then click...
appian.ac.img.alt.info12CbxAlt.displayname=These checkboxes appear next to items in the main 'explorer' view of the Collaboration Center
appian.ac.img.alt.info5Alt.displayname=The Edit Current Users button in the Users/Access page
appian.ac.img.alt.info50Alt.displayname=The Edit Current Groups button in the Users/Access page
appian.ac.img.alt.info13CbxAlt.displayname=Select the Knowledge Center by clicking on the checkbox next to its name
appian.ac.img.alt.folderwizuploadfileAlt.displayname=Go to the Add a file Wizard
appian.ac.img.alt.folderwizfinishAlt.displayname=Finish the Create a Folder Wizard
appian.ac.img.alt.folderwiznextAlt.displayname=Continue to the next section of this Create a Folder Wizard
appian.ac.img.alt.folderwizcancelAlt.displayname=Return to
appian.ac.img.alt.helpS&S.displayname=Get Help on 'Search & Subscribe'
appian.ac.img.alt.warnDelKc.displayname=If deleted, this Knowledge Center will no longer be viewable to any users.
appian.ac.img.alt.warnCannotDelKc.displayname=This Knowledge Center cannot be deleted until you delete its contents.
appian.ac.img.alt.warnCannotDelFo.displayname=This Folder cannot be deleted until its contents are deleted.
appian.ac.img.alt.helpDelFo.displayname=Get Help on 'Deleting Folders'
appian.ac.img.alt.warnDelFo.displayname=If deleted, this Folder will no longer be viewable to any users.
appian.ac.img.alt.delFoAlt.displayname=Delete this Folder
appian.ac.img.alt.info29CbxAlt.displayname=Select a File by clicking on the checkbox next to its name in the main view
appian.ac.img.alt.propHomeAlt.displayname=You are currently viewing the Properties Home
appian.ac.img.alt.helpCommAdmin.displayname=Get Help on 'Community Administrators'
appian.ac.img.alt.parentheaderAlt.displayname=Parent entity that contains this file
appian.ac.img.alt.wiznextAlt.displayname=Go to the Next Page
appian.ac.img.alt.wizcancelAlt.displayname=Cancel this Wizard Action
appian.ac.img.alt.wizbackAlt.displayname=Go to the Previous Page
appian.ac.img.alt.wiznotifAlt.displayname=Go to the Send Notification Wizard
appian.ac.img.alt.wizuploadanotherAlt.displayname=Upload Another File
appian.ac.img.alt.wizfinishAlt.displayname=Complete this Wizard Action
appian.ac.img.alt.chSecSettingsAlt.displayname=Change the Security Settings
appian.ac.img.alt.userListForDocAlt.displayname=Access the list of Users who have downloaded this File
appian.ac.img.alt.makeChange.displayname=Make this change
appian.ac.img.alt.viewCreateOptionsComm.displayname=You are currently viewing the Create Options for this Community
appian.ac.img.alt.reportCommAdmins.displayname=Report Community Admins
appian.ac.img.alt.helpChangeApprvl.displayname=Get Help on 'Change Approvals'
appian.ac.img.alt.apprvChanges.displayname=Approve these Changes
appian.ac.img.alt.rejChanges.displayname=Reject these Changes
appian.ac.img.alt.viewChangeApprvlOptions.displayname=You are currently viewing the Change Approval Options
appian.ac.img.alt.deleteContentsFirstAlt.displayname=This Community cannot be deleted until you delete its contents
appian.ac.img.alt.createNewSubCommAlt.displayname=Create New Subcommunity
appian.ac.img.alt.reactivateFileAlt.displayname=Reactivate the File(s) you have selected
appian.ac.img.alt.deleteFileAlt.displayname=Delete the File(s) you have selected
appian.ac.img.alt.submitThisModAlt.displayname=Submit this modification
appian.ac.img.alt.viewFileExpirationAlt.displayname=You are currently viewing the File Expiration Options
appian.ac.img.alt.selectedKCAlt.displayname=You have selected a Knowledge Center.
appian.ac.img.alt.helpTypeAlt.displayname=Get Help on 'Type'
appian.ac.img.alt.helpDepartmentAlt.displayname=Get Help on '{0}'
appian.ac.img.alt.helpAccessAlt.displayname=Get Help on 'Access'
appian.ac.img.alt.helpChangesReqApprvlAlt.displayname=Get Help on 'Changes Require Approval?'
appian.ac.img.alt.helpSearchableAlt.displayname=Get Help on 'Searchable?'
appian.ac.img.alt.helpParentFolderAlt.displayname=Get Help on 'Parent Folder'
appian.ac.img.alt.helpExpirationDateAlt.displayname=Get Help on 'Expiration Date'
appian.ac.img.alt.unfeatureDocAlt.displayname=Remove this File from Your {0} {1}'s list of Featured Files
appian.ac.img.alt.featureDocAlt.displayname=Add this File to Your {0} {1}'s list of Featured Files
appian.ac.img.alt.submitChangesAlt.displayname=Submit these changes
appian.ac.img.alt.viewRenameOptionsAlt.displayname=You are currently viewing the Rename Options
appian.ac.img.alt.viewCommReportAlt.displayname=You are currently viewing the Community Report
appian.ac.img.alt.viewStatsOptionsAlt.displayname=You are currently viewing the Statistics Options
appian.ac.img.alt.viewSecOptionsAlt.displayname=You are currently viewing the Security Options
appian.ac.img.alt.retAdminHomeAlt.displayname=Return to Admin Home
appian.ac.img.alt.viewfav.displayname=You are viewing Your Favorites.
appian.ac.img.alt.addtofavs.displayname=Add To Favorites
appian.ac.img.alt.statusheaderAlt.displayname=Your Subscription Status
appian.ac.img.alt.sizekcheaderAlt.displayname=Size, in Files, of Knowledge Center - this includes ALL files, including files to which you may not have access and may not be able to view
appian.ac.img.alt.helpaddusers.displayname=Get Help on 'Step 2: Select & Add Users'
appian.ac.img.alt.helpaddgroups.displayname=Get Help on 'Step 2: Select & Add Groups'
appian.ac.img.alt.helpnosubscriptions.displayname=Get Help on 'You are not subscribed to any Knowledge Centers'
appian.ac.img.alt.download.displayname=Download everything above
appian.ac.img.alt.cancelbulkdownload.displayname=Cancel Bulk Download
appian.ac.img.alt.sendlinkusers.displayname=Send this link to these users
appian.ac.img.alt.sendlinkgroups.displayname=Send this link to these groups
appian.ac.img.alt.yoursubscriptionstatus.displayname=Your Subscription Status
appian.ac.img.alt.helpsubscribenow.displayname=Get Help on 'Subscribe Now'
appian.ac.img.alt.helpalreadysubscribed.displayname=Get Help on 'You Are Already Subscribed'
appian.ac.img.alt.helppending.displayname=Get Help on 'Your Subscription Is Pending Approval'
appian.ac.img.alt.helpsearchresultsempty.displayname=Get Help on 'Your search did not yield any result'
appian.ac.img.alt.lockedby.displayname=Locked by {0}
appian.ac.img.alt.lockedbyat.displayname=Locked by {0} on {1}
appian.ac.jsalert.fileNameError.displayname=You may not use a name that contains a
appian.ac.jsalert.noNameError.displayname=You must provide a name
appian.ac.admin.changeApprvl.displayname=Change Approval
appian.ac.admin.noChangesPendApprvl.displayname=There are no changes pending your approval
# WIZARDS
appian.ac.wiz.welcome.displayname=Welcome to the
appian.ac.wiz.welcomedesc.displayname=This Wizard will guide you through the steps of
appian.ac.wiz.completing.displayname=Completing the
appian.ac.wiz.success.displayname=You have successfully completed this
appian.ac.wiz.finish.displayname=Click "Finish" to complete the
appian.ac.wiz.nf.title.displayname=Upload a File Wizard
appian.ac.wiz.nf.desc.displayname=uploading a File.
appian.ac.wiz.nf.filename.displayname=[your file]
appian.ac.wiz.nf.selectkc.displayname=1. Please select a Knowledge Center to upload the File(s) to:
appian.ac.wiz.nf.selectkcalert.displayname=Select a Knowledge Center
appian.ac.wiz.nf.selectfo.displayname=2. Please select a Folder to upload the File(s) to:
appian.ac.wiz.nf.selectfoalert.displayname=Select a Folder
appian.ac.wiz.nf.selectoptnone.displayname=No Writable Folders
appian.ac.wiz.nf.uploaded.displayname=You have uploaded the following files:
appian.ac.wiz.nv.title.displayname=Add a New Version Wizard
appian.ac.wiz.nv.desc.displayname=adding a new Version.
appian.ac.wiz.nfo.title.displayname=Create a Folder Wizard
appian.ac.wiz.nfo.desc.displayname=creating a new Folder.
appian.ac.wiz.nfo.security.select.displayname=Select Security:
appian.ac.wiz.nfo.foldername.displayname=[your folder]
appian.ac.wiz.nfo.created.displayname=You have created the following Folder:
appian.ac.wiz.nfo.customize.displayname=Customize Folder Users & Access
appian.ac.wiz.nfo.customize.desc.displayname=Customize the users and Access levels of this Folder. Please note that only users who have Access to the Knowledge Center containing this Folder can have Access to this Folder.
appian.ac.wiz.nfo.cst.grp.displayname=Customize Folder Groups & Access
appian.ac.wiz.nfo.cst.grp.desc.displayname=Customize the group Access levels of this Folder. Please note that only groups who have Access to the Knowledge Center containing this Folder can have Access to this Folder.
appian.ac.wiz.nkc.title.displayname=Create a Knowledge Center Wizard
appian.ac.wiz.nkc.desc.displayname=creating a Knowledge Center.
appian.ac.wiz.nkc.selecttype.displayname=Select type:
appian.ac.wiz.nkc.selectsec.displayname=Select the Security Level
appian.ac.wiz.nkc.selectsec.desc.displayname=Select the Security Level of this new Knowledge Center. Security determines which users and groups will have access, whether this Knowledge Center will be searchable, how Access Requests will be handled, and whether changes to this Knowledge Center must be approved. If none of the three Security Levels meet your needs, you can customize these options.
appian.ac.wiz.nkc.high.displayname=HIGH
appian.ac.wiz.nkc.highdesc1.displayname=You will choose every user and group that has access to this Knowledge Center
appian.ac.wiz.nkc.highdesc2.displayname=This Knowledge Center will not be returned in any user or group searches
appian.ac.wiz.nkc.highdesc3.displayname=All user changes, such as uploading a new File, must be approved by you before posting
appian.ac.wiz.nkc.med.displayname=MEDIUM
appian.ac.wiz.nkc.meddesc1.displayname=You will choose every user and group that has access to this Knowledge Center
appian.ac.wiz.nkc.meddesc2.displayname=This Knowledge Center will be included in user and group searches
appian.ac.wiz.nkc.meddesc3.displayname=User changes can be posted without your approval
appian.ac.wiz.nkc.low.displayname=LOW
appian.ac.wiz.nkc.lowdesc1.displayname=Users will be automatically approved for read-only access
appian.ac.wiz.nkc.lowdesc2.displayname=This Knowledge Center will be included in user and group searches
appian.ac.wiz.nkc.lowdesc3.displayname=User changes can be posted without your approval
appian.ac.wiz.nkc.custom.displayname=CUSTOM
appian.ac.wiz.nkc.customdesc.displayname=Create Custom settings for this Knowledge Center
appian.ac.wiz.nkc.custom.includedq.displayname=Should this Knowledge Center be included in user searches?
appian.ac.wiz.nkc.custom.includedy.displayname=Yes, user searches can return this Knowledge Center
appian.ac.wiz.nkc.custom.includedn.displayname=No, this Knowledge Center will be hidden from all user searches
appian.ac.wiz.nkc.created.displayname=You have created the following Knowledge Center:
appian.ac.wiz.nkc.finishorcreate.displayname=Click "Finish" to complete this Wizard, or click "Create a New Folder" to create a folder in this Knowledge Center.
appian.ac.wiz.nkc.selecusers.displayname=Select Users
appian.ac.wiz.nkc.selusers.desc.displayname=Search the {0} White Pages and select the security levels for the users who will have access to this Knowledge Center.
appian.ac.wiz.nkc.custom.desc.displayname=Customize the Knowledge Center Security Options
# MOVE A FILE WIZARD
appian.ac.wiz.mf.title.displayname=Move a File Wizard
appian.ac.wiz.mf.desc.displayname=moving a File.
appian.ac.wiz.mf.select.displayname=Select the type of move
appian.ac.wiz.mf.desc0.displayname=You can choose whether you would like to keep a copy of the file(s) in the current folder or if you want to completely move the file(s). You may also instead create a link to the selected file(s) in the destination folder which will only be visible to those with access to the current folder.
appian.ac.wiz.mf.selected.displayname=You have selected the following File(s) to be moved:
appian.ac.wiz.mf.symboliclink.displayname=Symbolic Link
appian.ac.wiz.mf.moved.displayname=You have moved the following files:
appian.ac.wiz.mf.linked.displayname=You have created the following links:
appian.ac.wiz.mf.copied.displayname=You have copied the following files:
appian.ac.wiz.mf.link.desc1.displayname=The current file will remain untouched.
appian.ac.wiz.mf.link.desc2.displayname=A link to the file will be made in the destination folder.
appian.ac.wiz.mf.link.desc3.displayname=Only users who have access to view the current file will be able to see the link in the destination folder.
appian.ac.wiz.mf.link.desc4.displayname=You can only create a symbolic link in a folder to which you have admin privileges.
appian.ac.wiz.mf.move.displayname=Move
appian.ac.wiz.mf.move.desc1.displayname=The file will no longer exist in the current folder.
appian.ac.wiz.mf.move.desc2.displayname=The file will be moved to the destination folder.
appian.ac.wiz.mf.move.desc3.displayname=Version history from the original file will not be preserved for the new file.
appian.ac.wiz.mf.copy.displayname=Copy
appian.ac.wiz.mf.copy.desc1.displayname=The current file will remain untouched.
appian.ac.wiz.mv.copy.desc2.displayname=A duplicate file will be created in the destination folder with you as the author.
appian.ac.wiz.mf.selectkc.displayname=1. Please select a Knowledge Center to move/copy/link the File(s) to:
appian.ac.wiz.mf.selectfo.displayname=2. Please select a Folder to move/copy/link the File(s) to:
# MOVE A FOLDER WIZARD
appian.ac.wiz.mfol.title.displayname=Move a Folder Wizard
appian.ac.wiz.mfol.desc.displayname=moving a Folder.
appian.ac.wiz.mfol.desc0.displayname=You can move your selected folder(s) to another folder or another Knowledge Center
appian.ac.wiz.mfol.selected.displayname=You have selected the following Folder(s) to be moved:
appian.ac.wiz.mfol.moved.displayname=You have moved the following folders:
appian.ac.wiz.mfol.copied.displayname=You have copied the following folders:
appian.ac.wiz.mfol.link.desc1.displayname=The current folder will remain untouched.
appian.ac.wiz.mfol.link.desc2.displayname=A link to the folder will be made in the destination folder or knowledge center.
appian.ac.wiz.mfol.link.desc3.displayname=Only users who have access to view the current folder will be able to see the link in the destination folder or Knowledge Center.
appian.ac.wiz.mfol.link.desc4.displayname=You can only create a symbolic link in a folder or knowledge center to which you have admin privileges.
appian.ac.wiz.mfol.move.desc1.displayname=The folder will no longer exist in the current folder or knowledge center.
appian.ac.wiz.mfol.move.desc2.displayname=The folder will be moved to the destination folder or Knowledge Center.
appian.ac.wiz.mfol.move.desc3.displayname=Version history from the files in the folder will be preserved for the new folder.
appian.ac.wiz.mfol.copy.desc1.displayname=The current folder will remain untouched.
appian.ac.wiz.mfol.selectkc.displayname=1. Please select a Knowledge Center to move/copy/link the Folder(s) to:
appian.ac.wiz.mfol.selectfo.displayname=2. Please select a Folder to move/copy/link the Folder(s) to:
appian.ac.wiz.mfol.putinroot.displayname=Place in Knowledge Center Root
appian.ac.wiz.mfol.selectkcsnone.displayname=No Writable Knowledge Centers
appian.ac.wiz.mfol.cannotmove.displayname=You cannot move one or more of the selected folders because you do not have administrator access
# MOVE A KC WIZARD
appian.ac.wiz.mkc.title.displayname=Move a Knowledge Center Wizard
appian.ac.wiz.mkc.desc.displayname=moving a Knowledge Center.
appian.ac.wiz.mkc.select.displayname=Knowledge Centers can only be moved to Communities of which you are an Administrator
appian.ac.wiz.mkc.selected.displayname=You have selected the following Knowledge Center(s) to be moved:
appian.ac.wiz.mkc.move.displayname=Move
appian.ac.wiz.mkc.move.desc1.displayname=The Knowledge Center will no longer exist in the current Community.
appian.ac.wiz.mkc.move.desc2.displayname=The Knowledge Center will be moved to the destination Community.
appian.ac.wiz.mkc.move.desc3.displayname=Version history of the files in the Knowledge Center will be preserved.
appian.ac.wiz.mkc.selectcomm.displayname=Please select a Community to move the Knowledge Center(s) to:
appian.ac.wiz.mkc.selectcommalert.displayname=Select a Community
appian.ac.wiz.mkc.selectoptnone.displayname=No Administratable Communities
appian.ac.wiz.mkc.moved.displayname=You have moved the following Knowledge Centers:
appian.ac.wiz.mkc.cannotmove.displayname=You cannot move one or more of the selected Knowledge Centers because you do not have administrator access
error.ac.wiz.mkc.toomanykcstomove.displayname=You cannot move more than {0} Knowledge Centers
error.ac.wiz.mkc.cannotMoveMyPrivateKc.displayname= "{0}" is a special Knowledge Center, and cannot be moved.
error.ac.wiz.mkc.moveThisKnowledgeCenter.displayname= Move this Knowledge Center
error.ac.wiz.mkc.invalidContent.displayname=An error occurred while moving the Knowledge Center(s): the Community or the Knowledge Center(s) are invalid.
error.ac.wiz.mkc.invalidCommunity.displayname=An error occurred while moving the Knowledge Center(s): the Community is invalid.
error.ac.wiz.mkc.genericError.displayname=An error occurred while moving the Knowledge Center(s)
error.ac.wiz.mkc.inactiveCommunity.displayname=The selected Community has been deactivated or deleted
error.ac.wiz.m.genericError.displayname=An error occurred while moving the Content object(s)
appian.ac.wiz.mv.copy.desc2.displayname=A duplicate file will be created in the destination folder with you as the author.
appian.ac.folder.title.displayname=Folder Page
appian.ac.folder.creator.displayname=Creator
appian.ac.folder.access.displayname=Your Access
appian.ac.folder.text1.displayname=This Folder is empty.
appian.ac.folder.text2.displayname=To Add a File to this Folder:
appian.ac.folder.text3.displayname=1. Click
appian.ac.folder.text4.displayname=Add a File
appian.ac.folder.text5.displayname= in the Toolbar
appian.ac.folder.text6.displayname=2. Follow the instructions in the
appian.ac.folder.text7.displayname=Add a File Wizard
appian.ac.folder.text8.displayname=To create a Subfolder:
appian.ac.folder.text12.displayname=2. Follow the instructions in the
appian.ac.folder.text13.displayname=Create a Folder Wizard
appian.ac.folder.createtitle.displayname=Create a Folder Wizard
appian.ac.folder.createwelcome.displayname=Welcome to the Create a Folder Wizard
appian.ac.folder.createtext1.displayname=PLEASE NOTE:
appian.ac.folder.createtext2.displayname= The Administrator of this Knowledge Center must review all changes before they are posted. The creation of this Folder will not take effect until the Administrator approves it. If you are an Administrator, this Folder will automatically be created.
appian.ac.folder.createtext3.displayname=New Folder Name:
appian.ac.folder.createtext5.displayname=Customize Access & Users
appian.ac.folder.createtext4.displayname=Inherit from
appian.ac.folder.createtext6.displayname=This folder will not be searchable.
appian.ac.folder.createtext7.displayname=This folder will be searchable.
appian.ac.folder.createcomplete.displayname=Completing the Create a Folder Wizard
appian.ac.folder.createtext8.displayname=You have successfully completed this Create a Folder Wizard. You have created the following Folder:
appian.ac.folder.createtext9.displayname=Click "Finish" to complete the Create a Folder Wizard, or click "Upload a File" to upload a file to this new Folder.
appian.ac.folder.createtext10.displayname=Click "Finish" to complete the Create a Folder Wizard.
appian.ac.folder.renamedFolder.displayname=You have renamed this Folder
appian.ac.folder.changedUserAccess.displayname=You have changed the Users/Access of this Folder
appian.ac.folder.noFolderName.displayname=This Folder Does Not Have a Name
appian.ac.folder.parentFolder.displayname=Parent Folder
appian.ac.folder.searchable.displayname=Searchable?
appian.ac.folder.bracyournewfol.displayname=[Your New Folder]
appian.ac.folder.subfolder.displayname=Subfolder
appian.ac.stats.generalstats.displayname=General Statistics
appian.ac.stats.userstats.displayname=USER STATISTICS
appian.ac.stats.selectreport.displayname=Select a Report:
appian.ac.yourstats.displayname=Your Statistics:
appian.ac.yournotifs.displayname=Your Notifications:
appian.ac.youralerts.displayname=Your Alerts:
appian.ac.parent.displayname=Parent
appian.ac.stat.title.displayname={0} Reporting
appian.ac.stat.text1.displayname=Total number of Uploaded Files (including versions):
appian.ac.stat.text2.displayname=Total number of Folders:
appian.ac.stat.text3.displayname=Total number of Knowledge Centers:
appian.ac.stat.text4.displayname=Total MB Used (excluding versions):
appian.ac.stat.text5.displayname=Total number of users:
appian.ac.stat.text6.displayname=Total number of users who have uploaded Files:
appian.ac.stat.text7.displayname=Total number of users who have downloaded Files:
appian.ac.stat.text8.displayname=1. Top 100 {0} {1} by No. of Uploads / Downloads
appian.ac.stat.text9.displayname=2. Top 100 Knowledge Centers by No. of Uploads / Downloads
appian.ac.stat.text10.displayname=3. Top 100 Files by No. of Downloads
appian.ac.stat.text11.displayname=4. Total Uploads / Downloads by Days of Week
appian.ac.stat.text12.displayname=5. Total Uploads / Downloads in the Last 10 days
appian.ac.stat.text13.displayname=6. Total Uploads / Downloads by Hours of Day
appian.ac.stat.text14.displayname=7. Total Uploads / Downloads by File Type
appian.ac.stat.text15.displayname=[Graphical Version]
appian.ac.stat.text16.displayname=Total number of Community Knowledge Centers:
appian.ac.stat.text17.displayname=Total number of Uploaded Files (excluding versions):
appian.ac.stat.text18.displayname=Total number of Downloads (including versions):
appian.ac.stat3.title.displayname=Top 100 {0} {1} by Downloads/Uploads
appian.ac.stat3.text1.displayname={0} Reporting
appian.ac.stat3.text2.displayname=Top 100 {0} {1} by Number of Downloads/Uploads
appian.ac.stat3.text3.displayname=Top {0} Communities by No. of Uploads
appian.ac.stat3.text4.displayname=Uploads
appian.ac.stat3.text5.displayname=Top {0} Communities by Downloads
appian.ac.stat3.text6.displayname=Downloads
appian.ac.stat3.text7.displayname=Rank
appian.ac.stat4.title.displayname=Top 100 {0} Knowledge Centers by Downloads/Uploads
appian.ac.stat4.text1.displayname={0} Reporting
appian.ac.stat4.text2.displayname=Top 100 {0} Knowledge Centers by Number of Downloads/Uploads
appian.ac.stat4.text3.displayname=Top {0} Knowledge Centers by No. of Uploads
appian.ac.stat4.text4.displayname=Uploads
appian.ac.stat4.text5.displayname=Top {0} Knowledge Centers by Downloads
appian.ac.stat4.text6.displayname=Downloads
appian.ac.stat4.text7.displayname=Rank
appian.ac.stat5.title.displayname=Top 100 {0} Files by Downloads
appian.ac.stat5.text1.displayname={0} Reporting
appian.ac.stat5.text2.displayname=Top 100 Files by Number of Downloads
appian.ac.stat5.text3.displayname=File
appian.ac.stat5.text4.displayname=No. of Downloads
appian.ac.stat5.text5.displayname=Rank
appian.ac.stat6.title.displayname=Reporting by Days of the Week
appian.ac.stat6.text1.displayname={0} Reporting
appian.ac.stat6.text2.displayname=Total Uploads/Downloads by Days of the Week
appian.ac.stat6.text3.displayname=Day of Week
appian.ac.stat6.text4.displayname=No. of Uploads
appian.ac.stat6.text5.displayname=No. of Downloads
appian.ac.stat7.title.displayname=Reporting Last 10 Days
appian.ac.stat7.text1.displayname={0} Reporting
appian.ac.stat7.text2.displayname=Total Uploads/Downloads in Last 10 Days
appian.ac.stat7.text3.displayname=Date
appian.ac.stat7.text4.displayname=No. of Uploads
appian.ac.stat7.text5.displayname=No. of Downloads
appian.ac.stat7.text6.displayname=Rank
appian.ac.stat8.title.displayname=Reporting By Hour
appian.ac.stat8.text1.displayname={0} Reporting
appian.ac.stat8.text2.displayname=Total Uploads/Downloads by Hours of the Day
appian.ac.stat8.text3.displayname= Hour
appian.ac.stat8.text4.displayname=No. of Uploads
appian.ac.stat8.text5.displayname=No. of Downloads
appian.ac.stat9.title.displayname=Reporting By Type
appian.ac.stat9.text1.displayname=CC Reporting
appian.ac.stat9.text2.displayname=Total Uploads/Downloads by File Type
appian.ac.stat9.text3.displayname= File Type
appian.ac.stat9.text4.displayname=No. of Uploads
appian.ac.stat9.text5.displayname=No. of Downloads
appian.ac.stat9.text6.displayname=Rank
appian.ac.stat.nofiles.displayname=No Files Uploaded
appian.ac.stat.nouploads.displayname=No Uploads
appian.ac.stat.nodownloads.displayname=No Downloads
appian.ac.home.noupload1.displayname=Add Files is Unavailable:
appian.ac.home.noupload2.displayname=there are no folders to upload to
appian.ac.home.nonsub.displayname=You have nothing new in your Subscriptions
appian.ac.notifications.nonotif.displayname=You have no Alerts
appian.ac.sentlinknotif.notification.displayname={0} has sent you link(s) to the document(s), {1} located in the Folder(s) {2} {3} writes: {4}
appian.ac.commselect.nocomm1.displayname=Unavailable:
appian.ac.commselect.nocomm2.displayname=no {0} to look into
appian.ac.stat.nogeneralstats.displayname=No General Statistics are Available.
appian.ac.stat.nouserstats.displayname=No User Statistics are Available.
appian.ac.stat.nouserdownstats.displayname=No General Statistics are Available.
appian.ac.stat.noTotalUploadStats.displayname=No Total Upload Statistics are Available.
appian.ac.stat.noTotalDownloadStats.displayname=No Total Download Statistics are Available.
appian.ac.stat3.nocommupstats.displayname=No Community Upload Statistics are Available.
appian.ac.stat3.nocommdownstats.displayname=No Community Download Statistics are Available.
appian.ac.stat4.nokcupstats.displayname=No Knowledge Center Upload Statistics are Available.
appian.ac.stat4.nokcdownstats.displayname=No Knowledge Center Download Statistics are Available.
appian.ac.stat5.nodocdownstats.displayname=No Document Download Statistics are Available.
appian.ac.stat6.nodayupstats.displayname=No Upload Statistics by Weekday are Available.
appian.ac.stat6.nodaydownstats.displayname=No Download Statistics by Weekday are Available.
appian.ac.stat7.noupday.displayname=No Upload Statistics for the Last 10 Days are Available.
appian.ac.stat7.nodownday.displayname=No Download Statistics for the Last 10 Days are Available.
appian.ac.stat8.nouploadsbyhour.displayname=No Upload Statistics by Hour are Available.
appian.ac.stat8.nodownloadsbyhour.displayname=No Download Statistics by Hour are Available.
appian.ac.stat9.nodownloadsbytype.displayname=No Download Statistics by File Type are Available.
appian.ac.stat9.nouploadsbytype.displayname=No Upload Statistics by File Type are Available.
appian.ac.stat9.noDocExt.displayname=No Document Extension
appian.ac.kcstat.mostPopDocs.displayname=These are currently the most popular Files in this Knowledge Center:
appian.ac.kcstat.downloads.displayname=Downloads
appian.ac.kcstat.nofilename.displayname=File Name Not Available
appian.ac.kcstat.nokcfiledownload.displayname=No Files Have Been Downloaded from this Knowledge Center.
appian.ac.kcstat.nostats.displayname=Statistics for this Knowledge Center are not currently available.
appian.ac.kcstat2.downloadInLastNDays.displayname=Downloads in last {0} days.
appian.ac.kcstat2.date.displayname=Day/Date
appian.ac.kcstat2.numDownloads.displayname=# of Downloads
appian.ac.kcstat2.dateUnavailable.displayname=Date Not Available
appian.ac.kcstat2.countUnavailable.displayname=Count Not Available
appian.ac.kcstat2.numKCdownloads.displayname=These are the number of downloads from this Knowledge Center:
appian.ac.folder.nullfolders.displayname=Error getting folders for this KnowledgeCenter.
appian.ac.doc.mostPopdocs.displayname=Most Popular Documents
appian.ac.img.alt.mostPopKCDocsAlt.displayname=View the Most Popular Documents in this Knowledge Center
appian.ac.img.alt.retExecReportAlt.displayname=Return to Executive Reporting
appian.ac.adminskc2.lastNdays.displayname=the last {0} Days
appian.ac.kc.kcPageTitle.displayname=Knowledge Center Page
appian.ac.kc.stat.emptyKC.displayname=This Knowledge Center is empty. To upload a file, you must first create a Folder.
appian.ac.folder.toMakeNewFol.displayname=To create a new Folder
appian.ac.doc.docProps.displayname=File Properties
appian.ac.doc.docUserdownloads.displayname=User Downloads of this File
appian.ac.doc.noUserDownloads.displayname=No Users have downloaded this File.
appian.ac.doc.noStats.displayname=Statistics for this Document are not currently available.
appian.ac.doc.UserDownloadsPageTitle.displayname=You are currently viewing the User Downloads page
appian.ac.doc.createtext2.displayname= The Administrator of this Knowledge Center must review all changes before they are posted. Unless you are an administrator, the File will not be created until the Administrator approves it.
appian.ac.nv.createtext2.displayname= The Administrator of this Knowledge Center must review all changes before they are posted. Unless you are an administrator, the Version will not be created until the Administrator approves it.
appian.ac.img.alt.userListForDoc.displayname=The list of Users who have downloaded this File