You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sNoFieldsAddedTableWillNotBeCreated = 'No fields added. Table will not be created.';
sItSNotAllowedFieldsWithTheSameName = 'Fields with identical names are not allowed.';
sTableCreatedSuccessfully = 'Table created successfully.';
sItWasNotPossibleToCreateTheTable = 'It was not possible to create the table.';
sTableEditorFieldTypeNotRecognized = 'Field type not recognized.';
sTableNameNotSetItSNotPossibleToCreateEditATable = 'Table name not set: it''s not possible to create/edit a table.';
sFileNameNotSetItSNotPossibleToCreateEditATable = 'File name not set: it''s not possible to create/edit a table.';
sCreateEditTable = 'Create/Edit Table';
sATableNamedAlreadyExistsAreYouSureYouWantToReplace = 'A Table named "%s" already exists. Are you sure you want to replace this table?%sAll data stored will be lost.';