aboutsummaryrefslogtreecommitdiffstats
path: root/view/fr/like.tpl
diff options
context:
space:
mode:
authorolivierm <olivier@migeot.org>2011-01-21 10:39:15 +0100
committerolivierm <olivier@migeot.org>2011-01-21 10:39:15 +0100
commite1c0b5c7c5c66dc9ec6c81560851e7ce919ebf72 (patch)
treeecd905f2a6b127fc907f2a5e1d4e39d799ad233e /view/fr/like.tpl
parentc574e4c5879312f57db43436044285de56026f0b (diff)
downloadvolse-hubzilla-e1c0b5c7c5c66dc9ec6c81560851e7ce919ebf72.tar.gz
volse-hubzilla-e1c0b5c7c5c66dc9ec6c81560851e7ce919ebf72.tar.bz2
volse-hubzilla-e1c0b5c7c5c66dc9ec6c81560851e7ce919ebf72.zip
Started the french translation (up to the "TODO" comment in view/fr/strings.php)
Diffstat (limited to 'view/fr/like.tpl')
-rw-r--r--view/fr/like.tpl5
1 files changed, 5 insertions, 0 deletions
diff --git a/view/fr/like.tpl b/view/fr/like.tpl
new file mode 100644
index 000000000..1c385e5de
--- /dev/null
+++ b/view/fr/like.tpl
@@ -0,0 +1,5 @@
+<div class="wall-item-like-buttons" id="wall-item-like-buttons-$id">
+ <img src="images/like.gif" alt="I like this" title="I like this [toggle]" onclick="dolike($id,'like');" />
+ <img src="images/dislike.gif" alt="I don't like this" title="I don't like this [toggle]" onclick="dolike($id,'dislike');" />
+ <img id="like-rotator-$id" class="like-rotator" src="images/rotator.gif" alt="Please wait" title="Please wait" style="display: none;" />
+ </div>