diff options
author | Friendika <info@friendika.com> | 2011-03-30 14:33:04 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-03-30 14:33:04 -0700 |
commit | f5d782f5c5750fcc3d8fffb87abdc698ccea1155 (patch) | |
tree | d3f22270efab898f218f72d8d17ebf8d9b6ff3ec /view/fr/strings.php | |
parent | 78058c0a19e7682791282c89d93cd115d49f6ee6 (diff) | |
parent | ddf13d8c97eb4d0f09ff1f25ce915224a9884b6b (diff) | |
download | volse-hubzilla-f5d782f5c5750fcc3d8fffb87abdc698ccea1155.tar.gz volse-hubzilla-f5d782f5c5750fcc3d8fffb87abdc698ccea1155.tar.bz2 volse-hubzilla-f5d782f5c5750fcc3d8fffb87abdc698ccea1155.zip |
Merge branch 'omigeot-master'
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"; |