diff options
author | Cash Costello <cash.costello@gmail.com> | 2010-11-06 12:02:29 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2010-11-06 12:02:29 +0000 |
commit | 4a42b2a59720d020b45d0d1c71183966407f21c8 (patch) | |
tree | cbc178c60b993b4fc446afd1785a50c44f368f47 /languages/fr.php | |
parent | 243e836190128b14e1c5aa53b6d01b6771b19d8c (diff) | |
download | elgg-4a42b2a59720d020b45d0d1c71183966407f21c8.tar.gz elgg-4a42b2a59720d020b45d0d1c71183966407f21c8.tar.bz2 |
cleaned up language pack formatting
Diffstat (limited to 'languages/fr.php')
-rw-r--r-- | languages/fr.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/languages/fr.php b/languages/fr.php index ceca62807..375159e0b 100644 --- a/languages/fr.php +++ b/languages/fr.php @@ -101,7 +101,7 @@ $french = array( 'tidypics:phototagging:error' => "Erreur innatendue durant le taggage" , 'tidypics:deletetag:success' => "Les tags sélectionnés ont correctement été supprimés" , 'tidypics:tag:subject' => "Vous avez été taggé dans une photo !!!" , - 'tidypics:tag:body' => "Vous avez été taggé dans la photo %s par %s !!!
+ 'tidypics:tag:body' => "Vous avez été taggé dans la photo %s par %s !!! La photo peut être consultée ici: %s" , 'tidypics:posted' => "a posté une photo" , 'tidypics:widget:albums' => "Albums photo" , @@ -155,5 +155,3 @@ La photo peut être consultée ici: %s" , ); add_translation('fr', $french); - -?>
\ No newline at end of file |