mirror of
https://github.com/humhub/humhub.git
synced 2025-03-14 20:19:47 +01:00
Merge branch 'Becold-transl-fr'
This commit is contained in:
commit
30eb200965
@ -31,7 +31,7 @@ return array (
|
||||
'Save' => 'Enregistrer',
|
||||
'Search' => 'Rechercher',
|
||||
'Search for users and spaces' => 'Rechercher des utilisateurs ou des espaces',
|
||||
'Show more' => 'Montrer plus ',
|
||||
'Show more' => 'Montrer plus',
|
||||
'Space not found!' => 'Espace non trouvé !',
|
||||
'The date has to be in the past.' => 'La date doit être révolue',
|
||||
'Unsubscribe' => 'désinscrition',
|
||||
|
@ -29,6 +29,6 @@ return array (
|
||||
'list text here' => 'texte de la liste ici',
|
||||
'quote here' => 'citation ici',
|
||||
'strong text' => 'texte gras',
|
||||
'Unordered List' => '',
|
||||
'Ordered List' => '',
|
||||
'Unordered List' => 'Liste désordonnée',
|
||||
'Ordered List' => 'Liste ordonnée',
|
||||
);
|
||||
|
@ -17,6 +17,6 @@
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Space Settings' => '',
|
||||
'Space Settings' => 'Paramètres de l\'espace',
|
||||
'Save' => 'Enregistrer',
|
||||
];
|
||||
|
@ -5,5 +5,5 @@ return array (
|
||||
'Delete' => 'Effacer',
|
||||
'Do you really want to delete this comment?' => 'Souhaitez-vous vraiment supprimer ce commentaire ?',
|
||||
'Edit' => 'Editer',
|
||||
'Updated :timeago' => 'mis à jour :timeago',
|
||||
'Updated :timeago' => 'Mis à jour :timeago',
|
||||
);
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?php
|
||||
return array (
|
||||
'Updated :timeago' => 'actualisé il y a :timeago',
|
||||
'Updated :timeago' => 'Actualisé il y a :timeago',
|
||||
'in' => 'dans',
|
||||
);
|
||||
|
@ -20,5 +20,5 @@ return [
|
||||
'<strong>Permalink</strong> to this post' => '<strong>Lien permanent</strong> vers cette publication',
|
||||
'Close' => 'Fermer',
|
||||
'Permalink' => 'Lien permanent',
|
||||
'Copy to clipboard: Ctrl+C, Enter' => '',
|
||||
'Copy to clipboard: Ctrl+C, Enter' => 'Copier dans le presse-papier: Ctrl+C, Enter',
|
||||
];
|
||||
|
@ -21,6 +21,6 @@ return [
|
||||
'Save profile' => 'Enregistrer le profil',
|
||||
'Saved' => 'Enregistré',
|
||||
'The entered e-mail address is already in use by another user.' => 'L\'adresse e-mail indiquée est déjà utilisée par un autre utilisateur.',
|
||||
'Members' => '',
|
||||
'Guests' => '',
|
||||
'Members' => 'Membres',
|
||||
'Guests' => 'Invités',
|
||||
];
|
||||
|
@ -17,5 +17,5 @@
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Email' => '',
|
||||
'Email' => 'E-mail',
|
||||
];
|
||||
|
@ -17,6 +17,6 @@
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'About page' => '',
|
||||
'Allows access to your about page' => '',
|
||||
'About page' => 'Page À propos',
|
||||
'Allows access to your about page' => 'Autoriser l\'accès à votre page À propos',
|
||||
];
|
||||
|
@ -13,5 +13,5 @@ return array (
|
||||
'email' => 'e-mail',
|
||||
'password' => 'mot de passe',
|
||||
'username or email' => 'nom d\'utilisateur ou e-mail',
|
||||
'<strong>Join</strong> the network' => '',
|
||||
'<strong>Join</strong> the network' => '<strong>Rejoindre</strong> le réseau',
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user