mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 06:53:15 +00:00
Push & Feedback templates
This commit is contained in:
@@ -89,9 +89,10 @@ class Language implements ControllerProviderInterface
|
||||
$out['sureToRemoveList'] = _('Are you sure you want to delete this list ?');
|
||||
$out['newListName'] = _('New list name ?');
|
||||
$out['listNameCannotBeEmpty'] = _('List name can not be empty');
|
||||
|
||||
|
||||
|
||||
$out['FeedBackName'] = _('Name');
|
||||
$out['FeedBackMessage'] = _('Message');
|
||||
$out['FeedBackNoUsersSelected'] = _('No users selected');
|
||||
|
||||
$Serializer = $app['Core']['Serializer'];
|
||||
|
||||
return new Response(
|
||||
|
Reference in New Issue
Block a user