Slight change in strings (now guess better whether 'likes' are plural or singular)

This commit is contained in:
olivierm 2011-03-02 14:38:30 +01:00
parent 6480fd73a7
commit 593d7037c5
1 changed files with 6 additions and 6 deletions

View File

@ -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';