1<?php
2
3$lang['applicationID'] = "Application ID obtained from Facebook";
4$lang['applicationSecret'] = "Application Secret ID obtained from Facebook";
5$lang['appAdmin'] = 'The FB-App Administrator is used to get all groupmembers';
6$lang['superuser'] = "json list of Facebook UIDs for Admin-Group ([ID1,ID2])";
7$lang['defaultgroup'] = "Default group for all Facebookusers";
8$lang['fbgid2group'] = 'JSON map of FB Group IDs to DW-groups ({"FbGId1":"group2","FbGId2":"group2"}';
9$lang['scope'] = 'Permissions to request. a nickname ist created from the email-address, user_groups ist essential for FB-DW group mapping! More for other plugins.';
10$lang['saveAccessKey'] = 'Save the AccessKey of the App-Admin for other plugins, e.g. to read or write FB-Group feeds.';
11