shuber      2004/09/15 12:39:07 CEST

  Modified files:
    core/src/conf/java   JahiaMessageResources.properties 
                         JahiaMessageResources_en.properties 
                         JahiaMessageResources_fr.properties 
  Log:
  Added missing resource keys for new IP checks.
  
  Revision  Changes    Path
  1.7       +2 -0      jahia/core/src/conf/java/JahiaMessageResources.properties
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/conf/java/JahiaMessageResources.properties.diff?r1=1.6&r2=1.7&f=h
  1.7       +2 -0      jahia/core/src/conf/java/JahiaMessageResources_en.properties
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/conf/java/JahiaMessageResources_en.properties.diff?r1=1.6&r2=1.7&f=h
  1.7       +2 -0      jahia/core/src/conf/java/JahiaMessageResources_fr.properties
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/conf/java/JahiaMessageResources_fr.properties.diff?r1=1.6&r2=1.7&f=h
  
  
  
  Index: JahiaMessageResources.properties
  ===================================================================
  RCS file: /cvs/jahia/core/src/conf/java/JahiaMessageResources.properties,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- JahiaMessageResources.properties  18 Aug 2004 16:28:48 -0000      1.6
  +++ JahiaMessageResources.properties  15 Sep 2004 10:39:07 -0000      1.7
  @@ -215,6 +215,8 @@
   
   org.jahia.security.license.IPValidator.errorRetrievingLocalhostIP.label             
                          = Error retrieving the server's IP address for the machine 
running this instance of Jahia
   org.jahia.security.license.IPValidator.invalidIPAddress.label                       
                          = Current IP address {0} for Jahia Server is not authorized 
by license. (License IP={1})
  +org.jahia.security.license.IPValidator.invalidIPFormat.label                        
                          = IP address {0} has an invalid format
  +org.jahia.security.license.IPValidator.invalidIPAddressForRange.label               
                          = IP address {0} is not in allowed range {1} to {2}
   
   org.jahia.security.license.PageCountValidator.errorInPageCountCheck.label           
                          = Error while trying to retrieve number of pages on Jahia's 
sites.
   org.jahia.security.license.PageCountValidator.invalidPageCount.label                
                          = Site {2} has {0} pages which is more than what the license 
authorises ({1})
  
  
  
  Index: JahiaMessageResources_en.properties
  ===================================================================
  RCS file: /cvs/jahia/core/src/conf/java/JahiaMessageResources_en.properties,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- JahiaMessageResources_en.properties       18 Aug 2004 16:28:48 -0000      1.6
  +++ JahiaMessageResources_en.properties       15 Sep 2004 10:39:07 -0000      1.7
  @@ -215,6 +215,8 @@
   
   org.jahia.security.license.IPValidator.errorRetrievingLocalhostIP.label             
                          = Error retrieving the server's IP address for the machine 
running this instance of Jahia
   org.jahia.security.license.IPValidator.invalidIPAddress.label                       
                          = Current IP address {0} for Jahia Server is not authorized 
by license. (License IP={1})
  +org.jahia.security.license.IPValidator.invalidIPFormat.label                        
                          = IP address {0} has an invalid format
  +org.jahia.security.license.IPValidator.invalidIPAddressForRange.label               
                          = IP address {0} is not in allowed range {1} to {2}
   
   org.jahia.security.license.PageCountValidator.errorInPageCountCheck.label           
                          = Error while trying to retrieve number of pages on Jahia's 
sites.
   org.jahia.security.license.PageCountValidator.invalidPageCount.label                
                          = Site {2} has {0} pages which is more than what the license 
authorises ({1})
  
  
  
  Index: JahiaMessageResources_fr.properties
  ===================================================================
  RCS file: /cvs/jahia/core/src/conf/java/JahiaMessageResources_fr.properties,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- JahiaMessageResources_fr.properties       18 Aug 2004 16:28:48 -0000      1.6
  +++ JahiaMessageResources_fr.properties       15 Sep 2004 10:39:07 -0000      1.7
  @@ -193,6 +193,8 @@
   
   org.jahia.security.license.IPValidator.errorRetrievingLocalhostIP.label             
                          = Erreur pendant la récupération de l'addresse 
IP de la machine qui fait tourner Jahia
   org.jahia.security.license.IPValidator.invalidIPAddress.label                       
                          = L'adresse actuelle {0} du serveur Jahia n'est pas 
autorisée par la license. (IP de la license={1})
  +org.jahia.security.license.IPValidator.invalidIPFormat.label                        
                          = L'adresse IP {0} n'est pas formatée proprement
  +org.jahia.security.license.IPValidator.invalidIPAddressForRange.label               
                          = L'adresse IP {0} n'est pas contenue dans l'intervalle {1} 
à {2}
   
   org.jahia.security.license.PageCountValidator.errorInPageCountCheck.label           
                          = Erreur lors de la répération du nombre de 
pages sur chaque site Jahia.
   org.jahia.security.license.PageCountValidator.invalidPageCount.label                
                          = Le site {2} a {0} pages, ce qui est plus que le maximum 
autorisé par la licence ({1})
  

Reply via email to