Merge "API: Split description messages into summary + additional text"

This commit is contained in:
jenkins-bot 2017-06-14 02:37:19 +00:00 committed by Gerrit Code Review
commit 8c49ad595c
2 changed files with 2 additions and 0 deletions

View file

@ -64,6 +64,7 @@
"scribunto-limitreport-profile-percent": "$1%",
"scribunto-limitreport-logs": "Lua logs",
"apihelp-scribunto-console-description": "Internal module for servicing XHR requests from the Scribunto console.",
"apihelp-scribunto-console-summary": "Internal module for servicing XHR requests from the Scribunto console.",
"apihelp-scribunto-console-param-title": "The title of the module to test.",
"apihelp-scribunto-console-param-content": "The new content of the module.",
"apihelp-scribunto-console-param-session": "Session token.",

View file

@ -74,6 +74,7 @@
"scribunto-limitreport-profile-percent": "Text to format the time percentage in the \"Lua Profile\" table.\n\nPreceded by {{msg-mw|Scribunto-limitreport-profile}} and {{msg-mw|Scribunto-limitreport-profile-ms}}.\n\nParameters:\n* $1 - the percentage",
"scribunto-limitreport-logs": "Label for the \"Lua logs\" row in the limit report table",
"apihelp-scribunto-console-description": "{{doc-apihelp-description|scribunto-console}}",
"apihelp-scribunto-console-summary": "{{doc-apihelp-summary|scribunto-console}}",
"apihelp-scribunto-console-param-title": "{{doc-apihelp-param|scribunto-console|title}}",
"apihelp-scribunto-console-param-content": "{{doc-apihelp-param|scribunto-console|content}}",
"apihelp-scribunto-console-param-session": "{{doc-apihelp-param|scribunto-console|session}}",