summaryrefslogtreecommitdiffstats
path: root/apps/theming/l10n/fr.js
blob: e608fc4b7e2ec232933c94bb1b6e4e181ac34a40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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);");