Index: trunk/extensions/LogoFunctions/LogoFunction.i18n.php |
— | — | @@ -1,27 +0,0 @@ |
2 | | -<?php |
3 | | -/** |
4 | | - * LogoFunction |
5 | | - * |
6 | | - * Add PaserFunctions about wiki's logo |
7 | | - * |
8 | | - * @link http://www.mediawiki.org/wiki/Extension:LogoFunction |
9 | | - * |
10 | | - * @author Devunt <devunt@devunt.kr> |
11 | | - * @authorlink http://www.mediawiki.org/wiki/User:Devunt |
12 | | - * @copyright Copyright © 2010 Devunt (Bae June Hyeon). |
13 | | - * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later |
14 | | - */ |
15 | | -$messages = array(); |
16 | | - |
17 | | -/** English |
18 | | - */ |
19 | | -$messages['en'] = array( |
20 | | - 'logofunction-desc' => 'Add Paser hooks about wiki\'s logo.', |
21 | | -); |
22 | | - |
23 | | -/** Korean (한국어) |
24 | | - * @author Devunt |
25 | | - */ |
26 | | -$messages['ko'] = array( |
27 | | - 'logofunction-desc' => '위키의 로고에 관한 파서 훅을 추가합니다.', |
28 | | -); |
Index: trunk/extensions/LogoFunctions/LogoFunctions.i18n.php |
— | — | @@ -0,0 +1,27 @@ |
| 2 | +<?php |
| 3 | +/** |
| 4 | + * LogoFunction |
| 5 | + * |
| 6 | + * Add PaserFunctions about wiki's logo |
| 7 | + * |
| 8 | + * @link http://www.mediawiki.org/wiki/Extension:LogoFunction |
| 9 | + * |
| 10 | + * @author Devunt <devunt@devunt.kr> |
| 11 | + * @authorlink http://www.mediawiki.org/wiki/User:Devunt |
| 12 | + * @copyright Copyright © 2010 Devunt (Bae June Hyeon). |
| 13 | + * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later |
| 14 | + */ |
| 15 | +$messages = array(); |
| 16 | + |
| 17 | +/** English |
| 18 | + */ |
| 19 | +$messages['en'] = array( |
| 20 | + 'logofunction-desc' => 'Add Paser hooks about wiki\'s logo.', |
| 21 | +); |
| 22 | + |
| 23 | +/** Korean (한국어) |
| 24 | + * @author Devunt |
| 25 | + */ |
| 26 | +$messages['ko'] = array( |
| 27 | + 'logofunction-desc' => '위키의 로고에 관한 파서 훅을 추가합니다.', |
| 28 | +); |
Property changes on: trunk/extensions/LogoFunctions/LogoFunctions.i18n.php |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 29 | + native |