|
148 | 148 | "neowiki-layouts-column-description": "Column header for layout description in the layouts list table on [[Special:Layouts]].", |
149 | 149 | "neowiki-layouts-empty": "Message shown when no layouts exist yet on [[Special:Layouts]].", |
150 | 150 |
|
| 151 | + "neowiki-special-mappings": "Title and description of the [[Special:Mappings]] page, which lists the ontology mapping pages.", |
| 152 | + "neowiki-mappings-column-name": "Column header for mapping name in the mappings list table on [[Special:Mappings]].", |
| 153 | + "neowiki-mappings-column-schemas": "Column header for the mapped schemas in the mappings list table on [[Special:Mappings]]. The cell lists the mapped Schema names followed by their count.", |
| 154 | + "neowiki-mappings-schema-count": "Parenthesized count of mapped schemas, shown after the list of Schema names in a row of the mappings list table on [[Special:Mappings]]. $1 is the number of mapped schemas.", |
| 155 | + "neowiki-mappings-schemas-none": "Placeholder shown in the mapped-schemas cell of a row on [[Special:Mappings]] when the Mapping has no mapped Schemas.", |
| 156 | + "neowiki-mappings-empty": "Message shown when no mappings exist yet on [[Special:Mappings]].", |
| 157 | + "neowiki-mapping-sidebar-all-mappings": "Label for the link in the NeoWiki section of the sidebar on Mapping pages that navigates to [[Special:Mappings]].", |
| 158 | + "neowiki-mapping-creator-button": "Label for the button that opens the mapping creation dialog on [[Special:Mappings]].", |
| 159 | + "neowiki-mapping-creator-title": "Title of the dialog for creating a new ontology mapping.", |
| 160 | + "neowiki-mapping-creator-name-field": "Label for the mapping name field in the mapping creation dialog.", |
| 161 | + "neowiki-mapping-creator-name-placeholder": "Placeholder text for the mapping name field in the mapping creation dialog.", |
| 162 | + "neowiki-mapping-creator-name-required": "Inline validation error shown when the mapping name field is left empty.", |
| 163 | + "neowiki-mapping-creator-name-reserved": "Inline validation error shown when the entered mapping name is the reserved projection name \"native\".", |
| 164 | + "neowiki-mapping-creator-name-taken": "Inline validation error shown when a mapping with the entered name already exists.", |
| 165 | + "neowiki-mapping-creator-save": "Label for the save button in the mapping creation dialog.", |
| 166 | + "neowiki-mapping-creator-error": "Error notification title shown when creating a mapping fails. $1 is the mapping name.", |
| 167 | + "neowiki-mapping-creator-summary-default": "Default edit summary used when creating a mapping via the UI.", |
| 168 | + "neowiki-edit-mapping": "Aria label for the edit button on a Mapping row in the mappings list.", |
| 169 | + "neowiki-mapping-delete": "Aria label for the delete button on a Mapping row in the mappings list.", |
| 170 | + "neowiki-mapping-delete-confirm-title": "Title of the confirmation dialog shown when deleting a mapping.", |
| 171 | + "neowiki-mapping-delete-confirm-message": "Message in the delete confirmation dialog. $1 is the mapping name.", |
| 172 | + "neowiki-mapping-delete-confirm-delete": "Label for the delete button in the mapping deletion dialog.", |
| 173 | + "neowiki-mapping-delete-summary-default": "Default deletion reason used when deleting a mapping via the UI.", |
| 174 | + "neowiki-mapping-delete-success": "Success notification shown after deleting a mapping. $1 is the mapping name.", |
| 175 | + "neowiki-mapping-delete-error": "Error notification title shown when deleting a mapping fails. $1 is the mapping name.", |
| 176 | + |
151 | 177 | "neowiki-layout-creator-title": "Title of the dialog for creating a new layout.", |
152 | 178 | "neowiki-layout-creator-button": "Label for the button that opens the layout creation dialog on [[Special:Layouts]].", |
153 | 179 | "neowiki-layout-creator-name-field": "Label for the layout name input field in the layout creation dialog.", |
|
0 commit comments