Index: trunk/extensions/SemanticFormsInputs/SemanticFormsInputs.i18n.php |
— | — | @@ -7,19 +7,13 @@ |
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 | | - 'today' => 'Today:', // @todo FIXME: Change to key 'semanticformsinputs-today' |
12 | | - 'clear' => 'Clear', // @todo FIXME: Change to key 'semanticformsinputs-clear' |
13 | 11 | 'semanticformsinputs-wrongformat' => 'Wrong format!' |
14 | 12 | ); |
15 | 13 | |
16 | 14 | $messages['de'] = array( |
17 | | - 'today' => 'Heute:', |
18 | | - 'clear' => 'Löschen', |
19 | 15 | 'semanticformsinputs-wrongformat' => 'Falsches Format!' |
20 | 16 | ); |
21 | 17 | |
22 | 18 | $messages['fr'] = array( |
23 | | - 'today' => 'Aujourd\'hui:', |
24 | | - 'clear' => 'Supprimer', |
25 | 19 | 'semanticformsinputs-wrongformat' => 'Format erroné!' |
26 | 20 | ); |