Main Koha release repository https://koha-community.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

9 lines
482 B

<!-- installer-strings.inc -->
<script>
var MSG_LETTERS_ONLY=(_("Please only enter letters."));
var MSG_PASSWORD_MISMATCH=(_("The entered passwords do not match"));
var MSG_ONE_ENROLLMENTPERIOD =(_("Please choose an enrollment period in months OR by date."));
var MSG_ONLY_ONE_ENROLLMENTPERIOD=(_("Please only choose one enrollment period."));
var MSG_LETTERS_NUMBERS_ONLY=(_("Please only enter letters or numbers."));
</script>
<!-- / installer-strings.inc -->