mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
28741: Merged DEV/TEMPORARY to V3.4-BUG-FIX 28740: ALF-8993: IMAP favourite star is not visible if imap is enabled via JMX The org.alfresco.repo.imap.ImapService interface was extended to expose getEnabled() and made the webscript to call ImapService.getEnabled(). 28742: ALF-8801: Broken French strings 28745: ALF-6470: French string correction 28746: ALF-5607: Installer deletion of directories on installation cancel. 28756: ALF-9211: Install fails when path selected that contains accents or double byte chars (e.g. Japanese) - Fix from Bitrock - Not internationalized yet 28758: Merged DEV to V3.4-BUG-FIX 28743: ALF-8029: JSON returned by some audit queries not valide Quote user in query.get.json.ftl if it has value. 28761: Merged DEV to V3.4-BUG-FIX 28739: ALF-9123 : "Content URL conversion failed" error being thrown Note: Actually changed the implementation but the principle remains. In future, use a thread-safe boolean e.g. AtomicBoolean to carry data around about the running state; don't use a class member variable as it can be manipulated by competing threads, etc. 28762: Fix ALF-9376: Typo in Version2Model 28763: Merged DEV to V3.4-BUG-FIX 28754: ALF-8461: Invalid property cm:source (cm:copiedFrom) causes not be become sys:incomplete Configurable property called 'propertiesToIgnore' was added to IncompleteNodeTagger,and configured to ignore "cm:source". Merge note: I fixed the stored 'propertiesToIgnore' to be a Set<QName> to prevent unnecessary conversions 28764: ALF-9036: Fix NPE on XForm session timeout 28765: ALF-9211: Externalized new installer message - Needs localizing 28789: ALF-9407: Single quote characters in messages containing {} need to be doubled git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@28793 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
28 lines
1.6 KiB
Properties
28 lines
1.6 KiB
Properties
#
|
|
# Invitation service messages
|
|
#
|
|
|
|
invitation.error.noworkflow="Invitation workflow not found, workflow name : {0}"
|
|
invitation.error.not_found="Invitation not found, invitationId: {0}"
|
|
invitation.error.invalid_inviteId_format="Invitation Id not valid format, valid formats are <engine>$<id> : {0}"
|
|
invitation.invite.already_member="The user, {0} is already a member of {1} and cannot be invited again"
|
|
invitation.cancel.not_site_manager="Current user, {0}, cannot cancel invitation: {1} because they are not a Site Manager for site: {2}"
|
|
invitation.invite.not_site_manager="Current user, {0}, is not a Site Manager for site: {1}"
|
|
invitation.invite.unable_generate_id="Unable to generate a user name for invitee, which doesn''t already belong to someone else firstName:{0} lastName:{1} email:{2}"
|
|
invitation.invite.already_finished="Invitation, {0} has already been accepted, cancelled or rejected"
|
|
invitation.invite.authentication_chain="Authentication chain does not allow creation of new accounts"
|
|
|
|
# InviteSender messages
|
|
invitation.invitesender.email.subject=Alfresco {0}: You have been invited to join the {1} site
|
|
invitation.invitesender.email.role.SiteManager=Site Manager
|
|
invitation.invitesender.email.role.SiteCollaborator=Site Collaborator
|
|
invitation.invitesender.email.role.SiteContributor=Site Contributor
|
|
invitation.invitesender.email.role.SiteConsumer=Site Consumer
|
|
|
|
# Invitation workflow task description
|
|
invitation.nominated.workflow.description=Invitation to join {0} site
|
|
invitation.moderated.workflow.description=Request to join {0} site
|
|
|
|
# Person Notification messages
|
|
invitation.notification.person.email.subject=Alfresco {0}: Your New Account
|