Bug 27796: (QA follow-up) Missing filters
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / installer-strings.inc
1 <!-- installer-strings.inc -->
2 <script>
3     var MSG_LETTERS_ONLY=(_("Please only enter letters."));
4     var MSG_PASSWORD_MISMATCH=(_("The entered passwords do not match"));
5     var MSG_ONE_ENROLLMENTPERIOD =(_("Please choose an enrollment period in months OR by date."));
6     var MSG_ONLY_ONE_ENROLLMENTPERIOD=(_("Please only choose one enrollment period."));
7     var MSG_LETTERS_NUMBERS_ONLY=(_("Please only enter letters or numbers."));
8 </script>
9 <!-- / installer-strings.inc -->