From a3425b2ada5e117a6a64ce6bf676ae23beb499ba Mon Sep 17 00:00:00 2001 From: ikawhero Date: Wed, 8 Feb 2006 06:00:42 +0000 Subject: [PATCH] Strings for the data module --- lang/en_utf8/data.php | 97 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 lang/en_utf8/data.php diff --git a/lang/en_utf8/data.php b/lang/en_utf8/data.php new file mode 100644 index 00000000000..46aee0d4d1e --- /dev/null +++ b/lang/en_utf8/data.php @@ -0,0 +1,97 @@ +teachers and $a->students'; +$string['templates'] = 'Templates'; +$string['text'] = 'Text'; +$string['textarea'] = 'Textarea'; +$string['type'] = 'Field type'; +$string['updatefield'] = 'Update an existing field'; +$string['url'] = 'Url'; +$string['viewfromdate'] = 'Viewable from'; +$string['viewtodate'] = 'Viewable to'; + +?>