Index: trunk/extensions/Translate/groups/mediawiki-defines.txt |
— | — | @@ -967,6 +967,8 @@ |
968 | 968 | aliasfile = SemanticForms/languages/SF_Aliases.php |
969 | 969 | magicfile = SemanticForms/languages/SF_Magic.php |
970 | 970 | |
| 971 | +Semantic Forms Inputs |
| 972 | + |
971 | 973 | Semantic Internal Objects |
972 | 974 | magicfile = SemanticInternalObjects/SemanticInternalObjects.i18n.magic.php |
973 | 975 | |
Index: trunk/extensions/SemanticFormsInputs/SemanticFormsInputs.i18n.php |
— | — | @@ -7,13 +7,14 @@ |
8 | 8 | |
9 | 9 | $messages['en'] = array( |
10 | 10 | 'semanticformsinputs-desc' => 'Additional input types for [http://www.mediawiki.org/wiki/Extension:Semantic_Forms Semantic Forms].', |
11 | | - 'semanticformsinputs-wrongformat' => 'Wrong format!' |
| 11 | + 'semanticformsinputs-wrongformat' => 'Wrong format.' |
12 | 12 | ); |
13 | 13 | |
14 | 14 | $messages['de'] = array( |
15 | | - 'semanticformsinputs-wrongformat' => 'Falsches Format!' |
| 15 | + 'semanticformsinputs-wrongformat' => 'Falsches Format.' |
16 | 16 | ); |
17 | 17 | |
18 | 18 | $messages['fr'] = array( |
19 | | - 'semanticformsinputs-wrongformat' => 'Format erroné!' |
| 19 | + 'semanticformsinputs-wrongformat' => 'Format erroné.' |
20 | 20 | ); |
| 21 | + |
Index: trunk/extensions/SemanticFormsInputs/SemanticFormsInputs.php |
— | — | @@ -21,6 +21,7 @@ |
22 | 22 | |
23 | 23 | // register extension |
24 | 24 | $wgExtensionCredits['other'][] = array( |
| 25 | + 'path' => __FILE__, |
25 | 26 | 'name' => 'Semantic Forms Inputs', |
26 | 27 | 'author' => array( '[http://www.mediawiki.org/wiki/User:F.trott Stephan Gambke]', 'Sanyam Goyal', 'Yaron Koren' ), |
27 | 28 | 'url' => 'http://www.mediawiki.org/wiki/Extension:Semantic_Forms_Inputs', |