From e045d2042c00b8929bfda6d9d2de3e86131b572e Mon Sep 17 00:00:00 2001 From: vyshane Date: Mon, 27 Feb 2006 04:04:30 +0000 Subject: [PATCH] Removing the /mod/data/lang/ directory since the language strings will now be stored under /lang/ --- mod/data/lang/en/data.php | 109 ------------------ mod/data/lang/en/help/data/comments.html | 4 - mod/data/lang/en/help/data/fields.html | 5 - mod/data/lang/en/help/data/maxentries.html | 4 - mod/data/lang/en/help/data/participants.html | 3 - .../lang/en/help/data/requireapproval.html | 5 - .../lang/en/help/data/requiredentries.html | 6 - .../en/help/data/requiredentriestoview.html | 5 - 8 files changed, 141 deletions(-) delete mode 100755 mod/data/lang/en/data.php delete mode 100644 mod/data/lang/en/help/data/comments.html delete mode 100644 mod/data/lang/en/help/data/fields.html delete mode 100644 mod/data/lang/en/help/data/maxentries.html delete mode 100644 mod/data/lang/en/help/data/participants.html delete mode 100644 mod/data/lang/en/help/data/requireapproval.html delete mode 100644 mod/data/lang/en/help/data/requiredentries.html delete mode 100644 mod/data/lang/en/help/data/requiredentriestoview.html diff --git a/mod/data/lang/en/data.php b/mod/data/lang/en/data.php deleted file mode 100755 index b7ddb1ca488..00000000000 --- a/mod/data/lang/en/data.php +++ /dev/null @@ -1,109 +0,0 @@ -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'; -?> diff --git a/mod/data/lang/en/help/data/comments.html b/mod/data/lang/en/help/data/comments.html deleted file mode 100644 index 0b383a035c4..00000000000 --- a/mod/data/lang/en/help/data/comments.html +++ /dev/null @@ -1,4 +0,0 @@ -

Allow Comments

- -

Can users make comments on the entries while viewing them.

- diff --git a/mod/data/lang/en/help/data/fields.html b/mod/data/lang/en/help/data/fields.html deleted file mode 100644 index 93e28ca733b..00000000000 --- a/mod/data/lang/en/help/data/fields.html +++ /dev/null @@ -1,5 +0,0 @@ -

Fields

- -

On this screen you can select the fields that will be a part of your database. - The field types are pluggable.

- diff --git a/mod/data/lang/en/help/data/maxentries.html b/mod/data/lang/en/help/data/maxentries.html deleted file mode 100644 index bd9113fcf4e..00000000000 --- a/mod/data/lang/en/help/data/maxentries.html +++ /dev/null @@ -1,4 +0,0 @@ -

Maximum Entries

- -

The maximum number of entries a participant can submit for this activity

- diff --git a/mod/data/lang/en/help/data/participants.html b/mod/data/lang/en/help/data/participants.html deleted file mode 100644 index 0af02ccbf07..00000000000 --- a/mod/data/lang/en/help/data/participants.html +++ /dev/null @@ -1,3 +0,0 @@ -

Participants

- -

Who can add entries to this database? This does not restrict who can view entries

diff --git a/mod/data/lang/en/help/data/requireapproval.html b/mod/data/lang/en/help/data/requireapproval.html deleted file mode 100644 index 1ac9d4f363e..00000000000 --- a/mod/data/lang/en/help/data/requireapproval.html +++ /dev/null @@ -1,5 +0,0 @@ -

Require Approval

- -

Should entries be approved by a teacher before they are viewable to students. This is useful - for moderating content that may be potentially offensive or inappropriate.

- diff --git a/mod/data/lang/en/help/data/requiredentries.html b/mod/data/lang/en/help/data/requiredentries.html deleted file mode 100644 index 49f309b7b09..00000000000 --- a/mod/data/lang/en/help/data/requiredentries.html +++ /dev/null @@ -1,6 +0,0 @@ -

Required Entries

- -

The number of entries a participant is required to submit. - Users will see a reminder message displayed while viewing if they have not submitted the required number of entries.

- -

Also the activity will not be considered complete until the user has submitted the required number of entries

diff --git a/mod/data/lang/en/help/data/requiredentriestoview.html b/mod/data/lang/en/help/data/requiredentriestoview.html deleted file mode 100644 index 6d2fa4178df..00000000000 --- a/mod/data/lang/en/help/data/requiredentriestoview.html +++ /dev/null @@ -1,5 +0,0 @@ -

Required Entries Before Viewing

- -

The number of entries a participant is required to submit before they are allowed to view - any entries in this database activity.

-