Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #149 from owncloud/TimeInFrench
Browse files Browse the repository at this point in the history
Modified the dates in french
  • Loading branch information
ggdiez committed Aug 13, 2014
2 parents 03a424e + 9d8ae12 commit 597ed29
Showing 1 changed file with 9 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,16 +147,15 @@
"connection_declined" = "Connexion refusée par l'utilisateur";

//Recent view
"recent_now"="il y a x secondes";
"recent_minutes"="il y a x minutes";
"recent_minute"="il y a 1 minute";
"recent_pre_minute"="";
"recent_hours"="il y a x heures";
"recent_hour"="il y a 1 heure";
"recent_days"="il y a x jours";
"recent_day"="il y a 1 jour";
"recent_months"="il y a x mois";
"recent_month"="il y a 1 mois";
"recent_now"="il y a secondes";
"recent_minutes"="il y a $minutes minutes";
"recent_minute"="il y a $minutes minute";
"recent_hours"="il y a $hours heures";
"recent_hour"="il y a $hours heure";
"recent_days"="il y a $days jours";
"recent_day"="il y a $days jour";
"recent_months"="il y a $months mois";
"recent_month"="il y a $months mois";

"uploads_tab"="Chargements";
"current_section"="En cours";
Expand Down

0 comments on commit 597ed29

Please sign in to comment.