moved the repository to git
[editimage_extension] / EditImage.i18n.php
1 <?php
2 /* Copyright (c) 2008 Benjamin Mako Hill <mako@atdot.cc>
3    This file is part of the EditImage Mediawiki Extension.  
4
5    EditImage is free software: you can redistribute it and/or modify it
6    under the terms of the GNU General Public License as published by the
7    Free Software Foundation, either version 3 of the License, or (at
8    your option) any later version.  
9    
10    Foobar is distributed in the hope that it will be useful, but WITHOUT
11    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
13    for more details.
14
15    You should have received a copy of the GNU General Public License
16    along with Foobar.  If not, see <http://www.gnu.org/licenses/>.  */
17
18 $messages = array();
19 $messages['en'] = array( 
20     'editimage' => 'Edit Image',
21     'cropimage' => 'Crop Image',
22     'editimage-instructions' => 'Use your mouse to select an area in the image below and then click "Crop Image" to crop the image to the size.'
23 );
24 ?>

Benjamin Mako Hill || Want to submit a patch?