diff --git a/extension.json b/extension.json index 63830ab674..939e562bc9 100644 --- a/extension.json +++ b/extension.json @@ -1900,12 +1900,8 @@ "visualeditor-dialog-media-info-uploaded", "visualeditor-dialog-media-page-advanced", "visualeditor-dialog-media-page-general", - "visualeditor-dialog-media-position-center", "visualeditor-dialog-media-position-checkbox", "visualeditor-dialog-media-position-checkbox-help", - "visualeditor-dialog-media-position-left", - "visualeditor-dialog-media-position-none", - "visualeditor-dialog-media-position-right", "visualeditor-dialog-media-position-section", "visualeditor-dialog-media-position-section-help", "visualeditor-dialog-media-save", diff --git a/i18n/ve-mw/en.json b/i18n/ve-mw/en.json index 1615644dd0..bcfa4d86df 100644 --- a/i18n/ve-mw/en.json +++ b/i18n/ve-mw/en.json @@ -77,12 +77,8 @@ "visualeditor-dialog-media-info-uploaded": "Uploaded: $1", "visualeditor-dialog-media-page-advanced": "Advanced", "visualeditor-dialog-media-page-general": "General", - "visualeditor-dialog-media-position-center": "Center", "visualeditor-dialog-media-position-checkbox": "Wrap text around this item", "visualeditor-dialog-media-position-checkbox-help": "You can make this media item appear inline with the text of the page instead of floating. You should only do this rarely, as it will break up the flow of the text if you uncheck this box.", - "visualeditor-dialog-media-position-left": "Left", - "visualeditor-dialog-media-position-none": "None", - "visualeditor-dialog-media-position-right": "Right", "visualeditor-dialog-media-position-section": "Position", "visualeditor-dialog-media-position-section-help": "You can set where this media item appears on the page. This is sometimes used to break up a long line of images on one side of the page.", "visualeditor-dialog-media-save": "Save", diff --git a/i18n/ve-mw/qqq.json b/i18n/ve-mw/qqq.json index 8bde2e54c1..a8ce6cde8a 100644 --- a/i18n/ve-mw/qqq.json +++ b/i18n/ve-mw/qqq.json @@ -97,12 +97,8 @@ "visualeditor-dialog-media-info-uploaded": "Label for the image upload date in the media dialog. $1 - Date of last upload.\n{{Identical|Uploaded}}", "visualeditor-dialog-media-page-advanced": "Label for the advanced settings page in the media edit dialog.\n{{Identical|Advanced settings}}", "visualeditor-dialog-media-page-general": "Label for the general settings page in the media edit dialog.\n{{Identical|General settings}}", - "visualeditor-dialog-media-position-center": "Label for the image position option for aligning to the center.\n{{Related|Visualeditor-dialog-media-position}}\n{{Identical|Center}}", "visualeditor-dialog-media-position-checkbox": "Label for the position checkbox, denoting whether to use a set float position.", "visualeditor-dialog-media-position-checkbox-help": "Message displayed as contextual help about the checkbox control to enable floating display positions (left, right, etc.) to editors in the media editing dialog.", - "visualeditor-dialog-media-position-left": "Label for the image position option for aligning to the left.\n{{Related|Visualeditor-dialog-media-position}}\n{{Identical|Left}}", - "visualeditor-dialog-media-position-none": "Label for the image position option for no alignment.\n{{Related|Visualeditor-dialog-media-position}}\n{{Identical|None}}", - "visualeditor-dialog-media-position-right": "Label for the image position option for aligning to the right.\n{{Related|Visualeditor-dialog-media-position}}\n{{Identical|Right}}", "visualeditor-dialog-media-position-section": "Label for the image position sub-section.\n\nSee also:\n* {{msg-mw|Visualeditor-dialog-media-position-center}}\n* {{msg-mw|Visualeditor-dialog-media-position-left}}\n* {{msg-mw|Visualeditor-dialog-media-position-none}}\n* {{msg-mw|Visualeditor-dialog-media-position-right}}\n{{Identical|Position}}", "visualeditor-dialog-media-position-section-help": "Message displayed as contextual help about the control for which display position to use (left, right, etc.) to editors in the media editing dialog.", "visualeditor-dialog-media-save": "Label for the save button\n{{Identical|Save}}",