diff options
author | Andreas Gohr <andi@splitbrain.org> | 2012-01-13 13:08:11 -0800 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2012-01-13 13:08:11 -0800 |
commit | 64a0bb700a94d774bc11a76304947fe41b8b6327 (patch) | |
tree | ecc647fab99541b6e6a3b6ed3a11310d5c321457 /inc/lang/en | |
parent | e3b5f536dca655d5373e5ec24b258a359f22876d (diff) | |
parent | 23735ba4c5021df9ab8c1b4a0e8322cebdaf5931 (diff) | |
download | rpg-64a0bb700a94d774bc11a76304947fe41b8b6327.tar.gz rpg-64a0bb700a94d774bc11a76304947fe41b8b6327.tar.bz2 |
Merge pull request #75 from lupo49/master
localization: removed strings from old flashuploader
Diffstat (limited to 'inc/lang/en')
-rw-r--r-- | inc/lang/en/lang.php | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php index 89a7c4d40..1bfff2897 100644 --- a/inc/lang/en/lang.php +++ b/inc/lang/en/lang.php @@ -304,22 +304,6 @@ $lang['i_pol2'] = 'Closed Wiki (read, write, upload for registere $lang['i_retry'] = 'Retry'; $lang['i_license'] = 'Please choose the license you want to put your content under:'; -$lang['mu_intro'] = 'Here you can upload multiple files at once. Click the browse button to add them to the queue. Press upload when done.'; -$lang['mu_gridname'] = 'Filename'; -$lang['mu_gridsize'] = 'Size'; -$lang['mu_gridstat'] = 'Status'; -$lang['mu_namespace'] = 'Namespace'; -$lang['mu_browse'] = 'Browse'; -$lang['mu_toobig'] = 'too big'; -$lang['mu_ready'] = 'ready for upload'; -$lang['mu_done'] = 'complete'; -$lang['mu_fail'] = 'failed'; -$lang['mu_authfail'] = 'session expired'; -$lang['mu_progress'] = '@PCT@% uploaded'; -$lang['mu_filetypes'] = 'Allowed Filetypes'; -$lang['mu_info'] = 'files uploaded.'; -$lang['mu_lasterr'] = 'Last error:'; - $lang['recent_global'] = 'You\'re currently watching the changes inside the <b>%s</b> namespace. You can also <a href="%s">view the recent changes of the whole wiki</a>.'; $lang['years'] = '%d years ago'; $lang['months'] = '%d months ago'; |