diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-01-30 15:21:01 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-01-30 15:31:19 +0100 |
commit | d071d3d14eea644296ce98ee753b3f2fa5c5c4ec (patch) | |
tree | 694a5d8cca481f6d02b50832f1c324693046d521 /sqlbox/lang/en/sqlbox.php | |
parent | 010306fccd068e34187da3f575b958e1d5542dc4 (diff) | |
download | sqltutor-plugin-d071d3d14eea644296ce98ee753b3f2fa5c5c4ec.tar.gz sqltutor-plugin-d071d3d14eea644296ce98ee753b3f2fa5c5c4ec.tar.bz2 sqltutor-plugin-d071d3d14eea644296ce98ee753b3f2fa5c5c4ec.zip |
Translate all frontend texts to german
Diffstat (limited to 'sqlbox/lang/en/sqlbox.php')
-rw-r--r-- | sqlbox/lang/en/sqlbox.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sqlbox/lang/en/sqlbox.php b/sqlbox/lang/en/sqlbox.php index f1b4d9e..09897b2 100644 --- a/sqlbox/lang/en/sqlbox.php +++ b/sqlbox/lang/en/sqlbox.php @@ -32,7 +32,7 @@ defined('MOODLE_INTERNAL') || die(); $string['modulename'] = 'sqlbox'; $string['modulenameplural'] = 'sqlboxes'; -$string['modulename_help'] = 'Use the sqlbox module for... | The sqlbox module allows...'; +$string['modulename_help'] = 'The sqlbox module allows to add a SQL test box.'; $string['sqlboxfieldset'] = 'Custom example fieldset'; $string['sqlboxname'] = 'sqlbox name'; $string['sqlboxname_help'] = 'This is the content of the help tooltip associated with the sqlboxname field. Markdown syntax is supported.'; @@ -42,5 +42,6 @@ $string['sqlbox:readqueries'] = 'Read queries done by users'; $string['pluginadministration'] = 'sqlbox administration'; $string['pluginname'] = 'sqlbox'; $string['viewresults'] = 'View Results'; +$string['viewallresults'] = 'View Results from all Users'; $string['queryfailed'] = 'Query failed: {$a}'; $string['dbconnectionfailed'] = 'Error: Database connection failed'; |