From 6b8a05cd4e76f8a9500210becc775be0d99803a3 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Thu, 22 May 2014 16:54:48 +0300 Subject: [PATCH] lang admin --- application/Espo/Resources/i18n/en_US/Admin.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/application/Espo/Resources/i18n/en_US/Admin.json b/application/Espo/Resources/i18n/en_US/Admin.json index fe4f88efdf..42e7984762 100644 --- a/application/Espo/Resources/i18n/en_US/Admin.json +++ b/application/Espo/Resources/i18n/en_US/Admin.json @@ -110,5 +110,12 @@ "layoutManager": "Customize layouts (list, detail, edit, search, mass update).", "fieldManager": "Create new fields or customize existing ones.", "userInterface": "Configure UI." + }, + "options": { + "previewSize": { + "x-small": "X-Small", + "small": "Small", + "medium": "Medium" + } } }