* [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

@@ -90,7 +90,7 @@ final class StatusController extends SimpleControllerBase
logger($requestData->message);
}
return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('Versión no disponible'));
return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('Version unavailable'));
} catch (GuzzleException $e) {
processException($e);
@@ -137,7 +137,7 @@ final class StatusController extends SimpleControllerBase
logger($requestData->message);
}
return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('Notificaciones no disponibles'));
return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('Notifications not available'));
} catch (GuzzleException $e) {
processException($e);