mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 989752 - Fix strings in GCLI help command; r=mratcliffe
This commit is contained in:
parent
b5a645d506
commit
83229f9b19
@ -168,6 +168,10 @@ helpManRequired=required
|
||||
helpManOptional=optional
|
||||
helpManDefault=optional, default=%S
|
||||
|
||||
# LOCALIZATION NOTE (helpIntro): This forms part of the output from the 'help'
|
||||
# command. 'GCLI' is a project name and should be left untranslated.
|
||||
helpIntro=GCLI is an experiment to create a highly usable command line for web developers.
|
||||
|
||||
# LOCALIZATION NOTE: Text shown as part of the output of the 'help' command
|
||||
# when the command in question has sub-commands, before a list of the matching
|
||||
# sub-commands.
|
||||
|
@ -335,13 +335,7 @@ exports.items = [
|
||||
html:
|
||||
'<div>\n' +
|
||||
' <div if="${includeIntro}">\n' +
|
||||
' <p>GCLI is an experiment to create a highly usable command line for web developers.</p>\n' +
|
||||
' <p>\n' +
|
||||
' Useful links:\n' +
|
||||
' <a href=\'https://github.com/joewalker/gcli\'>Source</a> (Apache-2.0),\n' +
|
||||
' <a href=\'https://github.com/joewalker/gcli/blob/master/docs/index.md\'>Documentation</a> (for users/embedders),\n' +
|
||||
' <a href=\'https://wiki.mozilla.org/DevTools/Features/GCLI\'>Mozilla feature page</a> (for GCLI in the web console).\n' +
|
||||
' </p>\n' +
|
||||
' <p>${l10n.helpIntro}</p>\n' +
|
||||
' </div>\n' +
|
||||
'\n' +
|
||||
' <p>${heading}</p>\n' +
|
||||
@ -374,13 +368,9 @@ exports.items = [
|
||||
exec: function(commandsData, context) {
|
||||
return {
|
||||
html:
|
||||
'<pre><span if="${includeIntro}">## Welcome to GCLI\n' +
|
||||
'<pre><span if="${includeIntro}">## ${l10n.helpIntro1}\n' +
|
||||
'\n' +
|
||||
'GCLI is an experiment to create a highly usable JavaScript command line for developers.\n' +
|
||||
'\n' +
|
||||
'Useful links:\n' +
|
||||
'- Source (Apache-2.0): https://github.com/joewalker/gcli\n' +
|
||||
'- Documentation: https://github.com/joewalker/gcli/blob/master/docs/index.md</span>\n' +
|
||||
'${l10n.helpIntro}\n' +
|
||||
'\n' +
|
||||
'# ${heading}\n' +
|
||||
'\n' +
|
||||
|
Loading…
Reference in New Issue
Block a user