From 161180cdf4e915526bc8d62c0301a09130fbf59e Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 6 Feb 2015 16:12:45 +0100 Subject: Add sshd config module --- lang/en/config-module.json | 5 +++++ lang/en/templates/sysconfig/sshconfig-start.json | 10 ++++++++++ lang/en/templates/translation/_page.json | 1 + 3 files changed, 16 insertions(+) create mode 100644 lang/en/config-module.json create mode 100644 lang/en/templates/sysconfig/sshconfig-start.json (limited to 'lang/en') diff --git a/lang/en/config-module.json b/lang/en/config-module.json new file mode 100644 index 00000000..14ea9e93 --- /dev/null +++ b/lang/en/config-module.json @@ -0,0 +1,5 @@ +{ + "group_sshconfig": "SSH", + "sshconfig_description": "Here you can set whether the sshd on the clients will start, and what options it will use.", + "sshconfig_title": "SSH daemon" +} \ No newline at end of file diff --git a/lang/en/templates/sysconfig/sshconfig-start.json b/lang/en/templates/sysconfig/sshconfig-start.json new file mode 100644 index 00000000..1ce553cd --- /dev/null +++ b/lang/en/templates/sysconfig/sshconfig-start.json @@ -0,0 +1,10 @@ +{ + "lang_allowPass": "Allow password login", + "lang_allowPassInfo": "When active, logins via username and password are allowed. Otherwise, only pubkey authentication is possible.", + "lang_listenPort": "Listen port", + "lang_listenPortInfo": "Listen port for the sshd. Default is 22.", + "lang_moduleName": "Module name", + "lang_rootKey": "root pubkey", + "lang_rootKeyInfo": "Here you can add the public key of a keypair that you want to use for authentication as root-user. Leave this field blank to disable the feature.", + "lang_save": "Save" +} \ No newline at end of file diff --git a/lang/en/templates/translation/_page.json b/lang/en/templates/translation/_page.json index c9c6020d..5a48b696 100644 --- a/lang/en/templates/translation/_page.json +++ b/lang/en/templates/translation/_page.json @@ -1,5 +1,6 @@ { "lang_adminInfo": "In this section you can change the JSON tags that contains the translated texts used by the site. To do this, select a template below to modify their respective tags. Alternatively, click the link below to change the messages of the site.", + "lang_editConfigModule": "Edit config module strings", "lang_editHardcoded": "Edit hardcoded strings", "lang_editMessages": "Edit Messages", "lang_editSettings": "Edit configuration variables related strings", -- cgit v1.2.3-55-g7522