diff options
author | sarnowski <sarnowski@cosmocode.de> | 2009-08-24 13:22:30 +0200 |
---|---|---|
committer | sarnowski <sarnowski@cosmocode.de> | 2009-08-24 13:22:30 +0200 |
commit | bf1f3ac4f72c26ff386c08c920dda651d91c6898 (patch) | |
tree | 4b720e186993b1f96a0b55641f85d988c7bf5bb9 /inc/lang | |
parent | 8ec12455ec81c8832085594acd6c082b1f9e625a (diff) | |
download | rpg-bf1f3ac4f72c26ff386c08c920dda651d91c6898.tar.gz rpg-bf1f3ac4f72c26ff386c08c920dda651d91c6898.tar.bz2 |
Search capabilities for the media manager added.
darcs-hash:20090824112230-8c5bd-7b8d8ba14e7533c1035b7b732983a0e3de8251a1.gz
Diffstat (limited to 'inc/lang')
-rw-r--r-- | inc/lang/en/lang.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php index 04ec3170e..121b0fec2 100644 --- a/inc/lang/en/lang.php +++ b/inc/lang/en/lang.php @@ -94,6 +94,8 @@ $lang['resendpwdsuccess'] = 'Your new password has been sent by email.'; $lang['license'] = 'Except where otherwise noted, content on this wiki is licensed under the following license:'; $lang['licenseok'] = 'Note: By editing this page you agree to license your content under the following license:'; +$lang['txt_searchmediakey'] = 'Search for file'; +$lang['txt_searchrelative'] = 'Only search in namespace :%s'; $lang['txt_upload'] = 'Select file to upload'; $lang['txt_filename'] = 'Upload as (optional)'; $lang['txt_overwrt'] = 'Overwrite existing file'; @@ -121,6 +123,7 @@ $lang['mediainuse'] = 'The file "%s" hasn\'t been deleted - it is still in use. $lang['namespaces'] = 'Namespaces'; $lang['mediafiles'] = 'Available files in'; +$lang['js']['searchmedia'] = 'Search for files'; $lang['js']['keepopen'] = 'Keep window open on selection'; $lang['js']['hidedetails'] = 'Hide Details'; $lang['mediausage'] = 'Use the following syntax to reference this file:'; |