--- /dev/null
+<?php
+
+$string['apikey'] = 'API key (you need to get this from http://flickr.com/services/api/keys/apply)';
+$string['err_noapikey'] = 'There is no API Key configured for this plugin. You can get one of these from http://flickr.com/services/api/keys/apply';
+$string['noauthtoken'] = 'Could not retrieve an authentication token for use in this session';
+$string['pluginname'] = 'Flickr online photo management system';
+$string['sharedsecret'] = 'Your shared secret string (will be provided with your generated API key)';
+?>