Index: trunk/extensions/Wikidata/util/voctrain/i18n/language.i18n.php |
— | — | @@ -146,6 +146,7 @@ |
147 | 147 | "voctrain_hide_definitions_in_question_language"=>"Hide definitions in question language", |
148 | 148 | "voctrain_hide_words_in_question_language"=>"Hide words in question language", |
149 | 149 | "voctrain_Separate_values_by_commas_to_use_multiple_languages_"=>"Separate values by commas to use multiple languages." |
| 150 | + "voctrain_other"=>"other", |
150 | 151 | ); |
151 | 152 | |
152 | 153 | /** Message documentation (Message documentation) |
Index: trunk/extensions/Wikidata/util/voctrain/view.php |
— | — | @@ -126,7 +126,7 @@ |
127 | 127 | <div class='datarow'><input type='radio' value='25' name='exercise_size' checked /><label>25</label></div><br/> |
128 | 128 | <div class='datarow'><input type='radio' value='50' name='exercise_size' /><label>50</label></div><br/> |
129 | 129 | <div class='datarow'><input type='radio' value='75' name='exercise_size' /><label>75</label></div><br/> |
130 | | - <div class='datarow'><input type='text' size='4' value='' name='exercise_size_other'>other</div><br/> |
| 130 | + <div class='datarow'><input type='text' size='4' value='' name='exercise_size_other'><|other|></div><br/> |
131 | 131 | </fieldset> |
132 | 132 | </p> |
133 | 133 | <h2><|hiding|></h2> |