mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-28 09:20:31 +00:00
Merge "i18n: Change the "Last edited" message to be just "Edited""
This commit is contained in:
commit
fd67e7b607
|
@ -4,7 +4,7 @@
|
|||
},
|
||||
"popups-message": "Hovercards",
|
||||
"popups-desc": "Displays hovercards with summaries of page contents when the user hovers over a page link",
|
||||
"popups-last-edited": "Last edited $1",
|
||||
"popups-last-edited": "Edited $1",
|
||||
"popups-redirects": "redirects to <h3>$1</h3>",
|
||||
"popups-settings-title": "Page preview",
|
||||
"popups-settings-description": "This tool lets you preview links to wiki pages and to references.",
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
},
|
||||
"popups-message": "Name shown in user preference for this extension",
|
||||
"popups-desc": "{{desc|name=Popups|url=https://www.mediawiki.org/wiki/Extension:Popups}}",
|
||||
"popups-last-edited": "Message to show time span since the page was last edited. Parameters:\n* $1 - the timespan in words (localized). e.g. \"3 months ago\"",
|
||||
"popups-last-edited": "Message to show time span since the page was last edited. Need not include the word \"last\". Parameters:\n* $1 - the timespan in words (localized). e.g. \"3 months ago\"",
|
||||
"popups-redirects": "Unused at this time.\n\nMessage shown when the hovercard is showing a redirected page.\n\nParameters:\n* $1 - Redirect target page",
|
||||
"popups-settings-title": "Title used for the setting's dialog",
|
||||
"popups-settings-description": "Description for the setting's dialog",
|
||||
|
|
Loading…
Reference in a new issue