diff options
author | Friendika <info@friendika.com> | 2011-03-13 19:13:40 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-03-13 19:13:40 -0700 |
commit | 0d161c6ef60e4bcfe36f0a9b1e090955156a162a (patch) | |
tree | 74802f5e90971dc5bb813df9f1b7e8081298a198 /view | |
parent | aebf9bb4d6bf2cf3e86378a369f2d51996f4f6a6 (diff) | |
parent | 852091757166ffe0115ceade5af10154a2485286 (diff) | |
download | volse-hubzilla-0d161c6ef60e4bcfe36f0a9b1e090955156a162a.tar.gz volse-hubzilla-0d161c6ef60e4bcfe36f0a9b1e090955156a162a.tar.bz2 volse-hubzilla-0d161c6ef60e4bcfe36f0a9b1e090955156a162a.zip |
Merge branch 'omigeot-master'
Diffstat (limited to 'view')
-rw-r--r-- | view/fr/strings.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/view/fr/strings.php b/view/fr/strings.php index 423645c86..d177c07b8 100644 --- a/view/fr/strings.php +++ b/view/fr/strings.php @@ -16,14 +16,14 @@ $a->strings['last'] = 'last'; $a->strings['next'] = 'next'; $a->strings[' likes this.'] = ' aime ça.'; $a->strings[' doesn\'t like this.'] = ' n\'aime pas ça.'; -$a->strings['people'] = 'personne(s)'; -$a->strings['like this.'] = 'aime(nt) ça.'; -$a->strings['don\'t like this.'] = 'n\'aime(nt) pas ça.'; +$a->strings['people'] = 'personnes'; +$a->strings['like this.'] = 'aiment ça.'; +$a->strings['don\'t like this.'] = 'n\'aiment pas ça.'; $a->strings['and'] = 'et'; $a->strings[', and '] = ', et '; -$a->strings[' other people'] = ' autre(s) personne(s)'; -$a->strings[' like this.'] = ' aime(nt) ça.'; -$a->strings[' don\'t like this.'] = ' n\'aime(nt) pas ça.'; +$a->strings[' other people'] = ' autres personnes'; +$a->strings[' like this.'] = ' aiment ça.'; +$a->strings[' don\'t like this.'] = ' n\'aiment pas ça.'; $a->strings['No contacts'] = 'Aucun contact'; $a->strings['Contacts'] = 'Contacts'; $a->strings['View Contacts'] = 'Voir les contacts'; |