Clean-up languages

This commit is contained in:
Eike Foken
2011-09-21 02:24:17 +02:00
parent 5f5f231b68
commit bb76685122
11 changed files with 3 additions and 113 deletions

View File

@@ -1,6 +1,5 @@
<?php
$lang['unique'] = "A project with this name already exists.";
$lang['required'] = "The %s field is required.";
$lang['isset'] = "The %s field must have a value.";
$lang['valid_email'] = "The %s field must contain a valid email address.";