diff options
Diffstat (limited to 'apps/theming/l10n/fr.js')
-rw-r--r-- | apps/theming/l10n/fr.js | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/apps/theming/l10n/fr.js b/apps/theming/l10n/fr.js new file mode 100644 index 00000000000..e608fc4b7e2 --- /dev/null +++ b/apps/theming/l10n/fr.js @@ -0,0 +1,27 @@ +OC.L10N.register( + "theming", + { + "Admin" : "Administration", + "a safe home for all your data" : "un endroit sûr pour toutes vos données", + "The given name is too long" : "Le nom donné est trop long", + "The given web address is too long" : "L'adresse web donnée est trop longue", + "The given slogan is too long" : "Le slogan donné est trop long", + "The given color is invalid" : "La couleur donnée est invalide", + "Saved" : "Enregistré", + "No file uploaded" : "Aucun fichier téléversé", + "Unsupported image type" : "Ce type d'image n'est pas pris en charge", + "You are already using a custom theme" : "Vous utilisez déjà un thème personnalisé", + "Theming" : "Personnaliser l'apparence", + "Name" : "Nom", + "reset to default" : "Restaurer les valeurs par défaut", + "Web address" : "Adresse web", + "Web address https://…" : "Adresse du serveur https://…", + "Slogan" : "Slogan", + "Color" : "Couleur", + "Logo" : "Logo", + "Upload new logo" : "Téléverser un nouveau logo", + "Login image" : "Image de connexion", + "Upload new login background" : "Téléverser un nouvel arrière-plan de connexion", + "Log in image" : "Image de connexion" +}, +"nplurals=2; plural=(n > 1);"); |