diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-04-04 09:31:12 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-04-04 09:31:12 +0200 |
commit | 92156cd8403fa1521ecf3c3f9ed3823c03c73dcd (patch) | |
tree | 38e7b6573c7162254e56dddcaa1543361ead1dbc /view/fr/strings.php | |
parent | b48e82d12ab3d5ea07f9e8410aacb9c3ae842539 (diff) | |
parent | 9b50b0e16f2046b91cb4c734c56024524d8b178b (diff) | |
download | volse-hubzilla-92156cd8403fa1521ecf3c3f9ed3823c03c73dcd.tar.gz volse-hubzilla-92156cd8403fa1521ecf3c3f9ed3823c03c73dcd.tar.bz2 volse-hubzilla-92156cd8403fa1521ecf3c3f9ed3823c03c73dcd.zip |
Merge remote-tracking branch 'friendika-master/master' into iconpopup
Diffstat (limited to 'view/fr/strings.php')
-rw-r--r-- | view/fr/strings.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/view/fr/strings.php b/view/fr/strings.php index 33aa01b53..5a6ae5027 100644 --- a/view/fr/strings.php +++ b/view/fr/strings.php @@ -605,3 +605,13 @@ $a->strings["%d Contact"] = array( 0 => "%d contact", 1 => "%d contacts", ); +$a->strings["Post successful."] = "Publication réussie."; +$a->strings["Enter a title for this item"] = "Saisissez un titre pour cet élément"; +$a->strings["Set title"] = "Définir un titre"; +$a->strings["Crop Image"] = "(Re)cadrer l'image"; +$a->strings["Please adjust the image cropping for optimum viewing."] = "Ajustez le cadre de l'image pour une visualisation optimale."; +$a->strings["Done Editing"] = "Édition terminée"; +$a->strings["Pending Friend/Connect Notifications"] = "Notifications de relation/amitié enattente"; +$a->strings["User registrations waiting for confirm"] = "Inscriptions d'utilisateurs en attente de confirmation"; +$a->strings["Delete this item?"] = "Effacer cet élément?"; +$a->strings["Comment"] = "Commenter"; |