diff options
author | olivierm <olivier@migeot.org> | 2011-03-08 14:39:26 +0100 |
---|---|---|
committer | olivierm <olivier@migeot.org> | 2011-03-08 14:39:26 +0100 |
commit | 25c674b73a5ec39a9826906aed3e35e77d72e392 (patch) | |
tree | dc17e0d8f5dc899ccfa9e0239fe7623c43a95d49 /view/fr/strings.php | |
parent | 07ebc15612807512422ba84060914c5c4c853102 (diff) | |
parent | c248b28f922603ec135fea903a9ec3f0ef63c935 (diff) | |
download | volse-hubzilla-25c674b73a5ec39a9826906aed3e35e77d72e392.tar.gz volse-hubzilla-25c674b73a5ec39a9826906aed3e35e77d72e392.tar.bz2 volse-hubzilla-25c674b73a5ec39a9826906aed3e35e77d72e392.zip |
Merge remote branch 'mike/master'
Diffstat (limited to 'view/fr/strings.php')
-rw-r--r-- | view/fr/strings.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/view/fr/strings.php b/view/fr/strings.php index 9115af770..a4704b289 100644 --- a/view/fr/strings.php +++ b/view/fr/strings.php @@ -250,6 +250,11 @@ $a->strings['Delete message'] = 'Effacer message'; $a->strings['Send Reply'] = 'Répondre'; $a->strings['Normal View'] = 'Vue normale'; $a->strings['New Item View'] = 'Vue des nouveautés'; +$a->strings['Share'] = 'Share'; +$a->strings['Insert YouTube video'] = 'Insert YouTube video'; +$a->strings['Set your location'] = 'Set your location'; +$a->strings['Clear browser location'] = 'Clear browser location'; +$a->strings['Permission settings'] = 'Permission settings'; $a->strings['No such group'] = 'Groupe inexistant'; $a->strings['Group is empty'] = 'Groupe vide'; $a->strings['Group: '] = 'Groupe: '; |