diff options
author | Andreas Gohr <andi@splitbrain.org> | 2006-05-25 16:40:00 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2006-05-25 16:40:00 +0200 |
commit | cf6894df38261b3b92c75d441bbe0a0ba58d963e (patch) | |
tree | 8ea05553b2d36f0e8aa65f5778a7f71ed721fa6a /inc/lang/en/lang.php | |
parent | fb53bfe26d4ed0fd3e63d17c7b02d9c8d0e98fb4 (diff) | |
download | rpg-cf6894df38261b3b92c75d441bbe0a0ba58d963e.tar.gz rpg-cf6894df38261b3b92c75d441bbe0a0ba58d963e.tar.bz2 |
more mediamanager fixes
This fixes some styling issues, the cookie handling and a bug in the
JavaScript caching mechanism.
darcs-hash:20060525144000-7ad00-2f0b673d4f747c979f460e4e927a50eeeae81ec1.gz
Diffstat (limited to 'inc/lang/en/lang.php')
-rw-r--r-- | inc/lang/en/lang.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php index 49f9676ae..c5584113b 100644 --- a/inc/lang/en/lang.php +++ b/inc/lang/en/lang.php @@ -91,8 +91,8 @@ $lang['notsavedyet'] = 'Unsaved changes will be lost.\nReally continue?'; $lang['rssfailed'] = 'An error occured while fetching this feed: '; $lang['nothingfound']= 'Nothing was found.'; -$lang['mediaselect'] = 'Mediafiles'; -$lang['fileupload'] = 'Mediafile Upload'; +$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!'; @@ -106,6 +106,8 @@ $lang['mediafiles'] = 'Available files in'; $lang['js']['keepopen'] = 'Keep window open on selection'; $lang['js']['hidedetails'] = 'Hide Details'; $lang['mediausage'] = 'Use the following syntax to reference this file:'; +$lang['mediaview'] = 'View original file'; +$lang['mediaupload'] = 'Upload a file to the current namespace here. To create subnamespaces, prepend them to your filename separated by colons.'; $lang['reference'] = 'References for'; $lang['ref_inuse'] = 'The file can\'t be deleted, because it\'s still used by the following pages:'; |