Language files for default grade plugins

This commit is contained in:
moodler
2007-07-23 07:54:29 +00:00
parent e7746cf4f8
commit d0cdfa0f91
7 changed files with 35 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
<?PHP // $Id$
$string['modulename'] = 'Export to CSV file';
?>
+5
View File
@@ -0,0 +1,5 @@
<?PHP // $Id$
$string['modulename'] = 'Export to OpenOffice spreadsheet';
?>
+5
View File
@@ -0,0 +1,5 @@
<?PHP // $Id$
$string['modulename'] = 'Export to plain text file';
?>
+5
View File
@@ -0,0 +1,5 @@
<?PHP // $Id$
$string['modulename'] = 'Export to Excel spreadsheet';
?>
+5
View File
@@ -0,0 +1,5 @@
<?PHP // $Id$
$string['modulename'] = 'Export to XML file';
?>
+5
View File
@@ -0,0 +1,5 @@
<?PHP // $Id$
$string['modulename'] = 'Import CSV file';
?>
+5
View File
@@ -0,0 +1,5 @@
<?PHP // $Id$
$string['modulename'] = 'Import XML file';
?>