diff options
Diffstat (limited to 'inc')
-rw-r--r-- | inc/lang/de/lang.php | 4 | ||||
-rw-r--r-- | inc/lang/en/lang.php | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/inc/lang/de/lang.php b/inc/lang/de/lang.php index 037456af1..a3b43e350 100644 --- a/inc/lang/de/lang.php +++ b/inc/lang/de/lang.php @@ -148,8 +148,8 @@ $lang['qb_chars'] = 'Sonderzeichen'; $lang['del_confirm']= 'Eintrag wirklich löschen?'; -$lang['admin_acl'] = 'Zugangsverwaltung...'; -$lang['admin_register']= 'Neuen Benutzer anmelden...'; +$lang['admin_acl'] = 'Zugangsverwaltung'; +$lang['admin_register']= 'Neuen Benutzer anmelden'; $lang['acl_group'] = 'Gruppe'; $lang['acl_user'] = 'Benutzer'; 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'; |