1 # SOME DESCRIPTIVE TITLE
2 # Copyright (C) YEAR Free Software Foundation, Inc.
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "POT-Creation-Date: 2011-05-05 20:04+0300\n"
11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: LANGUAGE <LL@li.org>\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
21 "The `flattr` directive is supplied by the [[!iki plugins/flattr "
22 "desc=flattr]] plugin."
26 msgid "This directive allows easily inserting Flattr buttons onto wiki pages."
31 "Flattr supports both static buttons and javascript buttons. This directive "
32 "only creates dynamic javascript buttons. If you want to insert a static "
33 "Flattr button, you can simply copy the html code for it from Flattr, "
34 "instead. Note that this directive inserts javascript code into the page, "
35 "that loads more javascript code from Flattr.com. So only use it if you feel "
36 "comfortable with that."
41 "The directive can be used to display a button for a thing you have already "
42 "manually submitted to Flattr. In this mode, the only parameter you need to "
43 "include is the exact url to the thing that was submitted to Flattr. (If the "
44 "button is for the current page, you can leave that out.) For example, this "
45 "is the Flattr button for ikiwiki. Feel free to add it to all your pages. ;)"
50 msgid "\t\\[[!flattr url=\"http://ikiwiki.info/\" button=compact]]\n"
55 "The directive can also be used to create a button that automatically submits "
56 "a page to Flattr when a user clicks on it. In this mode you need to include "
57 "parameters to specify your uid, and a title, category, tags, and description "
58 "for the page. For example, this is a Flattr button for a blog post:"
64 "\t\\[[!flattr uid=25634 title=\"my new blog post\" category=text\n"
65 "\ttags=\"blog,example\" description=\"This is a post on my blog.\"]]\n"
69 msgid "Here are all possible parameters you can pass to the Flattr directive."
73 msgid "`button` - Set to \"compact\" for a small button."
78 "`url` - The url to the thing to be Flattr'd. If omitted, defaults to the url "
79 "of the current page."
84 "`uid` - Your numeric Flattr userid. Not needed if the flattr plugin has been "
85 "configured with a global `flattr_userid`."
89 msgid "`title` - A short title for the thing, to show on its Flattr page."
93 msgid "`description` - A description of the thing, to show on its Flattr page."
97 msgid "`category` - One of: text, images, video, audio, software, rest."
100 #. type: Bullet: '* '
101 msgid "`tags` - A list of tags separated by a comma."
104 #. type: Bullet: '* '
105 msgid "`language` - A language code."
108 #. type: Bullet: '* '
109 msgid "`hidden` - Set to 1 to hide the button from listings on Flattr.com."
114 msgid "[[!meta robots=\"noindex, follow\"]]\n"