]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-16341 Added language pack
authornicolasconnault <nicolasconnault>
Thu, 4 Sep 2008 11:10:40 +0000 (11:10 +0000)
committernicolasconnault <nicolasconnault>
Thu, 4 Sep 2008 11:10:40 +0000 (11:10 +0000)
lang/en_utf8/portfolio_flickr.php [new file with mode: 0644]

diff --git a/lang/en_utf8/portfolio_flickr.php b/lang/en_utf8/portfolio_flickr.php
new file mode 100644 (file)
index 0000000..dc4a5ab
--- /dev/null
@@ -0,0 +1,8 @@
+<?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)';
+?>