From d0dfb3ba87d3e265a8310ffe8a060fae52227dcd Mon Sep 17 00:00:00 2001 From: ikawhero Date: Fri, 3 Feb 2006 09:00:49 +0000 Subject: [PATCH] More strings added --- mod/data/lang/en/data.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mod/data/lang/en/data.php b/mod/data/lang/en/data.php index e21d84e2744..f8d0bf05498 100755 --- a/mod/data/lang/en/data.php +++ b/mod/data/lang/en/data.php @@ -3,6 +3,7 @@ $string['action'] = 'Action'; $string['add'] = 'Add entry'; $string['addafield'] = 'Add a Field'; $string['addtemplate'] = 'Add Template'; +$string['ascending'] = 'Ascending'; $string['atmaxentry'] = 'you are at the maximum number of entries!'; $string['autogenallforms'] = 'Generate All Default Templates'; $string['availablefromdate'] = 'Available from'; @@ -15,6 +16,8 @@ $string['comments'] = 'Allow comments?'; $string['configenablerssfeeds'] = 'This switch will enable the possibility of RSS feeds for all databases. You will still need to turn feeds on manually in the settings for each database.'; $string['confirmdeletefield'] = 'You are about to delete this field, are you sure?'; $string['confirmdeleterecord'] = 'Are you sure you want to delete this record?'; +$string['dateentered'] = 'Date entered'; +$string['descending'] = 'Descending'; $string['deletefield'] = 'Delete an existing Field'; $string['menu'] = 'Menu (Single-selection)'; $string['menuchoose'] = 'Choose...';