Author: xlawrence
Date: Thu Jun 21 12:51:02 2007
New Revision: 17689

URL: https://svndev.jahia.net/websvn/listing.php?sc=3D1&rev=3D17689&repname=
=3Djahia
Log:
Do not use the ' character for Message formats as it is a reserved characte=
r. You have to use the =C2=B4 char instead

Modified:
    branches/JAHIA-5-0-SP-BRANCH/core/src/conf/java/JahiaMessageResources.p=
roperties
    branches/JAHIA-5-0-SP-BRANCH/core/src/conf/java/JahiaMessageResources_e=
n.properties
    branches/JAHIA-5-0-SP-BRANCH/core/src/conf/java/JahiaMessageResources_f=
r.properties

Modified: branches/JAHIA-5-0-SP-BRANCH/core/src/conf/java/JahiaMessageResou=
rces.properties
URL: https://svndev.jahia.net/websvn/diff.php?path=3D/branches/JAHIA-5-0-SP=
-BRANCH/core/src/conf/java/JahiaMessageResources.properties&rev=3D17689&rep=
name=3Djahia
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- branches/JAHIA-5-0-SP-BRANCH/core/src/conf/java/JahiaMessageResources.p=
roperties (original)
+++ branches/JAHIA-5-0-SP-BRANCH/core/src/conf/java/JahiaMessageResources.p=
roperties Thu Jun 21 12:51:02 2007
@@ -314,7 +314,7 @@
 org.jahia.services.containers.JahiaContainersBaseService.invalidFieldsWarn=
ing =3D Container cannot be activated because fields are not all valid
 =

 org.jahia.services.fields.ContentField.mandatoryLangMissingError =3D A man=
datory language is missing for field [{0}]
-org.jahia.services.fields.ContentPageField.pageLinkNotFoundWarning =3D Pag=
e {0} has a link to a page that couldn't be found : {1} !
+org.jahia.services.fields.ContentPageField.pageLinkNotFoundWarning =3D Pag=
e {0} has a link to a page that couldn=C2=B4t be found : {1} !
 org.jahia.services.fields.ContentPageField.pageLookupError =3D Could not l=
ookup page {0} !
 org.jahia.services.fields.ContentPageField.pageOnlyInStagingWarning =3D Pa=
ge {0} exists only in staging and needs to be validated.
 org.jahia.services.fields.ContentPageField.referedToMovedPageError =3D Fie=
ld {0} referred to a moved page
@@ -345,7 +345,7 @@
 =

 org.jahia.services.pages.ContentPage.emptyTitleError =3D Cannot validate p=
age since it has an empty title in live or edit mode for this language
 org.jahia.services.pages.ContentPage.linkNotToActivePageError =3D Cannot v=
alidate page link since it links to a page with no active entries
-org.jahia.services.pages.ContentPage.linkNotToPageWarning =3D Link doesn't=
 point to a page
+org.jahia.services.pages.ContentPage.linkNotToPageWarning =3D Link doesn=
=C2=B4t point to a page
 org.jahia.services.pages.ContentPage.mandatoryLangMissingError =3D A manda=
tory language is missing for a content page title. =

 org.jahia.services.pages.ContentPage.noTitleError =3D Cannot validate page=
 since it has no title in live or edit mode for this language
 =


Modified: branches/JAHIA-5-0-SP-BRANCH/core/src/conf/java/JahiaMessageResou=
rces_en.properties
URL: https://svndev.jahia.net/websvn/diff.php?path=3D/branches/JAHIA-5-0-SP=
-BRANCH/core/src/conf/java/JahiaMessageResources_en.properties&rev=3D17689&=
repname=3Djahia
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- branches/JAHIA-5-0-SP-BRANCH/core/src/conf/java/JahiaMessageResources_e=
n.properties (original)
+++ branches/JAHIA-5-0-SP-BRANCH/core/src/conf/java/JahiaMessageResources_e=
n.properties Thu Jun 21 12:51:02 2007
@@ -1,11 +1,11 @@
 #-------------------------------------------------------------------------=
-----
-# Jahia's Message default resource bundle
+# Jahia=C2=B4s Message default resource bundle
 #
 # Note : resource relative path.
 # If <jahiaEngine> : parsed and replaced by /jsp/jahia/engines/
 # If <siteTemplate> : parsed and replaced by /jsp/jahia/templates/<mysite>/
 # where <mysite> is the folder (which name is the sitekey of the current s=
ite)
-# that contains the site's template jsp files.
+# that contains the site=C2=B4s template jsp files.
 #
 # 28.10.2002
 # @author Khue Nguyen [EMAIL PROTECTED]
@@ -82,7 +82,7 @@
 org.jahia.bin.Jahia.jahiaWarning.label =3D Jahia Warning
 org.jahia.bin.Jahia.serverLocked.label =3D Sorry, the server is locked in =
exclusive mode by a super admin.<br><br>No more access allowed. Try again l=
ater.
 =

-org.jahia.bin.JahiaConfigurationWizard.jahiaConfigurationWizard.label =3D =
Jahia's Configuration Wizard
+org.jahia.bin.JahiaConfigurationWizard.jahiaConfigurationWizard.label =3D =
Jahia=C2=B4s Configuration Wizard
 org.jahia.bin.JahiaConfigurationWizard.chooseEdition.label =3D Choose Jahi=
a edition
 org.jahia.bin.JahiaConfigurationWizard.licenseAgreement.label =3D License =
agreement
 org.jahia.bin.JahiaConfigurationWizard.superUserAdministratorSettings.labe=
l =3D SuperUser (administrator) settings
@@ -143,7 +143,7 @@
 org.jahia.bin.JahiaConfigurationWizard.server.basicSettings.label =3D Basi=
c settings
 org.jahia.bin.JahiaConfigurationWizard.server.currentlySelectedDatabase.la=
bel =3D Currently selected database config
 org.jahia.bin.JahiaConfigurationWizard.server.forExperiencedUsersOnly.labe=
l =3D for experienced users only
-org.jahia.bin.JahiaConfigurationWizard.server.pathAutomaticallyDetected.la=
bel =3D The above path has been automatically detected. Make sure it is cor=
rect and only change it if it's not. Changing this value might cause proble=
ms if you change an initially correct path.<br/><strong>Do not use any whit=
e space in the path name</strong>
+org.jahia.bin.JahiaConfigurationWizard.server.pathAutomaticallyDetected.la=
bel =3D The above path has been automatically detected. Make sure it is cor=
rect and only change it if it=C2=B4s not. Changing this value might cause p=
roblems if you change an initially correct path.<br/><strong>Do not use any=
 white space in the path name</strong>
 org.jahia.bin.JahiaConfigurationWizard.server.servletContainerHomeDiskPath=
.label =3D Servlet Container home disk path
 org.jahia.bin.JahiaConfigurationWizard.server.toUseAnotherDatabase.label =
=3D To use another database instead of HyperSonic and/or to change the inte=
rnationalization settins
 org.jahia.bin.JahiaConfigurationWizard.templates.chooseTemplateSet.label =
=3D Please choose a template set
@@ -255,12 +255,12 @@
 org.jahia.security.license.DateValidator.invalidDate.label =3D The current=
 date [{0}] is not accepted by license. Accepted license date is [{1}]
 org.jahia.security.license.DateValidator.dateNotInRange.label =3D The curr=
ent date [{0}] is not in range accepted by license [{1}] to [{2}]
 =

-org.jahia.security.license.IPValidator.errorRetrievingLocalhostIP.label =
=3D Error retrieving the server's IP address for the machine running this i=
nstance of Jahia
+org.jahia.security.license.IPValidator.errorRetrievingLocalhostIP.label =
=3D Error retrieving the server=C2=B4s IP address for the machine running t=
his instance of Jahia
 org.jahia.security.license.IPValidator.invalidIPAddress.label =3D Current =
IP address {0} for Jahia Server is not authorized by license. (License IP =
=3D {1})
 org.jahia.security.license.IPValidator.invalidIPFormat.label =3D IP addres=
s {0} has an invalid format
 org.jahia.security.license.IPValidator.invalidIPAddressForRange.label =3D =
IP address {0} is not in allowed range {1} to {2}
 =

-org.jahia.security.license.PageCountValidator.errorInPageCountCheck.label =
=3D Error while trying to retrieve number of pages on Jahia's sites.
+org.jahia.security.license.PageCountValidator.errorInPageCountCheck.label =
=3D Error while trying to retrieve number of pages on Jahia=C2=B4s sites.
 org.jahia.security.license.PageCountValidator.invalidPageCount.label =3D S=
ite {2} has {0} pages which is more than what the license authorises ({1})
 org.jahia.security.license.PageCountValidator.pageCountNotInRange.label =
=3D Site {3} has {0} pages which is not within the range authorized by the =
license ({1} to {2})
 =

@@ -271,11 +271,11 @@
 org.jahia.security.license.SiteCountValidator.invalidSiteCount.label =3D T=
he number of sites on this Jahia installation ({0}) has reach the license l=
imit {1}
 org.jahia.security.license.SiteCountValidator.siteCountNotInRange.label =
=3D The number of sites on this Jahia installation ({0}) is not within the =
range authorized by the license ({1} to {2})
 =

-org.jahia.security.license.TemplateCountValidator.errorInTemplateCountChec=
k.label =3D Error while trying to retrieve number of templates on Jahia's s=
ites.
+org.jahia.security.license.TemplateCountValidator.errorInTemplateCountChec=
k.label =3D Error while trying to retrieve number of templates on Jahia=C2=
=B4s sites.
 org.jahia.security.license.TemplateCountValidator.invalidTemplateCount.lab=
el =3D Site {2} has {0} templates which is more than what the license autho=
rises ({1})
 org.jahia.security.license.TemplateCountValidator.templateCountNotInRange.=
label =3D Site {3} has {0} templates which is not within the range authoriz=
ed by the license ({1} to {2})
 =

-org.jahia.security.license.UserCountValidator.errorInUserCountCheck.label =
=3D Error while trying to retrieve number of users on Jahia's sites.
+org.jahia.security.license.UserCountValidator.errorInUserCountCheck.label =
=3D Error while trying to retrieve number of users on Jahia=C2=B4s sites.
 org.jahia.security.license.UserCountValidator.invalidUserCount.label =3D S=
ite {2} has {0} users which is more than what the license authorises ({1})
 org.jahia.security.license.UserCountValidator.userCountNotInRange.label =
=3D Site {3} has {0} users which is not within the range authorized by the =
license ({1} to {2})
 =

@@ -285,13 +285,13 @@
 org.jahia.security.license.ClusterNodeCountValidator.invalidClusterNodeCou=
nt.label =3D The number of nodes in this Jahia cluster installation ({0}) i=
s higher than the allowed amount ({1})
 org.jahia.security.license.ClusterNodeCountValidator.clusterNodeCountNotIn=
Range.label =3D The number of nodes in this Jahia cluster installation ({0}=
) is not within the allowed range ({1} to {2})  =

 =

-org.jahia.engines.mysettings.passwordsDontMatch =3D Passwords don't match
+org.jahia.engines.mysettings.passwordsDontMatch =3D Passwords don=C2=B4t m=
atch
 org.jahia.engines.mysettings.passwordTooShort =3D Password too short (mini=
num 6 characters)
 =

 org.jahia.engines.users.newuserregistration.missingUserName =3D User name =
is missing
 org.jahia.engines.users.newuserregistration.missingPassword1 =3D Password =
is missing
 org.jahia.engines.users.newuserregistration.missingPassword2 =3D Password =
confirmation is missing
-org.jahia.engines.users.newuserregistration.passwordsDontMatch =3D Passwor=
ds don't match
+org.jahia.engines.users.newuserregistration.passwordsDontMatch =3D Passwor=
ds don=C2=B4t match
 org.jahia.engines.users.newuserregistration.passwordTooShort =3D Password =
too short (mininum 6 characters)
 org.jahia.engines.users.newuserregistration.userNameAlreadyExists =3D User=
 name already exists
 org.jahia.engines.users.newuserregistration.errorWhileCreatingUser =3D Err=
or while creating user
@@ -314,7 +314,7 @@
 org.jahia.services.containers.JahiaContainersBaseService.invalidFieldsWarn=
ing =3D Container cannot be activated because fields are not all valid
 =

 org.jahia.services.fields.ContentField.mandatoryLangMissingError =3D A man=
datory language is missing for field [{0}]
-org.jahia.services.fields.ContentPageField.pageLinkNotFoundWarning =3D Pag=
e {0} has a link to a page that couldn't be found : {1} !
+org.jahia.services.fields.ContentPageField.pageLinkNotFoundWarning =3D Pag=
e {0} has a link to a page that couldn=C2=B4t be found : {1} !
 org.jahia.services.fields.ContentPageField.pageLookupError =3D Could not l=
ookup page {0} !
 org.jahia.services.fields.ContentPageField.pageOnlyInStagingWarning =3D Pa=
ge {0} exists only in staging and needs to be validated.
 org.jahia.services.fields.ContentPageField.referedToMovedPageError =3D Fie=
ld {0} referred to a moved page
@@ -345,7 +345,7 @@
 =

 org.jahia.services.pages.ContentPage.emptyTitleError =3D Cannot validate p=
age since it has an empty title in live or edit mode for this language
 org.jahia.services.pages.ContentPage.linkNotToActivePageError =3D Cannot v=
alidate page link since it links to a page with no active entries
-org.jahia.services.pages.ContentPage.linkNotToPageWarning =3D Link doesn't=
 point to a page
+org.jahia.services.pages.ContentPage.linkNotToPageWarning =3D Link doesn=
=C2=B4t point to a page
 org.jahia.services.pages.ContentPage.mandatoryLangMissingError =3D A manda=
tory language is missing for a content page title. =

 org.jahia.services.pages.ContentPage.noTitleError =3D Cannot validate page=
 since it has no title in live or edit mode for this language
 =


Modified: branches/JAHIA-5-0-SP-BRANCH/core/src/conf/java/JahiaMessageResou=
rces_fr.properties
URL: https://svndev.jahia.net/websvn/diff.php?path=3D/branches/JAHIA-5-0-SP=
-BRANCH/core/src/conf/java/JahiaMessageResources_fr.properties&rev=3D17689&=
repname=3Djahia
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- branches/JAHIA-5-0-SP-BRANCH/core/src/conf/java/JahiaMessageResources_f=
r.properties (original)
+++ branches/JAHIA-5-0-SP-BRANCH/core/src/conf/java/JahiaMessageResources_f=
r.properties Thu Jun 21 12:51:02 2007
@@ -221,22 +221,22 @@
 org.jahia.engines.pages.PageProperties_Engine.urlKeyHasInvalidChars.label =
=3D La cl=C3=A9 URL de la page {0} contient des caract=C3=A8res ill=C3=A9ga=
ux
 org.jahia.engines.pages.PageProperties_Engine.urlKeyIsDuplicate.label =3D =
La cl=C3=A9 URL de la page {0} existe d=C3=A9j=C3=A0
 org.jahia.engines.pages.PageProperties_Engine.urlKeyIsReservedWord.label =
=3D La cl=C3=A9 URL de la page {0} est un mot r=C3=A9serv=C3=A9
-org.jahia.engines.rights.ManageRights.future403warning =3D La suppression =
des droits de LECTURE sur cette page pour les utilisateurs du/des groupe(s)=
 [<strong>{0}</strong>] va provoquer une "<strong>Erreur 403</strong>" s'il=
s cliquent sur le lien depuis la page [<strong>{1}</strong>]. Elle contient=
 un champ Texte long contenant un lien vers la page en cours.
-org.jahia.engines.rights.ManageRights.futureChild403warning =3D En coupant=
 l'h=C3=A9ritage des droits sur cette page, les utilisateurs de(s) groupe(s=
) [<strong>{0}</strong>] vont provoquer une "<strong>Erreur 403 </strong>" =
s'ils cliquent sur le lien sur la page [<strong>{1}</strong>]. Elle contien=
t un champ Texte long contenant un lien vers une sous-page [<strong>{2}</st=
rong>] de la page en cours.
+org.jahia.engines.rights.ManageRights.future403warning =3D La suppression =
des droits de LECTURE sur cette page pour les utilisateurs du/des groupe(s)=
 [<strong>{0}</strong>] va provoquer une "<strong>Erreur 403</strong>" s=C2=
=B4ils cliquent sur le lien depuis la page [<strong>{1}</strong>]. Elle con=
tient un champ Texte long contenant un lien vers la page en cours.
+org.jahia.engines.rights.ManageRights.futureChild403warning =3D En coupant=
 l=C2=B4h=C3=A9ritage des droits sur cette page, les utilisateurs de(s) gro=
upe(s) [<strong>{0}</strong>] vont provoquer une "<strong>Erreur 403 </stro=
ng>" s=C2=B4ils cliquent sur le lien sur la page [<strong>{1}</strong>]. El=
le contient un champ Texte long contenant un lien vers une sous-page [<stro=
ng>{2}</strong>] de la page en cours.
 org.jahia.engines.shared.BigText_Field.approvalWarning =3D La page [<stron=
g>{0}</strong>] en [<strong>{1}</strong>] est "<strong>En attente de valida=
tion</strong>", ce qui risque de provoquer une "<strong>Erreur 404</strong>=
", si le lien est activ=C3=A9.
 org.jahia.engines.shared.BigText_Field.lessAccessWarning =3D La page [<str=
ong>{0}</strong>] est inaccessible par le(s) groupe(s) [<strong>{1}</strong=
>], qui peuvent toutefois acc=C3=A9der =C3=A0 la valeur du lien. Cliquer su=
r le lien va provoquer une "<strong>Erreur 403</strong>" pour ce (ces) grou=
pe(s).
-org.jahia.engines.shared.BigText_Field.markForDeleteWarning =3D La page [<=
strong>{0}</strong>] est "<strong>=C3=80 effacer</strong>" et n'a jamais =
=C3=A9t=C3=A9 valid=C3=A9e, ce qui va provoquer une "<strong>Erreur 404 </s=
trong>" apr=C3=A8s validation, si le lien est activ=C3=A9.
-org.jahia.engines.shared.BigText_Field.notExistingWarning =3D Impossible d=
'atteindre la page [<strong>{0}</strong>], ce qui va provoquer une "<strong=
>Erreur 404</strong>", si le lien est activ=C3=A9.
-org.jahia.engines.shared.BigText_Field.stagingWarning =3D La page [<strong=
>{0}</strong>] est "<strong>En travail</strong>" et n'a jamais =C3=A9t=C3=
=A9 valid=C3=A9e, ce qui va provoquer une "<strong>Erreur 403 </strong>" en=
 mode "En ligne", si le lien est activ=C3=A9.
-org.jahia.engines.shared.BigText_Field.wrongKeys =3D La cl=C3=A9 URL [<str=
ong>{0}</strong>] n'est pas valide. Elle n'est reli=C3=A9e =C3=A0 aucune pa=
ge.
+org.jahia.engines.shared.BigText_Field.markForDeleteWarning =3D La page [<=
strong>{0}</strong>] est "<strong>=C3=80 effacer</strong>" et n=C2=B4a jama=
is =C3=A9t=C3=A9 valid=C3=A9e, ce qui va provoquer une "<strong>Erreur 404 =
</strong>" apr=C3=A8s validation, si le lien est activ=C3=A9.
+org.jahia.engines.shared.BigText_Field.notExistingWarning =3D Impossible d=
=C2=B4atteindre la page [<strong>{0}</strong>], ce qui va provoquer une "<s=
trong>Erreur 404</strong>", si le lien est activ=C3=A9.
+org.jahia.engines.shared.BigText_Field.stagingWarning =3D La page [<strong=
>{0}</strong>] est "<strong>En travail</strong>" et n=C2=B4a jamais =C3=A9t=
=C3=A9 valid=C3=A9e, ce qui va provoquer une "<strong>Erreur 403 </strong>"=
 en mode "En ligne", si le lien est activ=C3=A9.
+org.jahia.engines.shared.BigText_Field.wrongKeys =3D La cl=C3=A9 URL [<str=
ong>{0}</strong>] n=C2=B4est pas valide. Elle n=C2=B4est reli=C3=A9e =C3=A0=
 aucune page.
 org.jahia.engines.users.newuserregistration.errorWhileCreatingUser =3D Err=
eur lors de la cr=C3=A9ation de l'utilisateur
 org.jahia.engines.users.newuserregistration.missingPassword1 =3D Mot de pa=
sse manquant
 org.jahia.engines.users.newuserregistration.missingPassword2 =3D Confirmat=
ion du mot de passe manquante
 org.jahia.engines.users.newuserregistration.missingUserName =3D Nom d'util=
isateur manquant
 org.jahia.engines.users.newuserregistration.passwordTooShort =3D Mot de pa=
sse trop court (6 caract=C3=A8res minimum)
 org.jahia.engines.users.newuserregistration.passwordsDontMatch =3D Les mot=
s de passe ne correspondent pas
-org.jahia.engines.users.newuserregistration.unauthorizedGroup =3D L'utilis=
ateur a essay=C3=A9 de s'inscrire dans un groupe {0} non autoris=C3=A9
-org.jahia.engines.users.newuserregistration.userNameAlreadyExists =3D Le n=
om d'utilisateur existe d=C3=A9j=C3=A0
+org.jahia.engines.users.newuserregistration.unauthorizedGroup =3D L=C2=B4u=
tilisateur a essay=C3=A9 de s=C2=B4inscrire dans un groupe {0} non autoris=
=C3=A9
+org.jahia.engines.users.newuserregistration.userNameAlreadyExists =3D Le n=
om d=C2=B4utilisateur existe d=C3=A9j=C3=A0
 org.jahia.engines.workflow.activationResultMessage =3D {0} ({1} {2} : lang=
ue {3})
 org.jahia.firstName.label =3D Pr=C3=A9nom
 org.jahia.goToJahia.label =3D Acc=C3=A9der =C3=A0 Jahia
@@ -245,59 +245,59 @@
 org.jahia.mailSettings.label =3D Param=C3=A8tres de messagerie =C3=A9lectr=
onique (facultatifs)
 org.jahia.pleaseFollowTheLink.label =3D Suivez le lien ci-dessous pour =C3=
=AAtre redirig=C3=A9 vers Jahia
 org.jahia.pleaseWait.button=3DVeuillez patienter
-org.jahia.security.license.BuildNumberValidator.buildNumberNotInRange.labe=
l =3D Votre Jahia Version {0} n'est pas comprise dans l'intervalle {1} =C3=
=A0 {2}
-org.jahia.security.license.BuildNumberValidator.invalidBuildNumber.label =
=3D Vous utilisez Jahia Version {0} avec une licence qui n'autorise que la =
version {1}
-org.jahia.security.license.ClusterNodeCountValidator.clusterNodeCountNotIn=
Range.label =3D Le nombre de n=C2=9Cuds sur cette installation Jahia en clu=
ster ({0}) n'est pas compris dans l'intervalle autoris=C3=A9 ({1} =C3=A0 {2=
})
+org.jahia.security.license.BuildNumberValidator.buildNumberNotInRange.labe=
l =3D Votre Jahia Version {0} n=C2=B4est pas comprise dans l=C2=B4intervall=
e {1} =C3=A0 {2}
+org.jahia.security.license.BuildNumberValidator.invalidBuildNumber.label =
=3D Vous utilisez Jahia Version {0} avec une licence qui n=C2=B4autorise qu=
e la version {1}
+org.jahia.security.license.ClusterNodeCountValidator.clusterNodeCountNotIn=
Range.label =3D Le nombre de n=C2=9Cuds sur cette installation Jahia en clu=
ster ({0}) n=C2=B4est pas compris dans l=C2=B4intervalle autoris=C3=A9 ({1}=
 =C3=A0 {2})
 org.jahia.security.license.ClusterNodeCountValidator.invalidClusterNodeCou=
nt.label =3D Le nombre de n=C2=9Cuds sur cette installation Jahia en cluste=
r ({0}) a d=C3=A9pass=C3=A9 le nombre autoris=C3=A9 ({1})
-org.jahia.security.license.DateValidator.dateNotInRange.label =3D La date =
courange [{0}] n'est pas dans l'intervalle autoris\u00e9e par la licence : =
[{1}] to [{2}]
-org.jahia.security.license.DateValidator.invalidDate.label =3D La date cou=
rante [{0}] n'est pas accept\u00e9e par la license. La seule date autoris\u=
00e9e est [{1}]
+org.jahia.security.license.DateValidator.dateNotInRange.label =3D La date =
courange [{0}] n=C2=B4est pas dans l=C2=B4intervalle autoris\u00e9e par la =
licence : [{1}] to [{2}]
+org.jahia.security.license.DateValidator.invalidDate.label =3D La date cou=
rante [{0}] n=C2=B4est pas accept\u00e9e par la license. La seule date auto=
ris\u00e9e est [{1}]
 org.jahia.security.license.DateValidator.invalidLicenseDateValue.label =3D=
 Valeur de date [{0}] non valide trouv=C3=A9e dans le fichier de licence.
-org.jahia.security.license.DaysLeftValidator.daysLeftExpired.label =3D Vot=
re p=C3=A9riode d'essai de {0} jours a expir=C3=A9. Veuillez nous contacter=
 =C3=A0 l'adresse [EMAIL PROTECTED] pour obtenir une nouvelle licence !
-org.jahia.security.license.DaysLeftValidator.daysLeftNotInRange.label =3D =
Votre licence de {0} =C3=A0 {1} jours a d=C3=A9sormais expir=C3=A9. Veuille=
z nous contacter =C3=A0 l'adresse [EMAIL PROTECTED] pour obtenir une nouvelle =
licence !
-org.jahia.security.license.IPValidator.errorRetrievingLocalhostIP.label =
=3D Erreur lors de la r=C3=A9cup=C3=A9ration de l'adresse IP du serveur pou=
r la machine ex=C3=A9cutant cette instance de Jahia
-org.jahia.security.license.IPValidator.invalidIPAddress.label =3D L'adress=
e IP actuelle {0} pour le serveur Jahia n'est pas autoris=C3=A9e par la lic=
ence. (IP licence =3D {1})
-org.jahia.security.license.IPValidator.invalidIPAddressForRange.label =3D =
L'adresse IP {0} n'est pas comprise dans l'intervalle autoris=C3=A9 {1} =C3=
=A0 {2}
-org.jahia.security.license.IPValidator.invalidIPFormat.label =3D Le format=
 de l'adresse IP {0} n'est pas valide
+org.jahia.security.license.DaysLeftValidator.daysLeftExpired.label =3D Vot=
re p=C3=A9riode d=C2=B4essai de {0} jours a expir=C3=A9. Veuillez nous cont=
acter =C3=A0 l=C2=B4adresse [EMAIL PROTECTED] pour obtenir une nouvelle licenc=
e !
+org.jahia.security.license.DaysLeftValidator.daysLeftNotInRange.label =3D =
Votre licence de {0} =C3=A0 {1} jours a d=C3=A9sormais expir=C3=A9. Veuille=
z nous contacter =C3=A0 l=C2=B4adresse [EMAIL PROTECTED] pour obtenir une nouv=
elle licence !
+org.jahia.security.license.IPValidator.errorRetrievingLocalhostIP.label =
=3D Erreur lors de la r=C3=A9cup=C3=A9ration de l=C2=B4adresse IP du serveu=
r pour la machine ex=C3=A9cutant cette instance de Jahia
+org.jahia.security.license.IPValidator.invalidIPAddress.label =3D L=C2=B4a=
dresse IP actuelle {0} pour le serveur Jahia n=C2=B4est pas autoris=C3=A9e =
par la licence. (IP licence =3D {1})
+org.jahia.security.license.IPValidator.invalidIPAddressForRange.label =3D =
L=C2=B4adresse IP {0} n=C2=B4est pas comprise dans l=C2=B4intervalle autori=
s=C3=A9 {1} =C3=A0 {2}
+org.jahia.security.license.IPValidator.invalidIPFormat.label =3D Le format=
 de l=C2=B4adresse IP {0} n=C2=B4est pas valide
 org.jahia.security.license.PageCountValidator.errorInPageCountCheck.label =
=3D Erreur lors de la r=C3=A9cup=C3=A9ration du nombre de pages sur les sit=
es Jahia.
 org.jahia.security.license.PageCountValidator.invalidPageCount.label =3D L=
e site {2} comprend {0} pages, ce qui est plus que le nombre de pages autor=
is=C3=A9 par la licence ({1})
-org.jahia.security.license.PageCountValidator.pageCountNotInRange.label =
=3D Le site {3} comprend {0} pages, ce qui n'est pas compris dans l'interva=
lle autoris=C3=A9 par la licence ({1} =C3=A0 {2})
-org.jahia.security.license.ReleaseNumberValidator.invalidReleaseNumber.lab=
el =3D La version Jahia actuelle {0} n'est pas autoris=C3=A9e dans la licen=
ce (version de licence autoris=C3=A9e =3D {1})
-org.jahia.security.license.ReleaseNumberValidator.releaseNumberNotInRange.=
label =3D La version Jahia actuelle {0} n'est pas comprise dans l'intervall=
e autoris=C3=A9 par la licence ({1} =C3=A0 {2})
+org.jahia.security.license.PageCountValidator.pageCountNotInRange.label =
=3D Le site {3} comprend {0} pages, ce qui n=C2=B4est pas compris dans l=C2=
=B4intervalle autoris=C3=A9 par la licence ({1} =C3=A0 {2})
+org.jahia.security.license.ReleaseNumberValidator.invalidReleaseNumber.lab=
el =3D La version Jahia actuelle {0} n=C2=B4est pas autoris=C3=A9e dans la =
licence (version de licence autoris=C3=A9e =3D {1})
+org.jahia.security.license.ReleaseNumberValidator.releaseNumberNotInRange.=
label =3D La version Jahia actuelle {0} n=C2=B4est pas comprise dans l=C2=
=B4intervalle autoris=C3=A9 par la licence ({1} =C3=A0 {2})
 org.jahia.security.license.SiteCountValidator.errorInSiteCountCheck.label =
=3D Erreur lors de la r=C3=A9cup=C3=A9ration du nombre de pages sur cette i=
nstallation de Jahia
 org.jahia.security.license.SiteCountValidator.invalidSiteCount.label =3D L=
e nombre de sites sur cette installation de Jahia ({0}) a atteint la limite=
 de la licence {1}
-org.jahia.security.license.SiteCountValidator.siteCountNotInRange.label =
=3D Le nombre de sites sur cette installation de Jahia ({0}) n'est pas comp=
ris dans l'intervalle autoris=C3=A9 par la licence ({1} =C3=A0 {2})
+org.jahia.security.license.SiteCountValidator.siteCountNotInRange.label =
=3D Le nombre de sites sur cette installation de Jahia ({0}) n=C2=B4est pas=
 compris dans l=C2=B4intervalle autoris=C3=A9 par la licence ({1} =C3=A0 {2=
})
 org.jahia.security.license.TemplateCountValidator.errorInTemplateCountChec=
k.label =3D Erreur lors de la r=C3=A9cup=C3=A9ration du nombre de mod=C3=A8=
les sur les sites Jahia.
 org.jahia.security.license.TemplateCountValidator.invalidTemplateCount.lab=
el =3D Le site {2} comprend {0} mod=C3=A8les ce qui est plus que le nombre =
autoris=C3=A9 par la licence ({1})
-org.jahia.security.license.TemplateCountValidator.templateCountNotInRange.=
label =3D Le site {3} comprend {0} mod=C3=A8les, ce qui n'est pas compris d=
ans l'intervalle autoris=C3=A9 par la licence ({1} =C3=A0 {2})
-org.jahia.security.license.UserCountValidator.errorInUserCountCheck.label =
=3D Erreur lors de la r=C3=A9cup=C3=A9ration du nombre d'utilisateurs sur l=
es sites Jahia.
+org.jahia.security.license.TemplateCountValidator.templateCountNotInRange.=
label =3D Le site {3} comprend {0} mod=C3=A8les, ce qui n=C2=B4est pas comp=
ris dans l=C2=B4intervalle autoris=C3=A9 par la licence ({1} =C3=A0 {2})
+org.jahia.security.license.UserCountValidator.errorInUserCountCheck.label =
=3D Erreur lors de la r=C3=A9cup=C3=A9ration du nombre d=C2=B4utilisateurs =
sur les sites Jahia.
 org.jahia.security.license.UserCountValidator.invalidUserCount.label =3D L=
e site {2} comprend {0} utilisateurs, ce qui est plus que le nombre autoris=
=C3=A9 par la licence ({1})
-org.jahia.security.license.UserCountValidator.userCountNotInRange.label =
=3D Le site {3} comprend {0} utilisateurs, ce qui n'est pas compris dans l'=
intervalle autoris=C3=A9 par la licence ({1} =C3=A0 {2})
-org.jahia.security.license.VersionValidator.invalidVersion.label =3D La ve=
rsion actuelle [{0}] n'est pas autoris=C3=A9e dans la licence (version de l=
icence autoris=C3=A9e =3D {1})
-org.jahia.security.license.VersionValidator.versionNotInRange.label =3D La=
 version actuelle {0} n'est pas comprise dans l'intervalle autoris=C3=A9 pa=
r la licence ({1} =C3=A0 {2})
+org.jahia.security.license.UserCountValidator.userCountNotInRange.label =
=3D Le site {3} comprend {0} utilisateurs, ce qui n=C2=B4est pas compris da=
ns l=C2=B4intervalle autoris=C3=A9 par la licence ({1} =C3=A0 {2})
+org.jahia.security.license.VersionValidator.invalidVersion.label =3D La ve=
rsion actuelle [{0}] n=C2=B4est pas autoris=C3=A9e dans la licence (version=
 de licence autoris=C3=A9e =3D {1})
+org.jahia.security.license.VersionValidator.versionNotInRange.label =3D La=
 version actuelle {0} n=C2=B4est pas comprise dans l=C2=B4intervalle autori=
s=C3=A9 par la licence ({1} =C3=A0 {2})
 org.jahia.serverSettings.label =3D Param=C3=A8tres du serveur
-org.jahia.services.htmlparser.WAIValidator.1.1 =3D Attribut "alt" manquant=
 pour l'image [<strong>{0}</strong>]. <br/>"{1}". <a href =3D "http://www.w=
3.org/TR/WCAG10-HTML-TECHS/#image-text-equivalent" target =3D "_blank" titl=
e =3D "Exemple">Exemple</a>
-org.jahia.services.htmlparser.WAIValidator.1.1.2 =3D Attribut "alt" manqua=
nt pour l'=C3=A9l=C3=A9ment "area shape" [<strong>{0}</strong>]. <br/>"{1}"=
. <a href =3D "http://www.w3.org/TR/WCAG10-HTML-TECHS/#image-maps"; target =
=3D "_blank" title =3D "Exemple">Exemple</a>
-org.jahia.services.htmlparser.WAIValidator.1.4 =3D L'attribut "alt" [<stro=
ng>{0}</strong>] ne doit pas d=C3=A9passer 60 caract=C3=A8res pour l'image =
[<strong>{1}</strong>] (longueur actuelle =3D {2}). <br/>"{3}".
-org.jahia.services.htmlparser.WAIValidator.11.1 =3D Attribut "for" manquan=
t pour l'=C3=A9l=C3=A9ment "label". <br/>"{0}".
-org.jahia.services.htmlparser.WAIValidator.11.1.2 =3D Attribut "id" manqua=
nt pour l'=C3=A9l=C3=A9ment "input". <br/>"{0}".
-org.jahia.services.htmlparser.WAIValidator.2.1 =3D Attribut "name" manquan=
t pour l'=C3=A9l=C3=A9ment "frame". <a href =3D "http://www.w3.org/TR/REC-h=
tml40/present/frames.html#h-16.2.2" target =3D "_blank" title =3D "Sp=C3=A9=
cifications">Sp=C3=A9cifications</a>
-org.jahia.services.htmlparser.WAIValidator.2.1.2 =3D L'attribut "name" ne =
doit pas contenir d'espace [<strong>{0}</strong>]. <a href =3D "http://www.=
w3.org/TR/xhtml1/#C_8" target =3D "_blank" title =3D "Exemple">Exemple</a>
-org.jahia.services.htmlparser.WAIValidator.2.10 =3D Le d=C3=A9filement doi=
t =C3=AAtre param=C3=A9tr=C3=A9 au moins sur "auto" pour l'=C3=A9l=C3=A9men=
t "frame" [<strong>{0}</strong>]. <br/>"{1}".
+org.jahia.services.htmlparser.WAIValidator.1.1 =3D Attribut "alt" manquant=
 pour l=C2=B4image [<strong>{0}</strong>]. <br/>"{1}". <a href =3D "http://=
www.w3.org/TR/WCAG10-HTML-TECHS/#image-text-equivalent" target =3D "_blank"=
 title =3D "Exemple">Exemple</a>
+org.jahia.services.htmlparser.WAIValidator.1.1.2 =3D Attribut "alt" manqua=
nt pour l=C2=B4=C3=A9l=C3=A9ment "area shape" [<strong>{0}</strong>]. <br/>=
"{1}". <a href =3D "http://www.w3.org/TR/WCAG10-HTML-TECHS/#image-maps"; tar=
get =3D "_blank" title =3D "Exemple">Exemple</a>
+org.jahia.services.htmlparser.WAIValidator.1.4 =3D L=C2=B4attribut "alt" [=
<strong>{0}</strong>] ne doit pas d=C3=A9passer 60 caract=C3=A8res pour l=
=C2=B4image [<strong>{1}</strong>] (longueur actuelle =3D {2}). <br/>"{3}".
+org.jahia.services.htmlparser.WAIValidator.11.1 =3D Attribut "for" manquan=
t pour l=C2=B4=C3=A9l=C3=A9ment "label". <br/>"{0}".
+org.jahia.services.htmlparser.WAIValidator.11.1.2 =3D Attribut "id" manqua=
nt pour l=C2=B4=C3=A9l=C3=A9ment "input". <br/>"{0}".
+org.jahia.services.htmlparser.WAIValidator.2.1 =3D Attribut "name" manquan=
t pour l=C2=B4=C3=A9l=C3=A9ment "frame". <a href =3D "http://www.w3.org/TR/=
REC-html40/present/frames.html#h-16.2.2" target =3D "_blank" title =3D "Sp=
=C3=A9cifications">Sp=C3=A9cifications</a>
+org.jahia.services.htmlparser.WAIValidator.2.1.2 =3D L=C2=B4attribut "name=
" ne doit pas contenir d=C2=B4espace [<strong>{0}</strong>]. <a href =3D "h=
ttp://www.w3.org/TR/xhtml1/#C_8" target =3D "_blank" title =3D "Exemple">Ex=
emple</a>
+org.jahia.services.htmlparser.WAIValidator.2.10 =3D Le d=C3=A9filement doi=
t =C3=AAtre param=C3=A9tr=C3=A9 au moins sur "auto" pour l=C2=B4=C3=A9l=C3=
=A9ment "frame" [<strong>{0}</strong>]. <br/>"{1}".
 org.jahia.services.htmlparser.WAIValidator.2.3 =3D Balise <NOFRAME> manqua=
nte apr=C3=A8s la d=C3=A9finition du frameset. <a href =3D "http://www.w3.o=
rg/TR/WCAG10-HTML-TECHS/#noframes" target =3D "_blank" title =3D "Exemple">=
Exemple</a>
-org.jahia.services.htmlparser.WAIValidator.2.5 =3D Attribut "title" manqua=
nt pour l'=C3=A9l=C3=A9ment "frame" [<strong>{0}</strong>]. <br/>"{1}". <a =
href =3D "http://www.w3.org/TR/WCAG10-HTML-TECHS/#frame-names"; target =3D "=
_blank" title =3D "Exemple">Exemple</a>
-org.jahia.services.htmlparser.WAIValidator.5.1 =3D Attribut "summary" manq=
uant pour l'=C3=A9l=C3=A9ment "table". <br/>"{0}". <a href =3D "http://www.=
w3.org/TR/WCAG10-HTML-TECHS/#table-summary-info" target =3D "_blank" title =
=3D "Exemple">Exemple</a>
-org.jahia.services.htmlparser.WAIValidator.5.2 =3D =C3=89l=C3=A9ment "capt=
ion" manquant pour l'=C3=A9l=C3=A9ment "table". <br/>"{0}". <a href =3D "ht=
tp://www.w3.org/TR/WCAG10-HTML-TECHS/#table-summary-info" target =3D "_blan=
k" title =3D "Exemple">Exemple</a>
-org.jahia.services.htmlparser.WAIValidator.5.3 =3D La premi=C3=A8re ligne =
de l'=C3=A9l=C3=A9ment "table" ne doit contenir que des =C3=A9l=C3=A9ments =
"th". <br/>"{0}".<a href =3D "http://www.w3.org/TR/WCAG10-HTML-TECHS/#ident=
ifying-table-rows-columns" target =3D "_blank" title =3D "Exemple">Exemple<=
/a>
+org.jahia.services.htmlparser.WAIValidator.2.5 =3D Attribut "title" manqua=
nt pour l=C2=B4=C3=A9l=C3=A9ment "frame" [<strong>{0}</strong>]. <br/>"{1}"=
. <a href =3D "http://www.w3.org/TR/WCAG10-HTML-TECHS/#frame-names"; target =
=3D "_blank" title =3D "Exemple">Exemple</a>
+org.jahia.services.htmlparser.WAIValidator.5.1 =3D Attribut "summary" manq=
uant pour l=C2=B4=C3=A9l=C3=A9ment "table". <br/>"{0}". <a href =3D "http:/=
/www.w3.org/TR/WCAG10-HTML-TECHS/#table-summary-info" target =3D "_blank" t=
itle =3D "Exemple">Exemple</a>
+org.jahia.services.htmlparser.WAIValidator.5.2 =3D =C3=89l=C3=A9ment "capt=
ion" manquant pour l=C2=B4=C3=A9l=C3=A9ment "table". <br/>"{0}". <a href =
=3D "http://www.w3.org/TR/WCAG10-HTML-TECHS/#table-summary-info"; target =3D=
 "_blank" title =3D "Exemple">Exemple</a>
+org.jahia.services.htmlparser.WAIValidator.5.3 =3D La premi=C3=A8re ligne =
de l=C2=B4=C3=A9l=C3=A9ment "table" ne doit contenir que des =C3=A9l=C3=A9m=
ents "th". <br/>"{0}".<a href =3D "http://www.w3.org/TR/WCAG10-HTML-TECHS/#=
identifying-table-rows-columns" target =3D "_blank" title =3D "Exemple">Exe=
mple</a>
 org.jahia.services.htmlparser.WAIValidator.5.3.2 =3D Les =C3=A9l=C3=A9ment=
s "th" doivent avoir un attribut "scope", r=C3=A9gl=C3=A9 sur "col", OU un =
attribut "id", mais pas les deux. <br/>"{0}". <a href =3D "http://www.w3.or=
g/TR/WCAG10-HTML-TECHS/#identifying-table-rows-columns" target =3D "_blank"=
 title =3D "Exemple">Exemple</a>
 org.jahia.services.htmlparser.WAIValidator.5.3.3 =3D Les =C3=A9l=C3=A9ment=
s "th" de la premi=C3=A8re ligne de la table doivent avoir une port=C3=A9e =
"col". <br/>"{0}". <a href =3D "http://www.w3.org/TR/WCAG10-HTML-TECHS/#ide=
ntifying-table-rows-columns" target =3D "_blank" title =3D "Exemple">Exempl=
e</a>
 org.jahia.services.htmlparser.WAIValidator.5.3.4 =3D Les =C3=A9l=C3=A9ment=
s "th" de la premi=C3=A8re ligne de la table doivent tous utiliser le m=C3=
=AAme attribut ("id" ou "scope") <br/>"{0}". <a href =3D "http://www.w3.org=
/TR/WCAG10-HTML-TECHS/#identifying-table-rows-columns" target =3D "_blank" =
title =3D "Exemple">Exemple</a>
-org.jahia.services.htmlparser.WAIValidator.5.3.5 =3D L'attribut "header" [=
<strong>{0}</strong>] n'a pas de "id" correspondant. <br/>"{1}".
-org.jahia.services.htmlparser.WAIValidator.5.4 =3D Attribut "headers" manq=
uant pour l'=C3=A9l=C3=A9ment "td". <br/>"{0}". <a href =3D "http://www.w3.=
org/TR/WCAG10-HTML-TECHS/#identifying-table-rows-columns" target =3D "_blan=
k" title =3D "Exemple">Exemple</a>
-org.jahia.services.htmlparser.WAIValidator.6.1 =3D La valeur de l'hyperlie=
n [<strong>{0}</strong>] ne doit pas d=C3=A9passer 80 caract=C3=A8res (long=
ueur actuelle =3D {1}). <br/>"{2}".
-org.jahia.services.htmlparser.WAIValidator.6.3 =3D Attribut "title" manqua=
nt pour l'=C3=A9l=C3=A9ment "hyperlink" [<strong>{0}</strong>]. <a href =3D=
 "http://www.w3.org/TR/WCAG10-HTML-TECHS/#link-text"; target =3D "_blank" ti=
tle =3D "Exemple">Exemple</a>
-org.jahia.services.htmlparser.WAIValidator.6.3.2 =3D L'attribut "title" [<=
strong>{1}</strong>] ne doit pas d=C3=A9passer 80 caract=C3=A8res pour l'hy=
perlien [<strong>{0}</strong>] (longueur actuelle =3D {2}).
+org.jahia.services.htmlparser.WAIValidator.5.3.5 =3D L=C2=B4attribut "head=
er" [<strong>{0}</strong>] n=C2=B4a pas de "id" correspondant. <br/>"{1}".
+org.jahia.services.htmlparser.WAIValidator.5.4 =3D Attribut "headers" manq=
uant pour l=C2=B4=C3=A9l=C3=A9ment "td". <br/>"{0}". <a href =3D "http://ww=
w.w3.org/TR/WCAG10-HTML-TECHS/#identifying-table-rows-columns" target =3D "=
_blank" title =3D "Exemple">Exemple</a>
+org.jahia.services.htmlparser.WAIValidator.6.1 =3D La valeur de l=C2=B4hyp=
erlien [<strong>{0}</strong>] ne doit pas d=C3=A9passer 80 caract=C3=A8res =
(longueur actuelle =3D {1}). <br/>"{2}".
+org.jahia.services.htmlparser.WAIValidator.6.3 =3D Attribut "title" manqua=
nt pour l=C2=B4=C3=A9l=C3=A9ment "hyperlink" [<strong>{0}</strong>]. <a hre=
f =3D "http://www.w3.org/TR/WCAG10-HTML-TECHS/#link-text"; target =3D "_blan=
k" title =3D "Exemple">Exemple</a>
+org.jahia.services.htmlparser.WAIValidator.6.3.2 =3D L=C2=B4attribut "titl=
e" [<strong>{1}</strong>] ne doit pas d=C3=A9passer 80 caract=C3=A8res pour=
 l=C2=B4hyperlien [<strong>{0}</strong>] (longueur actuelle =3D {2}).
 org.jahia.services.htmlparser.WAIValidator.6.5 =3D Toutes les valeurs du m=
=C3=AAme lien [<strong>{0}</strong>] doivent pointer vers la m=C3=AAme dest=
ination.
-org.jahia.services.workflow.WorkflowService.childObjectHaveSeparatedWorkfl=
owAndYouCannotWorklowItError =3D Cet objet dispose d'un workflow s=C3=A9par=
=C3=A9 sur lequel vous ne disposez d'aucun droit. (V=C3=A9rifiez avec votre=
 administrateur.)
+org.jahia.services.workflow.WorkflowService.childObjectHaveSeparatedWorkfl=
owAndYouCannotWorklowItError =3D Cet objet dispose d=C2=B4un workflow s=C3=
=A9par=C3=A9 sur lequel vous ne disposez d=C2=B4aucun droit. (V=C3=A9rifiez=
 avec votre administrateur.)
 org.jahia.services.workflow.WorkflowService.childObjectsNotValidatedError =
=3D Validation impossible. Tous les objets enfants doivent =C3=AAtre pr=C3=
=A9alablement valid=C3=A9s
 org.jahia.services.workflow.WorkflowService.mail.approved.html =3D """<h2>=
Approuv=C3=A9 et publi=C3=A9</h2><p>Les pages suivantes sont d=C3=A9sormais=
 publi=C3=A9es.</p>"""
 org.jahia.services.workflow.WorkflowService.mail.approved.text =3D """Appr=
ouv=C3=A9 et publi=C3=A9 :\n-----------------------------------------------=
-------------------------------\nLes pages suivantes sont d=C3=A9sormais pu=
bli=C3=A9es."""
@@ -306,12 +306,12 @@
 org.jahia.services.workflow.WorkflowService.mail.deleted.text =3D """Suppr=
im=C3=A9 :\n---------------------------------------------------------------=
---------------\nLes pages suivantes ont =C3=A9t=C3=A9 supprim=C3=A9es :"""
 org.jahia.services.workflow.WorkflowService.mail.failed.html =3D """<h2>=
=C3=89chou=C3=A9</h2><p>Le workflow a =C3=A9chou=C3=A9 pour les pages suiva=
ntes :</p>"""
 org.jahia.services.workflow.WorkflowService.mail.failed.text =3D """=C3=89=
chou=C3=A9 :\n-------------------------------------------------------------=
-----------------\nLe workflow a =C3=A9chou=C3=A9 pour les pages suivantes =
:"""
-org.jahia.services.workflow.WorkflowService.mail.intro =3D """Notification=
s par e-mail du workflow Jahia.\nModifications effectu=C3=A9es par l'utilis=
ateur ${processingContext.User.Username}"""
-org.jahia.services.workflow.WorkflowService.mail.intro.html =3D """<h1>Not=
ifications par e-mail du workflow Jahia</h1>\n<h2>Modifications effectu=C3=
=A9es par l'utilisateur ${processingContext.User.Username}</h2>"""
+org.jahia.services.workflow.WorkflowService.mail.intro =3D """Notification=
s par e-mail du workflow Jahia.\nModifications effectu=C3=A9es par l=C2=B4u=
tilisateur ${processingContext.User.Username}"""
+org.jahia.services.workflow.WorkflowService.mail.intro.html =3D """<h1>Not=
ifications par e-mail du workflow Jahia</h1>\n<h2>Modifications effectu=C3=
=A9es par l=C2=B4utilisateur ${processingContext.User.Username}</h2>"""
 org.jahia.services.workflow.WorkflowService.mail.link=3DLien vers la page
-org.jahia.services.workflow.WorkflowService.mail.refused.html =3D """<h2>R=
efus=C3=A9</h2><p>Les pages suivantes n'ont pas =C3=A9t=C3=A9 approuv=C3=A9=
es pour publication et ont =C3=A9t=C3=A9 renvoy=C3=A9es en mode =C3=89ditio=
n. Proc=C3=A9dez aux modifications appropri=C3=A9es.</p>"""
-org.jahia.services.workflow.WorkflowService.mail.refused.text =3D """Refus=
=C3=A9 :\n-----------------------------------------------------------------=
-------------\nLes pages suivantes n'ont pas =C3=A9t=C3=A9 approuv=C3=A9es =
pour publication et ont =C3=A9t=C3=A9 renvoy=C3=A9es en mode =C3=89dition. =
Proc=C3=A9dez aux modifications appropri=C3=A9es."""
-org.jahia.services.workflow.WorkflowService.mail.subject =3D """[JAHIA] Mo=
dification du workflow par l'utilisateur ${processingContext.getUser().getU=
sername()} sur la/les page(s) : ${pageTitleList}"""
+org.jahia.services.workflow.WorkflowService.mail.refused.html =3D """<h2>R=
efus=C3=A9</h2><p>Les pages suivantes n=C2=B4ont pas =C3=A9t=C3=A9 approuv=
=C3=A9es pour publication et ont =C3=A9t=C3=A9 renvoy=C3=A9es en mode =C3=
=89dition. Proc=C3=A9dez aux modifications appropri=C3=A9es.</p>"""
+org.jahia.services.workflow.WorkflowService.mail.refused.text =3D """Refus=
=C3=A9 :\n-----------------------------------------------------------------=
-------------\nLes pages suivantes n=C2=B4ont pas =C3=A9t=C3=A9 approuv=C3=
=A9es pour publication et ont =C3=A9t=C3=A9 renvoy=C3=A9es en mode =C3=89di=
tion. Proc=C3=A9dez aux modifications appropri=C3=A9es."""
+org.jahia.services.workflow.WorkflowService.mail.subject =3D """[JAHIA] Mo=
dification du workflow par l=C2=B4utilisateur ${processingContext.getUser()=
.getUsername()} sur la/les page(s) : ${pageTitleList}"""
 org.jahia.services.workflow.WorkflowService.mail.waiting.html =3D """<h2>E=
n attente de validation</h2><p>Les pages suivantes sont pr=C3=AAtes pour la=
 publication. Veuillez accepter ou refuser de les publier.</p>"""
 org.jahia.services.workflow.WorkflowService.mail.waiting.text =3D """En at=
tente de validation :\n----------------------------------------------------=
--------------------------\nLes pages suivantes sont pr=C3=AAtes pour la pu=
blication. Veuillez accepter ou refuser de les publier."""
 org.jahia.step.label =3D =C3=89tape

_______________________________________________
cvs_list mailing list
[email protected]
http://lists.jahia.org/cgi-bin/mailman/listinfo/cvs_list

Reply via email to