/config-core/src/main/config/silvertrace/messages/contentManagerMessages_en.properties

https://github.com/cdemagneval/Silverpeas-Core · Properties File · 52 lines · 17 code · 6 blank · 29 comment · 0 complexity · e890b988a9f4814d8306f09812592abe MD5 · raw file

  1. #
  2. # Copyright (C) 2000 - 2011 Silverpeas
  3. #
  4. # This program is free software: you can redistribute it and/or modify
  5. # it under the terms of the GNU Affero General Public License as
  6. # published by the Free Software Foundation, either version 3 of the
  7. # License, or (at your option) any later version.
  8. #
  9. # As a special exception to the terms and conditions of version 3.0 of
  10. # the GPL, you may redistribute this Program in connection with Free/Libre
  11. # Open Source Software ("FLOSS") applications as described in Silverpeas's
  12. # FLOSS exception. You should have recieved a copy of the text describing
  13. # the FLOSS exception, and it is also available here:
  14. # "http://repository.silverpeas.com/legal/licensing"
  15. #
  16. # This program is distributed in the hope that it will be useful,
  17. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  18. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  19. # GNU Affero General Public License for more details.
  20. #
  21. # You should have received a copy of the GNU Affero General Public License
  22. # along with this program. If not, see <http://www.gnu.org/licenses/>.
  23. #
  24. # MODULE : contentManager
  25. #
  26. # Checks on the parameters
  27. contentManager.EX_COMPONENTID_NULL = The componentID given is null
  28. contentManager.EX_COMPONENTID_EMPTY = The componentID given is empty
  29. contentManager.EX_CONTAINERTYPE_NULL = The containerType given is null
  30. contentManager.EX_CONTAINERTYPE_EMPTY = The containerType given is empty
  31. contentManager.EX_CONTENTTYPE_NULL = The contentType given is null
  32. contentManager.EX_CONTENTTYPE_EMPTY = The contentType given is empty
  33. # Errors on Instances
  34. contentManager.EX_CANT_REGISTER_CONTENT_INSTANCE = Impossible to save the new instance of the content
  35. contentManager.EX_CANT_UNREGISTER_CONTENT_INSTANCE = IImpossible to delete a new instance of the content
  36. contentManager.EX_CANNOT_FOUND_COMPONENTID = Impossible to find the componant
  37. contentManager.EX_CANT_INSTANCIATE_CONTAINERMANAGER = Impossible to instance the ContainerManager
  38. # Generic errors on database
  39. contentManager.EX_CANT_QUERY_DATABASE = Impossible to execute a select on the database
  40. contentManager.EX_UNKNOWN_CONTENT_PEAS = Content Peas unknown for this componant
  41. contentManager.EX_CANT_LOAD_ASSO_CACHE = Impossible to load the cache
  42. # Errors on SilverContent
  43. contentManager.EX_CANT_ADD_SILVER_CONTENT = Impossible to add a SilverContent
  44. contentManager.EX_CANT_REMOVE_SILVER_CONTENT = Impossible to delete a SilverContent
  45. contentManager.EX_CANT_GET_SILVERCONTENTID = Impossible to find a SilverContentId
  46. contentManager.EX_CANT_GET_INTERNALCONTENTID = Impossible to find an InternalContentId