mirror of
https://github.com/moodle/moodle.git
synced 2025-02-13 20:36:42 +01:00
10 lines
393 B
PHP
10 lines
393 B
PHP
<?php
|
|
$string['configplugin'] = 'Flickr configuration';
|
|
$string['repositoryname'] = 'Flickr';
|
|
$string['repositorydesc'] = 'Repository on flickr.com';
|
|
$string['notitle'] = 'notitle';
|
|
$string['username'] = 'Flickr account email';
|
|
$string['remember'] = 'Remember me';
|
|
$string['nullphotolist'] = 'There are no photos in this account';
|
|
$string['invalidemail'] = 'Invalid email address for flickr';
|