mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Some improvements to strings - translators should probably wait because there
will be more changes
This commit is contained in:
parent
810df47433
commit
3c184e1464
4 changed files with 26 additions and 26 deletions
|
@ -1,9 +1,9 @@
|
|||
<?php
|
||||
$string['configplugin'] = 'Flickr configureation';
|
||||
$string['configplugin'] = 'Flickr configuration';
|
||||
$string['repositoryname'] = 'Flickr';
|
||||
$string['repositorydesc'] = 'Repository for flickr.com';
|
||||
$string['repositorydesc'] = 'Repository on flickr.com';
|
||||
$string['notitle'] = 'notitle';
|
||||
$string['username'] = 'Flickr Account:';
|
||||
$string['username'] = 'Flickr account email: ';
|
||||
$string['remember'] = 'Remember me';
|
||||
$string['nullphotolist'] = 'There is no photo belong to this account.';
|
||||
$string['invalidemail'] = 'Invalid Flickr email address.';
|
||||
$string['nullphotolist'] = 'There are no photos in this account.';
|
||||
$string['invalidemail'] = 'Invalid email address for flickr';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue