Add feedback user infos

This commit is contained in:
Romain Neutron
2012-02-08 18:30:23 +01:00
parent 818941bc30
commit 06ba35002a
3 changed files with 173 additions and 174 deletions

View File

@@ -92,6 +92,7 @@ class Language implements ControllerProviderInterface
$out['listNameCannotBeEmpty'] = _('List name can not be empty');
$out['FeedBackName'] = _('Name');
$out['FeedBackMessage'] = _('Message');
$out['send'] = _('Send');
$out['FeedBackNoUsersSelected'] = _('No users selected');
$Serializer = $app['Core']['Serializer'];