1<?php
2
3$lang['appid'] = 'App ID of the Facebook App.';
4$lang['secret'] = 'Secret of the Facebook App.';
5$lang['fanpageid'] = 'ID of the Facebook Fanpage.';
6$lang['ignore'] = 'List of album names, seperated by |, which should be ignored by the plugin.';
7$lang['order'] = 'Order for the albums. Valid values: DESC (default) or ASC.';
8
9$lang['album_template'] = 'Template for displaying facebook photo albums. Note: This template uses the standard DokuWiki syntax.';
10$lang['picture_template'] = 'Template for displaying facebook pictures. Note: This template uses the standard DokuWiki syntax.';