* [MOD] Switched base language over to English

Signed-off-by: nuxsmin <nuxsmin@syspass.org>
This commit is contained in:
nuxsmin
2018-11-05 00:03:36 +01:00
parent aae9c7ebbf
commit 305d4de16f
318 changed files with 69324 additions and 66317 deletions

View File

@@ -127,8 +127,8 @@ final class ItemsController extends SimpleControllerBase
$jsonResponse = new JsonResponse();
$jsonResponse->setStatus(0);
$jsonResponse->setData([
'message' => __('No hay no hay notificaciones pendientes'),
'message_has' => sprintf(__('Hay notificaciones pendientes: %d'), $count),
'message' => __('There aren\'t any pending notifications'),
'message_has' => sprintf(__('There are pending notifications: %d'), $count),
'count' => $count,
'notifications' => $notifications,
'hash' => sha1(implode('', $notifications))