Name old language folders correctly

This commit is contained in:
Eike Foken
2011-08-11 14:21:05 +02:00
parent 9917711154
commit 3974d0fc0e
15 changed files with 0 additions and 43 deletions

View File

@@ -0,0 +1,21 @@
<?php
$lang['alpha_dash_dot'] = 'The %s field may only contain alpha-numeric characters, underscores, dashes, and full stops.';
$lang['alpha_slash_dot'] = 'The %s field may only contain alpha-numeric characters, underscores, dashes, slashes, and full stops.';
$lang['min_date'] = 'The %s field must be at least %s.';
$lang['max_date'] = 'The %s field can not exceed %s.';
$lang['min_size'] = 'The %s field must be at least %s.';
$lang['max_size'] = 'The %s field can not exceed %s.';
$lang['transaction'] = 'The %s failed to %s.';
$lang['unique'] = 'The %s you supplied is already taken.';
$lang['unique_pair'] = 'The combination of %s and %s you supplied is already taken.';
$lang['valid_date'] = 'The %s field must contain a valid date.';
$lang['valid_date_group'] = 'The %2$s fields must contain a valid date.';
$lang['valid_match'] = 'The %s field may only be %s.';
$lang['related_required'] = 'The %s relationship is required.';
$lang['related_min_size'] = 'The %s relationship must be at least %s.';
$lang['related_max_size'] = 'The %s relationship can not exceed %s.';
/* End of file datamapper_lang.php */
/* Location: ./application/language/english/datamapper_lang.php */