diff options
author | t123yh <t123yh@outlook.com> | 2016-08-03 18:19:04 +0800 |
---|---|---|
committer | t123yh <t123yh@outlook.com> | 2017-01-15 23:13:10 +0800 |
commit | 077ac32635dc0048a684ee0a40345a262e661ecc (patch) | |
tree | 9e893c582f59cc76da28a99afa4638d76422186d /applications/luci-app-commands/po/en | |
parent | 1367f7b624e9ee926cdbd3235a9fec4450c904b5 (diff) |
luci-app-commands: Allow executing without downloading on public links
Signed-off-by: t123yh <t123yh@outlook.com>
Diffstat (limited to 'applications/luci-app-commands/po/en')
-rw-r--r-- | applications/luci-app-commands/po/en/commands.po | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/applications/luci-app-commands/po/en/commands.po b/applications/luci-app-commands/po/en/commands.po index 754a229c1a..c40994f344 100644 --- a/applications/luci-app-commands/po/en/commands.po +++ b/applications/luci-app-commands/po/en/commands.po @@ -11,9 +11,6 @@ msgstr "" msgid "A short textual description of the configured command" msgstr "A short textual description of the configured command" -msgid "Access command with" -msgstr "Access command with" - msgid "" "Allow executing the command and downloading its output without prior " "authentication" @@ -93,3 +90,21 @@ msgstr "" msgid "Waiting for command to complete..." msgstr "Waiting for command to complete..." + +msgid "Command executed successfully." +msgstr "Command executed successfully." + +msgid "Command exited with status code " +msgstr "Command exited with status code " + +msgid "Standard Output" +msgstr "Standard Output" + +msgid "Standard Error" +msgstr "Standard Error" + +msgid "Download execution result" +msgstr "Download execution result" + +msgid "Or display result" +msgstr "Or display result"
\ No newline at end of file |