Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
MDL-21694 Moving repositories strings into plugin space
[moodle.git]
/
repository
/
boxnet
/
lang
/
en_utf8
/
repository_boxnet.php
diff --git
a/repository/boxnet/lang/en_utf8/repository_boxnet.php
b/repository/boxnet/lang/en_utf8/repository_boxnet.php
index
15833f0
..
4fa9177
100644
(file)
--- a/
repository/boxnet/lang/en_utf8/repository_boxnet.php
+++ b/
repository/boxnet/lang/en_utf8/repository_boxnet.php
@@
-1,7
+1,14
@@
<?php
<?php
-$string['
repositoryname'] = 'Box.net
';
-$string['
repositorydesc'] = 'Repository for box.net
';
+$string['
apikey'] = 'API Key
';
+$string['
boxnet:view'] = 'View box.net repository
';
$string['configplugin'] = 'Box.net configuration';
$string['configplugin'] = 'Box.net configuration';
-$string['username'] = 'Username for Box.net';
+$string['information'] = '<div>Get <a href=\"http://enabled.box.net/my-projects/\">Box.net API Key</a> for your Moodle site. </div>';
+$string['invalidpassword'] = 'Invalid password';
+$stirng['invalidtoken'] = 'Invalid authentication token';
+$string['nullfilelist'] = 'There are no files in this repository';
$string['password'] = 'Password';
$string['password'] = 'Password';
-$string['saved'] = 'Box.net data saved.';
+$string['repositorydesc'] = 'Repository on Box.net';
+$string['repositoryname'] = 'Box.net';
+$string['saved'] = 'Box.net data saved';
+$string['shareurl'] = 'Share URL';
+$string['username'] = 'Username for Box.net';