diff options
author | Andreas Gohr <andi@splitbrain.org> | 2015-05-02 11:10:37 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2015-05-02 11:10:37 +0200 |
commit | da624c8c15b984399797b0e5d25b03ffdf35388d (patch) | |
tree | 27fc05d3ca750a2db778525d21a1f1250275df41 /inc/lang/en | |
parent | 421c22ae13e8de7f63d1fe6ed683ee4b8a48a8ee (diff) | |
parent | d49d4260ee0fed5eabc3773440fc1073a87c56dd (diff) | |
download | rpg-da624c8c15b984399797b0e5d25b03ffdf35388d.tar.gz rpg-da624c8c15b984399797b0e5d25b03ffdf35388d.tar.bz2 |
Merge branch 'languagecleanup' of git://github.com/ptbrown/dokuwiki into pull-request-1105
* 'languagecleanup' of git://github.com/ptbrown/dokuwiki:
Remove no longer needed language string
Delete unused div (Fixes #1098)
Remove unused language strings
Move language string to authad plugin
Diffstat (limited to 'inc/lang/en')
-rw-r--r-- | inc/lang/en/lang.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php index a5347e026..3f11a1ee4 100644 --- a/inc/lang/en/lang.php +++ b/inc/lang/en/lang.php @@ -39,7 +39,6 @@ $lang['btn_update'] = 'Update'; $lang['btn_delete'] = 'Delete'; $lang['btn_back'] = 'Back'; $lang['btn_backlink'] = 'Backlinks'; -$lang['btn_backtomedia'] = 'Back to Mediafile Selection'; $lang['btn_subscribe'] = 'Manage Subscriptions'; $lang['btn_profile'] = 'Update Profile'; $lang['btn_reset'] = 'Reset'; @@ -159,7 +158,6 @@ $lang['rssfailed'] = 'An error occurred while fetching this feed: '; $lang['nothingfound'] = 'Nothing was found.'; $lang['mediaselect'] = 'Media Files'; -$lang['fileupload'] = 'Media File Upload'; $lang['uploadsucc'] = 'Upload successful'; $lang['uploadfail'] = 'Upload failed. Maybe wrong permissions?'; $lang['uploadwrong'] = 'Upload denied. This file extension is forbidden!'; @@ -256,8 +254,6 @@ $lang['qb_chars'] = 'Special Chars'; $lang['upperns'] = 'jump to parent namespace'; -$lang['admin_register'] = 'Add new user'; - $lang['metaedit'] = 'Edit Metadata'; $lang['metasaveerr'] = 'Writing metadata failed'; $lang['metasaveok'] = 'Metadata saved'; @@ -294,7 +290,6 @@ $lang['subscr_style_list'] = 'list of changed pages since last email (e /* auth.class language support */ $lang['authtempfail'] = 'User authentication is temporarily unavailable. If this situation persists, please inform your Wiki Admin.'; -$lang['authpwdexpire'] = 'Your password will expire in %d days, you should change it soon.'; /* installer strings */ $lang['i_chooselang'] = 'Choose your language'; |