fr.js 1.2 KB

123456789101112131415161718192021222324252627
  1. OC.L10N.register(
  2. "theming",
  3. {
  4. "Admin" : "Administration",
  5. "a safe home for all your data" : "un endroit sûr pour toutes vos données",
  6. "The given name is too long" : "Le nom donné est trop long",
  7. "The given web address is too long" : "L'adresse web donnée est trop longue",
  8. "The given slogan is too long" : "Le slogan donné est trop long",
  9. "The given color is invalid" : "La couleur donnée est invalide",
  10. "Saved" : "Enregistré",
  11. "No file uploaded" : "Aucun fichier téléversé",
  12. "Unsupported image type" : "Ce type d'image n'est pas pris en charge",
  13. "You are already using a custom theme" : "Vous utilisez déjà un thème personnalisé",
  14. "Theming" : "Personnaliser l'apparence",
  15. "Name" : "Nom",
  16. "reset to default" : "Restaurer les valeurs par défaut",
  17. "Web address" : "Adresse web",
  18. "Web address https://…" : "Adresse du serveur https://…",
  19. "Slogan" : "Slogan",
  20. "Color" : "Couleur",
  21. "Logo" : "Logo",
  22. "Upload new logo" : "Téléverser un nouveau logo",
  23. "Login image" : "Image de connexion",
  24. "Upload new login background" : "Téléverser un nouvel arrière-plan de connexion",
  25. "Log in image" : "Image de connexion"
  26. },
  27. "nplurals=2; plural=(n > 1);");