-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jean-Baptiste DELON
committed
Dec 6, 2019
1 parent
9e0b4c4
commit 911a981
Showing
1 changed file
with
73 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
<?php | ||
|
||
return [ | ||
'Image Assets & Settings' => 'Propriétés Graphiques & Réglages', | ||
'Header Image' => 'Image d\'en-tête', | ||
'Upload Header Logo' => 'Importer un logo d\'en tête', | ||
'Remove Header Logo' => 'Supprimer le logo d\'en tête', | ||
'Header Logo Size' => 'Taille du logo d\'en tête', | ||
'Login Image' => 'Logo d\'authentification', | ||
'Upload Login Logo' => 'Importer un logo d\'authentification', | ||
'Remove Login Logo' => 'Supprimer le logo d\'authentification', | ||
'Login Logo Size' => 'Taille du logo d\'authentification', | ||
'Favicon Image' => 'Image du favicon', | ||
'Upload Favicon' => 'Importer un favicon', | ||
'Remove Favicon' => 'Supprimer le favicon', | ||
'Header Avatar Icon' => 'Icône de l\'avatar de l\'en-tête', | ||
'Header Avatar Icon Size' => 'Taille de l\'avatar de l\'en-tête', | ||
'Header Avatar Icon Radius' => 'Rayon de l\'avatar de l\'en-tête', | ||
'Task Board Avatar Icon' => 'Icône d\'avatar du tableau de bord', | ||
'Avatar Icon Size' => 'Taille de l\'avatar', | ||
'Avatar Icon Radius' => 'Rayon de l\'avatar', | ||
'Enable Cache' => 'Activer le cache', | ||
'Once enabled, site assets will begin to be cached for 5 days, increasing speed of site. However, you will need to clear your cache to see any new images uploaded. The settings page, will be unaffected by this setting.' => 'Une fois activé, les ressources du site commenceront à être mises en cache pendant 5 jours, ce qui augmentera la vitesse du site. Cependant, il sera nécessaire d\'effacer le cache afin de voir toutes les nouvelles images téléchargées. La page des paramètres ne sera pas affectée par ce paramètre.', | ||
'Logo Generator' => 'Générateur de logo', | ||
'Experimental Tool, to create simple logos for those in need.' => 'Outil expérimental, pour créer des logos pour ceux qui en ont besoins', | ||
'Login Page Settings' => 'Réglages de la page d\'authentification', | ||
'Use Custom Login Settings' => 'Utiliser les réglages personnalisés pour l\'authentification', | ||
'Login Link' => 'Lien de l\'authentification', | ||
'Example: https://example.kanboard.org/ (used as logo link on login page)' => 'Exemple : https://example.kanboard.org/ (utilisé comme lien sur le logo)', | ||
'Login Background Image URL' => 'URL de l\'image d\'arrière plan pour la page d\'authentification', | ||
'Example: https://source.unsplash.com/random (URL for a background image on the login page, centered, autoscale, no-repeat)' => 'Exemple : https://source.unsplash.com/random (URL pour un arrière plan personnalisé sur la page d\'authentification, centré, mis à l\'échelle, sans répétition)', | ||
'Login page note' => 'Message sur la page d\'authentification', | ||
'Hint: Use HTML formatting to customize your note further.' => 'Indice: Utiliser le balisage HTML pour customiser le message d\'avantage', | ||
'Login Page Background Color' => 'Couleur d\'arrière plan de la page d\'authentification', | ||
'Login Panel Shadow Color' => 'Couleur d\'ombre du panel d\'authentification', | ||
'Login Panel Border Color' => 'Couleur de la bordure du panel d\'authentification', | ||
'Login Panel Border Thickness' => 'Epaisseur de la bordure du panel d\'authentification', | ||
'Login Panel Color' => 'Couleur du panel d\'authentification', | ||
'Login Panel Shadow Intensity' => 'Intensité de l\'ombre panel d\'authentification', | ||
'Login Button Background Color' => 'Couleur d\'arrière plan du bouton d\'authentification', | ||
'Login Button Shadow Color' => 'Couleur de l\'ombre du bouton d\'authentification', | ||
'Login Button Border Color' => 'Couleur de la bordure du bouton d\'authentification', | ||
'Login Button Shade Color' => 'Opacité de la couleur du bouton d\'authentification', | ||
'Login Button Font Color' => 'Couleur du texte du bouton d\'authentification', | ||
'Login Button Shadow Intensity' => 'Intensité de l\'ombre du bouton d\'authentification', | ||
'Login Button Border Thickness' => 'Epaisseur de la bordure du bouton d\'authentification', | ||
'Login Button Width' => 'Largeur du bouton d\'authentification', | ||
'Changes must be saved in order to take effect.' => 'Les modifications doivent être enregistrées pour prendre effet.', | ||
'Manage Themes' => 'Gestion des Thèmes', | ||
'Global Themes' => 'Thèmes globaux', | ||
'Theme' => 'Thème', | ||
'This will be the theme selection for all users who have not chosen their own theme.' => 'Ce sera la sélection du thème pour tous les utilisateurs qui n\'ont pas choisi leur propre thème.', | ||
'Upload a theme' => 'Importer un thème', | ||
'Users themes option' => 'Option des thèmes personnels', | ||
'Reset All Users Themes' => 'Réinitialiser tous les thèmes personnels', | ||
'Toggle Users themes' => 'Activer les thèmes personnels', | ||
'Disable Users Themes' => 'Désactiver les thèmes personnels', | ||
'Theme Creator' => 'Créateur de Thèmes', | ||
'Theme Name' => 'Nom du thème', | ||
'Header Background' => 'Arrière plan de l\'en-tête', | ||
'Header Title' => 'Titre de l\'en-tête', | ||
'Notification Icon' => 'Icône de Notification', | ||
'Header Shade' => 'Ombre de l\'en-tête', | ||
'Body' => 'Corps de Page', | ||
'Background Color' => 'Couleur d\'arrière plan', | ||
'Main Font and Icons' => 'Icônes et Polices principales', | ||
'Links' => 'Liens', | ||
'Over due' => 'Retard', | ||
'Secondary Fonts and Icons' => 'Icônes et Polices secondaires', | ||
'Link Hover & Focus' => 'Liens actifs & sélectionnés', | ||
'Header Logo' => 'Logo d\'en-tête', | ||
'Add Theme' => 'Ajouter le thème' | ||
]; |