Index: trunk/extensions/SemanticImageInput/SemanticImageInput.i18.php |
— | — | @@ -1,25 +0,0 @@ |
2 | | -<?php |
3 | | - |
4 | | -/** |
5 | | - * Internationalization file for the Semantic Image Input extension. |
6 | | - * |
7 | | - * @since 0.1 |
8 | | - * |
9 | | - * @file SemanticImageInput.i18n.php |
10 | | - * @ingroup SII |
11 | | - * |
12 | | - * @licence GNU GPL v3+ |
13 | | - * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
14 | | - */ |
15 | | - |
16 | | -$messages = array(); |
17 | | - |
18 | | -/** English |
19 | | - * @author Jeroen De Dauw |
20 | | - */ |
21 | | -$messages['en'] = array( |
22 | | - 'sii-desc' => 'Adds an image input that pulls images from Wikipedia to [https://www.mediawiki.org/wiki/Extension:Semantic_Forms Semantic Forms]', |
23 | | - |
24 | | - 'sii-imageinput-loading' => 'Loading image...' |
25 | | -); |
26 | | - |
Index: trunk/extensions/SemanticImageInput/SemanticImageInput.i18n.php |
— | — | @@ -0,0 +1,25 @@ |
| 2 | +<?php |
| 3 | + |
| 4 | +/** |
| 5 | + * Internationalization file for the Semantic Image Input extension. |
| 6 | + * |
| 7 | + * @since 0.1 |
| 8 | + * |
| 9 | + * @file SemanticImageInput.i18n.php |
| 10 | + * @ingroup SII |
| 11 | + * |
| 12 | + * @licence GNU GPL v3+ |
| 13 | + * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
| 14 | + */ |
| 15 | + |
| 16 | +$messages = array(); |
| 17 | + |
| 18 | +/** English |
| 19 | + * @author Jeroen De Dauw |
| 20 | + */ |
| 21 | +$messages['en'] = array( |
| 22 | + 'sii-desc' => 'Adds an image input that pulls images from Wikipedia to [https://www.mediawiki.org/wiki/Extension:Semantic_Forms Semantic Forms]', |
| 23 | + |
| 24 | + 'sii-imageinput-loading' => 'Loading image...' |
| 25 | +); |
| 26 | + |
Property changes on: trunk/extensions/SemanticImageInput/SemanticImageInput.i18n.php |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 27 | + native |