From 2411dd85bb9ace6f72b8b3e43e7ddba1855cfc99 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Thu, 26 Jan 2006 21:35:50 +0100 Subject: java script changes This adds a javascript confirmation for the delete button in the user manager. It also adds the $() shortcut function known from the prototype library. darcs-hash:20060126203550-7ad00-d5690ef06432286239953a79c5dbbc25f8720204.gz --- inc/lang/en/lang.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'inc/lang/en') diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php index fc1be1a27..f83ce1229 100644 --- a/inc/lang/en/lang.php +++ b/inc/lang/en/lang.php @@ -77,7 +77,7 @@ $lang['resendpwdnouser'] = 'Sorry, we can\'t find this user in our database.'; $lang['resendpwdsuccess'] = 'Your new password has been sent by email.'; $lang['txt_upload'] = 'Select file to upload'; -$lang['txt_filename'] = 'Enter wikiname (optional)'; +$lang['txt_filename'] = 'Upload as (optional)'; $lang['txt_overwrt'] = 'Overwrite existing file'; $lang['lockedby'] = 'Currently locked by'; $lang['lockexpire'] = 'Lock expires at'; @@ -144,10 +144,10 @@ $lang['qb_sig'] = 'Insert Signature'; $lang['qb_smileys'] = 'Smileys'; $lang['qb_chars'] = 'Special Chars'; -$lang['del_confirm']= 'Delete this entry?'; +$lang['del_confirm']= 'Really delete selected item(s)?'; -$lang['admin_acl'] = 'Access Control List Management...'; -$lang['admin_register']= 'Add new user...'; +$lang['admin_acl'] = 'Access Control List Management'; +$lang['admin_register']= 'Add new user'; $lang['acl_group'] = 'Group'; $lang['acl_user'] = 'User'; -- cgit v1.2.3