FeedEntryViewer.js 318 B

123456789101112131415
  1. define(
  2. "dojox/atom/widget/nls/fr/FeedEntryViewer", //begin v1.x content
  3. ({
  4. displayOptions: "[options d'affichage]",
  5. title: "Titre",
  6. authors: "Auteurs",
  7. contributors: "Collaborateurs",
  8. id: "ID",
  9. close: "[fermer]",
  10. updated: "Mis à jour",
  11. summary: "Récapitulatif",
  12. content: "Contenu"
  13. })
  14. //end v1.x content
  15. );