diff options
author | Tim Starling <tstarling@users.mediawiki.org> | 2005-04-17 08:30:15 +0000 |
---|---|---|
committer | Tim Starling <tstarling@users.mediawiki.org> | 2005-04-17 08:30:15 +0000 |
commit | 8c8ef55be55641d8bad4149b7f2aa46ac1277bb0 (patch) | |
tree | 099895ca8b8e69d234ec4226c9ebe1afe7f1cd4b /languages | |
parent | eca22088e751be7468f7503a53a44de3e4d10ce6 (diff) | |
download | mediawikicore-8c8ef55be55641d8bad4149b7f2aa46ac1277bb0.tar.gz mediawikicore-8c8ef55be55641d8bad4149b7f2aa46ac1277bb0.zip |
* When an image is changed, invalidate pages that use it.
* Introduced image "broken links" allowing the user to quickly upload an image with that name
* "Upload a new version of this image" link from the image description page
Notes
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/8412
Diffstat (limited to 'languages')
-rw-r--r-- | languages/Language.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/languages/Language.php b/languages/Language.php index 190a14e3c2c1..dca90b49157d 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -1056,6 +1056,14 @@ this old version, (rev) = revert to this old version. 'nolinkstoimage' => 'There are no pages that link to this image.', 'sharedupload' => 'This file is a shared upload and may be used by other projects.', 'shareduploadwiki' => 'Please see the [$1 image description page] for further information.', +'noimage' => "No image by this name exists. + +<div class=\"editExternally\"> +'''[$1 Upload this image]''' +</div><br clear=all />", +'uploadnewversion' => "<div class=\"editExternally\"> +[$1 Upload a new version of this image] +</div><br clear=all />", # Statistics # |