diff --git a/resources/xlf/en/sql.xlf b/resources/xlf/en/sql.xlf index 56283f311d..33210b274d 100644 --- a/resources/xlf/en/sql.xlf +++ b/resources/xlf/en/sql.xlf @@ -5755,6 +5755,78 @@ Error: {1} + + The expression defining the check constraint. + + + The name of the check constraint. + + + Specifies whether the column may have a NULL value. + + + Displays the data type name for the column + + + A predefined global default value for the column or binding. + + + The maximum length (in characters) that can be stored in this database object. + + + The name of the column object. + + + For numeric data, the maximum number of decimal digits that can be stored in this database object. + + + Specifies whether the column is included in the primary key for the table. + + + For numeric data, the maximum number of decimal digits that can be stored in this database object to the right of decimal point. + + + The mapping between foreign key columns and primary key columns. + + + The name of the foreign key. + + + The behavior when a user tries to delete a row with data that is involved in a foreign key relationship. + + + The behavior when a user tries to update a row with data that is involved in a foreign key relationship. + + + The table which contains the primary or unique key column. + + + Description for the table. + + + The name of the table object. + + + The schema that contains the table. + + + Foreign Key + + + Primary Key Table + + + Expression + + + Name + + + Check Constraint + + + Check Constraints + Allow Nulls @@ -5794,12 +5866,33 @@ Error: {1} An error occured while processing the change: {0} + + Foreign Key Column + + + Column Mapping + + + Name + + + On Delete Action + + + On Update Action + + + Foreign Keys + General Table name + + Primary Key Column + An error occured while saving changes: {0} @@ -5815,41 +5908,6 @@ Error: {1} Table - - - - Specifies whether the column may have a NULL value. - - - Displays the data type name for the column - - - A predefined global default value for the column or binding. - - - Description for the column. - - - The maximum length (in characters) that can be stored in this database object. - - - The name of the column object. - - - For numeric data, the maximum number of decimal digits that can be stored in this database object. - - - Specifies whether the column is included in the primary key for the table. - - - Description for the table. - - - The name of the table object. - - - The schema that contains the table. -