~ubuntu-branches/ubuntu/natty/moin/natty-updates

« back to all changes in this revision

Viewing changes to contrib/AnyWikiDraw/anywikidraw/mediawiki 1.12 to 1.15/extensions/AnyWikiDraw/AnyWikiDraw.i18n.php

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2008-06-22 21:17:13 UTC
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20080622211713-inlv5k4eifxckelr
ImportĀ upstreamĀ versionĀ 1.7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?php
2
 
/*
3
 
 * @(#)AnyWikiDraw.i18n.php  
4
 
 *
5
 
 * Copyright (c) 2007-2009 by the original authors of AnyWikiDraw
6
 
 * and all its contributors.
7
 
 * All rights reserved.
8
 
 *
9
 
 * The copyright of this software is owned by the authors and  
10
 
 * contributors of the AnyWikiDraw project ("the copyright holders").
11
 
 * You may not use, copy or modify this software, except in  
12
 
 * accordance with the license agreement you entered into with  
13
 
 * the copyright holders. For details see accompanying license terms. 
14
 
 */
15
 
 
16
 
/**
17
 
 * --------
18
 
 * WARNING: This is an extension for MediaWiki 1.12 through 1.15 only.
19
 
 * Do not use it with other versions of MediaWiki without extensive testing!
20
 
 * --------
21
 
 *
22
 
 * Internationalisation file for AnyWikiDraw_body.php.
23
 
 *
24
 
 * @author Werner Randelshofer
25
 
 * @version $Id: AnyWikiDraw.i18n.php 120 2009-06-28 08:05:06Z rawcoder $
26
 
 */
27
 
$messages = array();
28
 
$messages['en'] = array(
29
 
    'anywikidraw' => 'AnyWikiDraw Drawing Extension',
30
 
    'anywikidraw_about' => '<p>On this Wiki the AnyWikiDraw $1 Drawing Extension is installed.</p>'.
31
 
        '<p>With this extension, you can edit drawings directly inside of a Wiki page.</p>'.
32
 
        '<p>To include a drawing in a page, use a tag of the form '.
33
 
        '<b><nowiki>{{&#35;drawing:File.svg|width|height}}</nowiki></b>.</p>'.
34
 
        '<p>For example '.
35
 
        '<b><nowiki>{{&#35;drawing:HappyFace.svg|400|300}}</nowiki></b>.</p>'.
36
 
        '<p>The following filename extensions are supported: .svg, .png, .jpg.</p>'.
37
 
        '<p>If the file doesn\'t exist, it will be created the first time a drawing has been edited.</p>'.
38
 
        '<p>All files that have been created using this extension are listed on the [[Special:Imagelist|file list]] special page.',
39
 
    'anywikidraw_license_terms_new_work' => 'By saving your work you agree to the license terms of this Wiki. '.
40
 
        '<br>For more information see $1. ',
41
 
    'anywikidraw_license_terms_derived_work' => 'By saving your changes you agree to the terms given by the copyright holder of the original work. '.
42
 
        '<br>For more information see $2. ',
43
 
    'anywikidraw_upload_disabled' => '<p><b>You can not edit drawings using AnyWikiDraw, because you have not enabled file uploading using <code>$wgEnableUploads=true;</code> in LocalSettings.php.</b></p>',
44
 
    'anywikidraw_cookie_http_only' => '<p><b>You can not edit drawings using AnyWikiDraw, because you have not made cookies accessible to Java applets using <code>$wgCookieHttpOnly=false;</code> in LocalSettings.php.</b></p>',
45
 
    'anywikidraw_extension_disabled' => '<p><b>You can not edit drawings with extension $2 using AnyWikiDraw, because you have not enabled this extension using <code>$wgFileExtensions[] = \'$2\';</code> in LocalSettings.php.</b></p>',
46
 
    'anywikidraw_extensions_blacklisted' => '<p><b>You can not edit drawings with extensions $2 using AnyWikiDraw, because you have explicitly blocked this extension using <code>$wgFileBlacklist = \'$2\';</code> in LocalSettings.php.</b></p>',
47
 
);
48
 
?>
 
 
b'\\ No newline at end of file'