add column and alias are separate
This commit is contained in:
@@ -137,7 +137,7 @@ admin-no-profile-tables = This profile has no tables of its own.
|
||||
admin-no-dependencies = No dependencies
|
||||
admin-depends-on-prefix = Depends on
|
||||
admin-row-display-prefix = display:
|
||||
admin-add-rename-columns = Add / rename columns
|
||||
admin-column-presentation = Column aliases
|
||||
admin-delete-table = Delete table
|
||||
admin-who-may-use-it = Who may use it
|
||||
admin-pick-table-hint = Pick a table to add columns to it, delete it, or say who may use it.
|
||||
@@ -158,16 +158,17 @@ admin-select-table-inspect = Select a table to inspect its columns.
|
||||
admin-no-visible-columns = This table has no visible columns.
|
||||
admin-system-columns-label = System columns · hidden from users
|
||||
|
||||
# --- Table definition pages (columns / delete / copy / template / history) -
|
||||
td-columns-title = Columns
|
||||
# --- Table definition pages (add columns / presentation / delete / copy / template / history) -
|
||||
td-add-columns-title = Add columns
|
||||
td-presentation-title = Column presentation
|
||||
td-add-columns-to = Add columns to
|
||||
td-append-hint = Columns are appended. Nothing that already exists is changed, and the new columns can be indexed as they are added.
|
||||
td-rename-column = Rename a column
|
||||
td-rename-column = Column aliases and order
|
||||
td-rename-hint = Renames what the column is called, not the physical column underneath, so stored data and scripts are untouched. Only possible while the table has no rows.
|
||||
td-column-label = Column
|
||||
td-choose-column = Choose a column
|
||||
td-new-name = New name
|
||||
td-rename-button = Rename column
|
||||
td-rename-button = Save presentation
|
||||
td-columns-now = Columns it has now
|
||||
td-col-column = Column
|
||||
td-col-type = Type
|
||||
@@ -234,8 +235,10 @@ td-depends-on-prefix = depends on
|
||||
td-acts-on-profile = Everything on this page acts on this profile.
|
||||
td-global-label = Global — all profiles
|
||||
td-tab-aria = table actions
|
||||
td-tab-columns = Columns
|
||||
td-tab-columns-sub = Append columns and rename them
|
||||
td-tab-add-columns = Add columns
|
||||
td-tab-add-columns-sub = Append new columns
|
||||
td-tab-presentation = Presentation
|
||||
td-tab-presentation-sub = Change aliases and order
|
||||
td-tab-delete = Delete
|
||||
td-tab-delete-sub = Drop this table
|
||||
td-tab-access = Access
|
||||
|
||||
Reference in New Issue
Block a user