export class LangKeys { public static LANG_KEY = 'lang-key'; public static EL_MADINA = 'el-madina'; public static DASHBOARD = 'dashboard'; public static SEARCH = 'Search'; public static DIR = 'Dir'; public static DIRECTION = 'direction'; public static INV_DIRECTION = 'inv-direction'; public static INVDIR = 'invDir'; public static CANCEL = 'cancel'; public static CREATE = 'create'; public static CREATE_ANOTHER = 'createAnother-label'; public static UPDATE_LABEL = 'update_label'; public static SAVE_LABEL = 'save-label'; public static CLOSE_LABEL = 'close-label'; public static CREATE_OPEN = 'createOpen'; public static LANGUAGE_CODE = 'language-code'; public static LIST_VIEW = 'list-view'; public static DOC_VIEW = 'doc-view'; public static THREED_VIEW = '3rd-view'; public static CANBAN_VIEW = 'canban-view'; public static HIERARCHY = 'hirerchy-view'; public static BOOKMARK = 'bookmark'; public static UNBOOKMARK = 'un-bookmark'; public static ACTIVATE = 'activate'; public static DEACTIVATE = 'de-activate'; public static VERIFY = 'verify'; public static DELETE = 'delete'; public static VERIFY_INTEGRITY = 'verify-integrity'; public static CLONE = 'clone'; public static HELP_SECTION = 'help-section-label'; public static CREATION_DATA = 'creation-data-label'; public static CREATED_BY = 'created-by-label'; public static CREATED_ON = 'created-on-label'; public static LAST_MODIFIED_BY = 'last-modified-by-label'; public static LAST_MODIFIED_ON = 'last-modified-on-label'; public static DRAFT = 'Draft'; public static ACTIVE = 'Active'; public static INACTIVE = 'Inactive'; }