Update translations
This commit is contained in:
parent
f6eec19b9c
commit
357b462e14
|
@ -20,7 +20,9 @@
|
||||||
"Backing up monkeysphere files for $USERNAME": "",
|
"Backing up monkeysphere files for $USERNAME": "",
|
||||||
"Backing up local files for $USERNAME": "",
|
"Backing up local files for $USERNAME": "",
|
||||||
"Backing up Mutt settings for $USERNAME": "",
|
"Backing up Mutt settings for $USERNAME": "",
|
||||||
|
"Stopping mail server": "",
|
||||||
"Creating an email archive for $USERNAME": "",
|
"Creating an email archive for $USERNAME": "",
|
||||||
|
"Restarting mail server": "",
|
||||||
"Backing up emails for $USERNAME": "",
|
"Backing up emails for $USERNAME": "",
|
||||||
"Backing up spamassassin settings for $USERNAME": "",
|
"Backing up spamassassin settings for $USERNAME": "",
|
||||||
"Backing up procmail settings for $USERNAME": "",
|
"Backing up procmail settings for $USERNAME": "",
|
||||||
|
|
|
@ -17,7 +17,9 @@
|
||||||
"Backing up Mutt settings for $USERNAME": "",
|
"Backing up Mutt settings for $USERNAME": "",
|
||||||
"Backing up procmail settings for $USERNAME": "",
|
"Backing up procmail settings for $USERNAME": "",
|
||||||
"Backing up spamassassin settings for $USERNAME": "",
|
"Backing up spamassassin settings for $USERNAME": "",
|
||||||
|
"Stopping mail server": "",
|
||||||
"Creating an email archive": "",
|
"Creating an email archive": "",
|
||||||
|
"Restarting mail server": "",
|
||||||
"Backing up emails for $USERNAME": "",
|
"Backing up emails for $USERNAME": "",
|
||||||
"Backing up Lets Encrypt settings": "",
|
"Backing up Lets Encrypt settings": "",
|
||||||
"Backing up Tor settings": "",
|
"Backing up Tor settings": "",
|
||||||
|
|
|
@ -89,11 +89,21 @@
|
||||||
"Enter the Key ID, address or domain to be signed.\\n\\nIf you are signing a website domain then include the https:// at the beginning.\\n\\nIf you are signing an ssh key then include ssh:// before the domain name.": "",
|
"Enter the Key ID, address or domain to be signed.\\n\\nIf you are signing a website domain then include the https:// at the beginning.\\n\\nIf you are signing an ssh key then include ssh:// before the domain name.": "",
|
||||||
"Sign a PGP/GPG key": "",
|
"Sign a PGP/GPG key": "",
|
||||||
"$SIGN_ADDRESS was signed": "",
|
"$SIGN_ADDRESS was signed": "",
|
||||||
|
"Trust a PGP/GPG key or website domain": "",
|
||||||
|
"Enter the Key ID, address or domain to be trusted.\\n\\nIf you are trusting a website domain then include the https:// at the beginning.\\n\\nIf you are trusting an ssh key then include ssh:// before the domain name.": "",
|
||||||
|
"Set the trust level for $TRUST_ADDRESS:": "",
|
||||||
|
"I don't know or won't say": "",
|
||||||
|
"I do NOT trust": "",
|
||||||
|
"I trust marginally": "",
|
||||||
|
"I trust fully": "",
|
||||||
|
"I trust ultimately": "",
|
||||||
|
"$TRUST_ADDRESS was set to trust level ${TRUST_LEVEL}": "",
|
||||||
"My Encryption Keys": "",
|
"My Encryption Keys": "",
|
||||||
"Choose an operation:": "",
|
"Choose an operation:": "",
|
||||||
"Show your PGP/GPG key": "",
|
"Show your PGP/GPG key": "",
|
||||||
"Publish your PGP/GPG key so that others can find it": "",
|
"Publish your PGP/GPG key so that others can find it": "",
|
||||||
"Refresh your PGP/GPG keys": "",
|
"Refresh your PGP/GPG keys": "",
|
||||||
|
"Set the trust level for a PGP/GPG key": "",
|
||||||
"Back to main menu": "",
|
"Back to main menu": "",
|
||||||
"Change Email Filtering Rules": "",
|
"Change Email Filtering Rules": "",
|
||||||
"Add yourself to a mailing list": "",
|
"Add yourself to a mailing list": "",
|
||||||
|
|
|
@ -6,6 +6,14 @@
|
||||||
"\n .---. . .\n | | |\n |--- .--. .-. .-. .-.| .-. .--.--. |.-. .-. .--. .-.\n | | (.-' (.-' ( | ( )| | | | )( )| | (.-'\n ' ' --' --' -' - -' ' ' -' -' -' ' - --'\n\n\t\t\t\t\tInitial base install\n\nYour system is not yet installed. To complete the process run the\nfollowing commands, then enter your details.\n\n\tsudo su\n\t${PROJECT_NAME} menuconfig\n\n": "",
|
"\n .---. . .\n | | |\n |--- .--. .-. .-. .-.| .-. .--.--. |.-. .-. .--. .-.\n | | (.-' (.-' ( | ( )| | | | )( )| | (.-'\n ' ' --' --' -' - -' ' ' -' -' -' ' - --'\n\n\t\t\t\t\tInitial base install\n\nYour system is not yet installed. To complete the process run the\nfollowing commands, then enter your details.\n\n\tsudo su\n\t${PROJECT_NAME} menuconfig\n\n": "",
|
||||||
"Using ssh public key:": "",
|
"Using ssh public key:": "",
|
||||||
"Install failed. Press x to continue...": "",
|
"Install failed. Press x to continue...": "",
|
||||||
|
"Toxcore compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
|
"Toxcore compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
|
"File not found /usr/local/bin/tox-bootstrapd": "",
|
||||||
|
"Account to run Tox's DHT bootstrap daemon": "",
|
||||||
|
"Unable to install toxid, returned $?": "",
|
||||||
|
"Toxic client compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
|
"Tox client was not installed to $TOXIC_FILE": "",
|
||||||
|
"Toxic client compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
"warning: creating initial user $username with well known password!": "",
|
"warning: creating initial user $username with well known password!": "",
|
||||||
"info: killing leftover processes in chroot": ""
|
"info: killing leftover processes in chroot": ""
|
||||||
}
|
}
|
|
@ -17,17 +17,5 @@
|
||||||
"Unable to find site directory: /opt/zeronet/data/$ZERONET_FORUM_ADDRESS": "",
|
"Unable to find site directory: /opt/zeronet/data/$ZERONET_FORUM_ADDRESS": "",
|
||||||
"Forum address: $ZERONET_FORUM_ADDRESS": "",
|
"Forum address: $ZERONET_FORUM_ADDRESS": "",
|
||||||
"Forum private key: $ZERONET_FORUM_PRIVATE_KEY": "",
|
"Forum private key: $ZERONET_FORUM_PRIVATE_KEY": "",
|
||||||
"$INSTALL_DIR/toxcore not found": "",
|
"Home directory for $DEFAULT_USERNAME not found": ""
|
||||||
"Toxcore compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
|
||||||
"Toxcore compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
|
||||||
"File not found /usr/local/bin/tox-bootstrapd": "",
|
|
||||||
"Account to run Tox's DHT bootstrap daemon": "",
|
|
||||||
"File not found $INSTALL_DIR/toxcore/other/bootstrap_daemon/tox-bootstrapd.conf": "",
|
|
||||||
"File not found $INSTALL_DIR/toxcore/other/bootstrap_daemon/tox-bootstrapd.service": "",
|
|
||||||
"See $INSTALL_DIR/make_toxid.txt": "",
|
|
||||||
"$INSTALL_DIR/toxic not found": "",
|
|
||||||
"Toxic client compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
|
||||||
"See $INSTALL_DIR/make_toxic.txt": "",
|
|
||||||
"Tox client was not installed to $TOXIC_FILE": "",
|
|
||||||
"Toxic client compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": ""
|
|
||||||
}
|
}
|
|
@ -20,7 +20,9 @@
|
||||||
"Backing up monkeysphere files for $USERNAME": "",
|
"Backing up monkeysphere files for $USERNAME": "",
|
||||||
"Backing up local files for $USERNAME": "",
|
"Backing up local files for $USERNAME": "",
|
||||||
"Backing up Mutt settings for $USERNAME": "",
|
"Backing up Mutt settings for $USERNAME": "",
|
||||||
|
"Stopping mail server": "",
|
||||||
"Creating an email archive for $USERNAME": "",
|
"Creating an email archive for $USERNAME": "",
|
||||||
|
"Restarting mail server": "",
|
||||||
"Backing up emails for $USERNAME": "",
|
"Backing up emails for $USERNAME": "",
|
||||||
"Backing up spamassassin settings for $USERNAME": "",
|
"Backing up spamassassin settings for $USERNAME": "",
|
||||||
"Backing up procmail settings for $USERNAME": "",
|
"Backing up procmail settings for $USERNAME": "",
|
||||||
|
|
|
@ -17,7 +17,9 @@
|
||||||
"Backing up Mutt settings for $USERNAME": "",
|
"Backing up Mutt settings for $USERNAME": "",
|
||||||
"Backing up procmail settings for $USERNAME": "",
|
"Backing up procmail settings for $USERNAME": "",
|
||||||
"Backing up spamassassin settings for $USERNAME": "",
|
"Backing up spamassassin settings for $USERNAME": "",
|
||||||
|
"Stopping mail server": "",
|
||||||
"Creating an email archive": "",
|
"Creating an email archive": "",
|
||||||
|
"Restarting mail server": "",
|
||||||
"Backing up emails for $USERNAME": "",
|
"Backing up emails for $USERNAME": "",
|
||||||
"Backing up Lets Encrypt settings": "",
|
"Backing up Lets Encrypt settings": "",
|
||||||
"Backing up Tor settings": "",
|
"Backing up Tor settings": "",
|
||||||
|
|
|
@ -89,11 +89,21 @@
|
||||||
"Enter the Key ID, address or domain to be signed.\\n\\nIf you are signing a website domain then include the https:// at the beginning.\\n\\nIf you are signing an ssh key then include ssh:// before the domain name.": "",
|
"Enter the Key ID, address or domain to be signed.\\n\\nIf you are signing a website domain then include the https:// at the beginning.\\n\\nIf you are signing an ssh key then include ssh:// before the domain name.": "",
|
||||||
"Sign a PGP/GPG key": "",
|
"Sign a PGP/GPG key": "",
|
||||||
"$SIGN_ADDRESS was signed": "",
|
"$SIGN_ADDRESS was signed": "",
|
||||||
|
"Trust a PGP/GPG key or website domain": "",
|
||||||
|
"Enter the Key ID, address or domain to be trusted.\\n\\nIf you are trusting a website domain then include the https:// at the beginning.\\n\\nIf you are trusting an ssh key then include ssh:// before the domain name.": "",
|
||||||
|
"Set the trust level for $TRUST_ADDRESS:": "",
|
||||||
|
"I don't know or won't say": "",
|
||||||
|
"I do NOT trust": "",
|
||||||
|
"I trust marginally": "",
|
||||||
|
"I trust fully": "",
|
||||||
|
"I trust ultimately": "",
|
||||||
|
"$TRUST_ADDRESS was set to trust level ${TRUST_LEVEL}": "",
|
||||||
"My Encryption Keys": "",
|
"My Encryption Keys": "",
|
||||||
"Choose an operation:": "",
|
"Choose an operation:": "",
|
||||||
"Show your PGP/GPG key": "",
|
"Show your PGP/GPG key": "",
|
||||||
"Publish your PGP/GPG key so that others can find it": "",
|
"Publish your PGP/GPG key so that others can find it": "",
|
||||||
"Refresh your PGP/GPG keys": "",
|
"Refresh your PGP/GPG keys": "",
|
||||||
|
"Set the trust level for a PGP/GPG key": "",
|
||||||
"Back to main menu": "",
|
"Back to main menu": "",
|
||||||
"Change Email Filtering Rules": "",
|
"Change Email Filtering Rules": "",
|
||||||
"Add yourself to a mailing list": "",
|
"Add yourself to a mailing list": "",
|
||||||
|
|
|
@ -6,6 +6,14 @@
|
||||||
"\n .---. . .\n | | |\n |--- .--. .-. .-. .-.| .-. .--.--. |.-. .-. .--. .-.\n | | (.-' (.-' ( | ( )| | | | )( )| | (.-'\n ' ' --' --' -' - -' ' ' -' -' -' ' - --'\n\n\t\t\t\t\tInitial base install\n\nYour system is not yet installed. To complete the process run the\nfollowing commands, then enter your details.\n\n\tsudo su\n\t${PROJECT_NAME} menuconfig\n\n": "",
|
"\n .---. . .\n | | |\n |--- .--. .-. .-. .-.| .-. .--.--. |.-. .-. .--. .-.\n | | (.-' (.-' ( | ( )| | | | )( )| | (.-'\n ' ' --' --' -' - -' ' ' -' -' -' ' - --'\n\n\t\t\t\t\tInitial base install\n\nYour system is not yet installed. To complete the process run the\nfollowing commands, then enter your details.\n\n\tsudo su\n\t${PROJECT_NAME} menuconfig\n\n": "",
|
||||||
"Using ssh public key:": "",
|
"Using ssh public key:": "",
|
||||||
"Install failed. Press x to continue...": "",
|
"Install failed. Press x to continue...": "",
|
||||||
|
"Toxcore compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
|
"Toxcore compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
|
"File not found /usr/local/bin/tox-bootstrapd": "",
|
||||||
|
"Account to run Tox's DHT bootstrap daemon": "",
|
||||||
|
"Unable to install toxid, returned $?": "",
|
||||||
|
"Toxic client compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
|
"Tox client was not installed to $TOXIC_FILE": "",
|
||||||
|
"Toxic client compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
"warning: creating initial user $username with well known password!": "",
|
"warning: creating initial user $username with well known password!": "",
|
||||||
"info: killing leftover processes in chroot": ""
|
"info: killing leftover processes in chroot": ""
|
||||||
}
|
}
|
|
@ -17,17 +17,5 @@
|
||||||
"Unable to find site directory: /opt/zeronet/data/$ZERONET_FORUM_ADDRESS": "",
|
"Unable to find site directory: /opt/zeronet/data/$ZERONET_FORUM_ADDRESS": "",
|
||||||
"Forum address: $ZERONET_FORUM_ADDRESS": "",
|
"Forum address: $ZERONET_FORUM_ADDRESS": "",
|
||||||
"Forum private key: $ZERONET_FORUM_PRIVATE_KEY": "",
|
"Forum private key: $ZERONET_FORUM_PRIVATE_KEY": "",
|
||||||
"$INSTALL_DIR/toxcore not found": "",
|
"Home directory for $DEFAULT_USERNAME not found": ""
|
||||||
"Toxcore compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
|
||||||
"Toxcore compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
|
||||||
"File not found /usr/local/bin/tox-bootstrapd": "",
|
|
||||||
"Account to run Tox's DHT bootstrap daemon": "",
|
|
||||||
"File not found $INSTALL_DIR/toxcore/other/bootstrap_daemon/tox-bootstrapd.conf": "",
|
|
||||||
"File not found $INSTALL_DIR/toxcore/other/bootstrap_daemon/tox-bootstrapd.service": "",
|
|
||||||
"See $INSTALL_DIR/make_toxid.txt": "",
|
|
||||||
"$INSTALL_DIR/toxic not found": "",
|
|
||||||
"Toxic client compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
|
||||||
"See $INSTALL_DIR/make_toxic.txt": "",
|
|
||||||
"Tox client was not installed to $TOXIC_FILE": "",
|
|
||||||
"Toxic client compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": ""
|
|
||||||
}
|
}
|
|
@ -20,7 +20,9 @@
|
||||||
"Backing up monkeysphere files for $USERNAME": "",
|
"Backing up monkeysphere files for $USERNAME": "",
|
||||||
"Backing up local files for $USERNAME": "",
|
"Backing up local files for $USERNAME": "",
|
||||||
"Backing up Mutt settings for $USERNAME": "",
|
"Backing up Mutt settings for $USERNAME": "",
|
||||||
|
"Stopping mail server": "",
|
||||||
"Creating an email archive for $USERNAME": "",
|
"Creating an email archive for $USERNAME": "",
|
||||||
|
"Restarting mail server": "",
|
||||||
"Backing up emails for $USERNAME": "",
|
"Backing up emails for $USERNAME": "",
|
||||||
"Backing up spamassassin settings for $USERNAME": "",
|
"Backing up spamassassin settings for $USERNAME": "",
|
||||||
"Backing up procmail settings for $USERNAME": "",
|
"Backing up procmail settings for $USERNAME": "",
|
||||||
|
|
|
@ -17,7 +17,9 @@
|
||||||
"Backing up Mutt settings for $USERNAME": "",
|
"Backing up Mutt settings for $USERNAME": "",
|
||||||
"Backing up procmail settings for $USERNAME": "",
|
"Backing up procmail settings for $USERNAME": "",
|
||||||
"Backing up spamassassin settings for $USERNAME": "",
|
"Backing up spamassassin settings for $USERNAME": "",
|
||||||
|
"Stopping mail server": "",
|
||||||
"Creating an email archive": "",
|
"Creating an email archive": "",
|
||||||
|
"Restarting mail server": "",
|
||||||
"Backing up emails for $USERNAME": "",
|
"Backing up emails for $USERNAME": "",
|
||||||
"Backing up Lets Encrypt settings": "",
|
"Backing up Lets Encrypt settings": "",
|
||||||
"Backing up Tor settings": "",
|
"Backing up Tor settings": "",
|
||||||
|
|
|
@ -89,11 +89,21 @@
|
||||||
"Enter the Key ID, address or domain to be signed.\\n\\nIf you are signing a website domain then include the https:// at the beginning.\\n\\nIf you are signing an ssh key then include ssh:// before the domain name.": "",
|
"Enter the Key ID, address or domain to be signed.\\n\\nIf you are signing a website domain then include the https:// at the beginning.\\n\\nIf you are signing an ssh key then include ssh:// before the domain name.": "",
|
||||||
"Sign a PGP/GPG key": "",
|
"Sign a PGP/GPG key": "",
|
||||||
"$SIGN_ADDRESS was signed": "",
|
"$SIGN_ADDRESS was signed": "",
|
||||||
|
"Trust a PGP/GPG key or website domain": "",
|
||||||
|
"Enter the Key ID, address or domain to be trusted.\\n\\nIf you are trusting a website domain then include the https:// at the beginning.\\n\\nIf you are trusting an ssh key then include ssh:// before the domain name.": "",
|
||||||
|
"Set the trust level for $TRUST_ADDRESS:": "",
|
||||||
|
"I don't know or won't say": "",
|
||||||
|
"I do NOT trust": "",
|
||||||
|
"I trust marginally": "",
|
||||||
|
"I trust fully": "",
|
||||||
|
"I trust ultimately": "",
|
||||||
|
"$TRUST_ADDRESS was set to trust level ${TRUST_LEVEL}": "",
|
||||||
"My Encryption Keys": "",
|
"My Encryption Keys": "",
|
||||||
"Choose an operation:": "",
|
"Choose an operation:": "",
|
||||||
"Show your PGP/GPG key": "",
|
"Show your PGP/GPG key": "",
|
||||||
"Publish your PGP/GPG key so that others can find it": "",
|
"Publish your PGP/GPG key so that others can find it": "",
|
||||||
"Refresh your PGP/GPG keys": "",
|
"Refresh your PGP/GPG keys": "",
|
||||||
|
"Set the trust level for a PGP/GPG key": "",
|
||||||
"Back to main menu": "",
|
"Back to main menu": "",
|
||||||
"Change Email Filtering Rules": "",
|
"Change Email Filtering Rules": "",
|
||||||
"Add yourself to a mailing list": "",
|
"Add yourself to a mailing list": "",
|
||||||
|
|
|
@ -6,6 +6,14 @@
|
||||||
"\n .---. . .\n | | |\n |--- .--. .-. .-. .-.| .-. .--.--. |.-. .-. .--. .-.\n | | (.-' (.-' ( | ( )| | | | )( )| | (.-'\n ' ' --' --' -' - -' ' ' -' -' -' ' - --'\n\n\t\t\t\t\tInitial base install\n\nYour system is not yet installed. To complete the process run the\nfollowing commands, then enter your details.\n\n\tsudo su\n\t${PROJECT_NAME} menuconfig\n\n": "",
|
"\n .---. . .\n | | |\n |--- .--. .-. .-. .-.| .-. .--.--. |.-. .-. .--. .-.\n | | (.-' (.-' ( | ( )| | | | )( )| | (.-'\n ' ' --' --' -' - -' ' ' -' -' -' ' - --'\n\n\t\t\t\t\tInitial base install\n\nYour system is not yet installed. To complete the process run the\nfollowing commands, then enter your details.\n\n\tsudo su\n\t${PROJECT_NAME} menuconfig\n\n": "",
|
||||||
"Using ssh public key:": "",
|
"Using ssh public key:": "",
|
||||||
"Install failed. Press x to continue...": "",
|
"Install failed. Press x to continue...": "",
|
||||||
|
"Toxcore compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
|
"Toxcore compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
|
"File not found /usr/local/bin/tox-bootstrapd": "",
|
||||||
|
"Account to run Tox's DHT bootstrap daemon": "",
|
||||||
|
"Unable to install toxid, returned $?": "",
|
||||||
|
"Toxic client compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
|
"Tox client was not installed to $TOXIC_FILE": "",
|
||||||
|
"Toxic client compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
"warning: creating initial user $username with well known password!": "",
|
"warning: creating initial user $username with well known password!": "",
|
||||||
"info: killing leftover processes in chroot": ""
|
"info: killing leftover processes in chroot": ""
|
||||||
}
|
}
|
|
@ -17,17 +17,5 @@
|
||||||
"Unable to find site directory: /opt/zeronet/data/$ZERONET_FORUM_ADDRESS": "",
|
"Unable to find site directory: /opt/zeronet/data/$ZERONET_FORUM_ADDRESS": "",
|
||||||
"Forum address: $ZERONET_FORUM_ADDRESS": "",
|
"Forum address: $ZERONET_FORUM_ADDRESS": "",
|
||||||
"Forum private key: $ZERONET_FORUM_PRIVATE_KEY": "",
|
"Forum private key: $ZERONET_FORUM_PRIVATE_KEY": "",
|
||||||
"$INSTALL_DIR/toxcore not found": "",
|
"Home directory for $DEFAULT_USERNAME not found": ""
|
||||||
"Toxcore compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
|
||||||
"Toxcore compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
|
||||||
"File not found /usr/local/bin/tox-bootstrapd": "",
|
|
||||||
"Account to run Tox's DHT bootstrap daemon": "",
|
|
||||||
"File not found $INSTALL_DIR/toxcore/other/bootstrap_daemon/tox-bootstrapd.conf": "",
|
|
||||||
"File not found $INSTALL_DIR/toxcore/other/bootstrap_daemon/tox-bootstrapd.service": "",
|
|
||||||
"See $INSTALL_DIR/make_toxid.txt": "",
|
|
||||||
"$INSTALL_DIR/toxic not found": "",
|
|
||||||
"Toxic client compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
|
||||||
"See $INSTALL_DIR/make_toxic.txt": "",
|
|
||||||
"Tox client was not installed to $TOXIC_FILE": "",
|
|
||||||
"Toxic client compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": ""
|
|
||||||
}
|
}
|
|
@ -20,7 +20,9 @@
|
||||||
"Backing up monkeysphere files for $USERNAME": "",
|
"Backing up monkeysphere files for $USERNAME": "",
|
||||||
"Backing up local files for $USERNAME": "",
|
"Backing up local files for $USERNAME": "",
|
||||||
"Backing up Mutt settings for $USERNAME": "",
|
"Backing up Mutt settings for $USERNAME": "",
|
||||||
|
"Stopping mail server": "",
|
||||||
"Creating an email archive for $USERNAME": "",
|
"Creating an email archive for $USERNAME": "",
|
||||||
|
"Restarting mail server": "",
|
||||||
"Backing up emails for $USERNAME": "",
|
"Backing up emails for $USERNAME": "",
|
||||||
"Backing up spamassassin settings for $USERNAME": "",
|
"Backing up spamassassin settings for $USERNAME": "",
|
||||||
"Backing up procmail settings for $USERNAME": "",
|
"Backing up procmail settings for $USERNAME": "",
|
||||||
|
|
|
@ -17,7 +17,9 @@
|
||||||
"Backing up Mutt settings for $USERNAME": "",
|
"Backing up Mutt settings for $USERNAME": "",
|
||||||
"Backing up procmail settings for $USERNAME": "",
|
"Backing up procmail settings for $USERNAME": "",
|
||||||
"Backing up spamassassin settings for $USERNAME": "",
|
"Backing up spamassassin settings for $USERNAME": "",
|
||||||
|
"Stopping mail server": "",
|
||||||
"Creating an email archive": "",
|
"Creating an email archive": "",
|
||||||
|
"Restarting mail server": "",
|
||||||
"Backing up emails for $USERNAME": "",
|
"Backing up emails for $USERNAME": "",
|
||||||
"Backing up Lets Encrypt settings": "",
|
"Backing up Lets Encrypt settings": "",
|
||||||
"Backing up Tor settings": "",
|
"Backing up Tor settings": "",
|
||||||
|
|
|
@ -89,11 +89,21 @@
|
||||||
"Enter the Key ID, address or domain to be signed.\\n\\nIf you are signing a website domain then include the https:// at the beginning.\\n\\nIf you are signing an ssh key then include ssh:// before the domain name.": "",
|
"Enter the Key ID, address or domain to be signed.\\n\\nIf you are signing a website domain then include the https:// at the beginning.\\n\\nIf you are signing an ssh key then include ssh:// before the domain name.": "",
|
||||||
"Sign a PGP/GPG key": "",
|
"Sign a PGP/GPG key": "",
|
||||||
"$SIGN_ADDRESS was signed": "",
|
"$SIGN_ADDRESS was signed": "",
|
||||||
|
"Trust a PGP/GPG key or website domain": "",
|
||||||
|
"Enter the Key ID, address or domain to be trusted.\\n\\nIf you are trusting a website domain then include the https:// at the beginning.\\n\\nIf you are trusting an ssh key then include ssh:// before the domain name.": "",
|
||||||
|
"Set the trust level for $TRUST_ADDRESS:": "",
|
||||||
|
"I don't know or won't say": "",
|
||||||
|
"I do NOT trust": "",
|
||||||
|
"I trust marginally": "",
|
||||||
|
"I trust fully": "",
|
||||||
|
"I trust ultimately": "",
|
||||||
|
"$TRUST_ADDRESS was set to trust level ${TRUST_LEVEL}": "",
|
||||||
"My Encryption Keys": "",
|
"My Encryption Keys": "",
|
||||||
"Choose an operation:": "",
|
"Choose an operation:": "",
|
||||||
"Show your PGP/GPG key": "",
|
"Show your PGP/GPG key": "",
|
||||||
"Publish your PGP/GPG key so that others can find it": "",
|
"Publish your PGP/GPG key so that others can find it": "",
|
||||||
"Refresh your PGP/GPG keys": "",
|
"Refresh your PGP/GPG keys": "",
|
||||||
|
"Set the trust level for a PGP/GPG key": "",
|
||||||
"Back to main menu": "",
|
"Back to main menu": "",
|
||||||
"Change Email Filtering Rules": "",
|
"Change Email Filtering Rules": "",
|
||||||
"Add yourself to a mailing list": "",
|
"Add yourself to a mailing list": "",
|
||||||
|
|
|
@ -6,6 +6,14 @@
|
||||||
"\n .---. . .\n | | |\n |--- .--. .-. .-. .-.| .-. .--.--. |.-. .-. .--. .-.\n | | (.-' (.-' ( | ( )| | | | )( )| | (.-'\n ' ' --' --' -' - -' ' ' -' -' -' ' - --'\n\n\t\t\t\t\tInitial base install\n\nYour system is not yet installed. To complete the process run the\nfollowing commands, then enter your details.\n\n\tsudo su\n\t${PROJECT_NAME} menuconfig\n\n": "",
|
"\n .---. . .\n | | |\n |--- .--. .-. .-. .-.| .-. .--.--. |.-. .-. .--. .-.\n | | (.-' (.-' ( | ( )| | | | )( )| | (.-'\n ' ' --' --' -' - -' ' ' -' -' -' ' - --'\n\n\t\t\t\t\tInitial base install\n\nYour system is not yet installed. To complete the process run the\nfollowing commands, then enter your details.\n\n\tsudo su\n\t${PROJECT_NAME} menuconfig\n\n": "",
|
||||||
"Using ssh public key:": "",
|
"Using ssh public key:": "",
|
||||||
"Install failed. Press x to continue...": "",
|
"Install failed. Press x to continue...": "",
|
||||||
|
"Toxcore compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
|
"Toxcore compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
|
"File not found /usr/local/bin/tox-bootstrapd": "",
|
||||||
|
"Account to run Tox's DHT bootstrap daemon": "",
|
||||||
|
"Unable to install toxid, returned $?": "",
|
||||||
|
"Toxic client compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
|
"Tox client was not installed to $TOXIC_FILE": "",
|
||||||
|
"Toxic client compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
"warning: creating initial user $username with well known password!": "",
|
"warning: creating initial user $username with well known password!": "",
|
||||||
"info: killing leftover processes in chroot": ""
|
"info: killing leftover processes in chroot": ""
|
||||||
}
|
}
|
|
@ -17,17 +17,5 @@
|
||||||
"Unable to find site directory: /opt/zeronet/data/$ZERONET_FORUM_ADDRESS": "",
|
"Unable to find site directory: /opt/zeronet/data/$ZERONET_FORUM_ADDRESS": "",
|
||||||
"Forum address: $ZERONET_FORUM_ADDRESS": "",
|
"Forum address: $ZERONET_FORUM_ADDRESS": "",
|
||||||
"Forum private key: $ZERONET_FORUM_PRIVATE_KEY": "",
|
"Forum private key: $ZERONET_FORUM_PRIVATE_KEY": "",
|
||||||
"$INSTALL_DIR/toxcore not found": "",
|
"Home directory for $DEFAULT_USERNAME not found": ""
|
||||||
"Toxcore compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
|
||||||
"Toxcore compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
|
||||||
"File not found /usr/local/bin/tox-bootstrapd": "",
|
|
||||||
"Account to run Tox's DHT bootstrap daemon": "",
|
|
||||||
"File not found $INSTALL_DIR/toxcore/other/bootstrap_daemon/tox-bootstrapd.conf": "",
|
|
||||||
"File not found $INSTALL_DIR/toxcore/other/bootstrap_daemon/tox-bootstrapd.service": "",
|
|
||||||
"See $INSTALL_DIR/make_toxid.txt": "",
|
|
||||||
"$INSTALL_DIR/toxic not found": "",
|
|
||||||
"Toxic client compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
|
||||||
"See $INSTALL_DIR/make_toxic.txt": "",
|
|
||||||
"Tox client was not installed to $TOXIC_FILE": "",
|
|
||||||
"Toxic client compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": ""
|
|
||||||
}
|
}
|
|
@ -20,7 +20,9 @@
|
||||||
"Backing up monkeysphere files for $USERNAME": "",
|
"Backing up monkeysphere files for $USERNAME": "",
|
||||||
"Backing up local files for $USERNAME": "",
|
"Backing up local files for $USERNAME": "",
|
||||||
"Backing up Mutt settings for $USERNAME": "",
|
"Backing up Mutt settings for $USERNAME": "",
|
||||||
|
"Stopping mail server": "",
|
||||||
"Creating an email archive for $USERNAME": "",
|
"Creating an email archive for $USERNAME": "",
|
||||||
|
"Restarting mail server": "",
|
||||||
"Backing up emails for $USERNAME": "",
|
"Backing up emails for $USERNAME": "",
|
||||||
"Backing up spamassassin settings for $USERNAME": "",
|
"Backing up spamassassin settings for $USERNAME": "",
|
||||||
"Backing up procmail settings for $USERNAME": "",
|
"Backing up procmail settings for $USERNAME": "",
|
||||||
|
|
|
@ -17,7 +17,9 @@
|
||||||
"Backing up Mutt settings for $USERNAME": "",
|
"Backing up Mutt settings for $USERNAME": "",
|
||||||
"Backing up procmail settings for $USERNAME": "",
|
"Backing up procmail settings for $USERNAME": "",
|
||||||
"Backing up spamassassin settings for $USERNAME": "",
|
"Backing up spamassassin settings for $USERNAME": "",
|
||||||
|
"Stopping mail server": "",
|
||||||
"Creating an email archive": "",
|
"Creating an email archive": "",
|
||||||
|
"Restarting mail server": "",
|
||||||
"Backing up emails for $USERNAME": "",
|
"Backing up emails for $USERNAME": "",
|
||||||
"Backing up Lets Encrypt settings": "",
|
"Backing up Lets Encrypt settings": "",
|
||||||
"Backing up Tor settings": "",
|
"Backing up Tor settings": "",
|
||||||
|
|
|
@ -89,11 +89,21 @@
|
||||||
"Enter the Key ID, address or domain to be signed.\\n\\nIf you are signing a website domain then include the https:// at the beginning.\\n\\nIf you are signing an ssh key then include ssh:// before the domain name.": "",
|
"Enter the Key ID, address or domain to be signed.\\n\\nIf you are signing a website domain then include the https:// at the beginning.\\n\\nIf you are signing an ssh key then include ssh:// before the domain name.": "",
|
||||||
"Sign a PGP/GPG key": "",
|
"Sign a PGP/GPG key": "",
|
||||||
"$SIGN_ADDRESS was signed": "",
|
"$SIGN_ADDRESS was signed": "",
|
||||||
|
"Trust a PGP/GPG key or website domain": "",
|
||||||
|
"Enter the Key ID, address or domain to be trusted.\\n\\nIf you are trusting a website domain then include the https:// at the beginning.\\n\\nIf you are trusting an ssh key then include ssh:// before the domain name.": "",
|
||||||
|
"Set the trust level for $TRUST_ADDRESS:": "",
|
||||||
|
"I don't know or won't say": "",
|
||||||
|
"I do NOT trust": "",
|
||||||
|
"I trust marginally": "",
|
||||||
|
"I trust fully": "",
|
||||||
|
"I trust ultimately": "",
|
||||||
|
"$TRUST_ADDRESS was set to trust level ${TRUST_LEVEL}": "",
|
||||||
"My Encryption Keys": "",
|
"My Encryption Keys": "",
|
||||||
"Choose an operation:": "",
|
"Choose an operation:": "",
|
||||||
"Show your PGP/GPG key": "",
|
"Show your PGP/GPG key": "",
|
||||||
"Publish your PGP/GPG key so that others can find it": "",
|
"Publish your PGP/GPG key so that others can find it": "",
|
||||||
"Refresh your PGP/GPG keys": "",
|
"Refresh your PGP/GPG keys": "",
|
||||||
|
"Set the trust level for a PGP/GPG key": "",
|
||||||
"Back to main menu": "",
|
"Back to main menu": "",
|
||||||
"Change Email Filtering Rules": "",
|
"Change Email Filtering Rules": "",
|
||||||
"Add yourself to a mailing list": "",
|
"Add yourself to a mailing list": "",
|
||||||
|
|
|
@ -6,6 +6,14 @@
|
||||||
"\n .---. . .\n | | |\n |--- .--. .-. .-. .-.| .-. .--.--. |.-. .-. .--. .-.\n | | (.-' (.-' ( | ( )| | | | )( )| | (.-'\n ' ' --' --' -' - -' ' ' -' -' -' ' - --'\n\n\t\t\t\t\tInitial base install\n\nYour system is not yet installed. To complete the process run the\nfollowing commands, then enter your details.\n\n\tsudo su\n\t${PROJECT_NAME} menuconfig\n\n": "",
|
"\n .---. . .\n | | |\n |--- .--. .-. .-. .-.| .-. .--.--. |.-. .-. .--. .-.\n | | (.-' (.-' ( | ( )| | | | )( )| | (.-'\n ' ' --' --' -' - -' ' ' -' -' -' ' - --'\n\n\t\t\t\t\tInitial base install\n\nYour system is not yet installed. To complete the process run the\nfollowing commands, then enter your details.\n\n\tsudo su\n\t${PROJECT_NAME} menuconfig\n\n": "",
|
||||||
"Using ssh public key:": "",
|
"Using ssh public key:": "",
|
||||||
"Install failed. Press x to continue...": "",
|
"Install failed. Press x to continue...": "",
|
||||||
|
"Toxcore compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
|
"Toxcore compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
|
"File not found /usr/local/bin/tox-bootstrapd": "",
|
||||||
|
"Account to run Tox's DHT bootstrap daemon": "",
|
||||||
|
"Unable to install toxid, returned $?": "",
|
||||||
|
"Toxic client compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
|
"Tox client was not installed to $TOXIC_FILE": "",
|
||||||
|
"Toxic client compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
"warning: creating initial user $username with well known password!": "",
|
"warning: creating initial user $username with well known password!": "",
|
||||||
"info: killing leftover processes in chroot": ""
|
"info: killing leftover processes in chroot": ""
|
||||||
}
|
}
|
|
@ -17,17 +17,5 @@
|
||||||
"Unable to find site directory: /opt/zeronet/data/$ZERONET_FORUM_ADDRESS": "",
|
"Unable to find site directory: /opt/zeronet/data/$ZERONET_FORUM_ADDRESS": "",
|
||||||
"Forum address: $ZERONET_FORUM_ADDRESS": "",
|
"Forum address: $ZERONET_FORUM_ADDRESS": "",
|
||||||
"Forum private key: $ZERONET_FORUM_PRIVATE_KEY": "",
|
"Forum private key: $ZERONET_FORUM_PRIVATE_KEY": "",
|
||||||
"$INSTALL_DIR/toxcore not found": "",
|
"Home directory for $DEFAULT_USERNAME not found": ""
|
||||||
"Toxcore compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
|
||||||
"Toxcore compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
|
||||||
"File not found /usr/local/bin/tox-bootstrapd": "",
|
|
||||||
"Account to run Tox's DHT bootstrap daemon": "",
|
|
||||||
"File not found $INSTALL_DIR/toxcore/other/bootstrap_daemon/tox-bootstrapd.conf": "",
|
|
||||||
"File not found $INSTALL_DIR/toxcore/other/bootstrap_daemon/tox-bootstrapd.service": "",
|
|
||||||
"See $INSTALL_DIR/make_toxid.txt": "",
|
|
||||||
"$INSTALL_DIR/toxic not found": "",
|
|
||||||
"Toxic client compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
|
||||||
"See $INSTALL_DIR/make_toxic.txt": "",
|
|
||||||
"Tox client was not installed to $TOXIC_FILE": "",
|
|
||||||
"Toxic client compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": ""
|
|
||||||
}
|
}
|
|
@ -20,7 +20,9 @@
|
||||||
"Backing up monkeysphere files for $USERNAME": "",
|
"Backing up monkeysphere files for $USERNAME": "",
|
||||||
"Backing up local files for $USERNAME": "",
|
"Backing up local files for $USERNAME": "",
|
||||||
"Backing up Mutt settings for $USERNAME": "",
|
"Backing up Mutt settings for $USERNAME": "",
|
||||||
|
"Stopping mail server": "",
|
||||||
"Creating an email archive for $USERNAME": "",
|
"Creating an email archive for $USERNAME": "",
|
||||||
|
"Restarting mail server": "",
|
||||||
"Backing up emails for $USERNAME": "",
|
"Backing up emails for $USERNAME": "",
|
||||||
"Backing up spamassassin settings for $USERNAME": "",
|
"Backing up spamassassin settings for $USERNAME": "",
|
||||||
"Backing up procmail settings for $USERNAME": "",
|
"Backing up procmail settings for $USERNAME": "",
|
||||||
|
|
|
@ -17,7 +17,9 @@
|
||||||
"Backing up Mutt settings for $USERNAME": "",
|
"Backing up Mutt settings for $USERNAME": "",
|
||||||
"Backing up procmail settings for $USERNAME": "",
|
"Backing up procmail settings for $USERNAME": "",
|
||||||
"Backing up spamassassin settings for $USERNAME": "",
|
"Backing up spamassassin settings for $USERNAME": "",
|
||||||
|
"Stopping mail server": "",
|
||||||
"Creating an email archive": "",
|
"Creating an email archive": "",
|
||||||
|
"Restarting mail server": "",
|
||||||
"Backing up emails for $USERNAME": "",
|
"Backing up emails for $USERNAME": "",
|
||||||
"Backing up Lets Encrypt settings": "",
|
"Backing up Lets Encrypt settings": "",
|
||||||
"Backing up Tor settings": "",
|
"Backing up Tor settings": "",
|
||||||
|
|
|
@ -89,11 +89,21 @@
|
||||||
"Enter the Key ID, address or domain to be signed.\\n\\nIf you are signing a website domain then include the https:// at the beginning.\\n\\nIf you are signing an ssh key then include ssh:// before the domain name.": "",
|
"Enter the Key ID, address or domain to be signed.\\n\\nIf you are signing a website domain then include the https:// at the beginning.\\n\\nIf you are signing an ssh key then include ssh:// before the domain name.": "",
|
||||||
"Sign a PGP/GPG key": "",
|
"Sign a PGP/GPG key": "",
|
||||||
"$SIGN_ADDRESS was signed": "",
|
"$SIGN_ADDRESS was signed": "",
|
||||||
|
"Trust a PGP/GPG key or website domain": "",
|
||||||
|
"Enter the Key ID, address or domain to be trusted.\\n\\nIf you are trusting a website domain then include the https:// at the beginning.\\n\\nIf you are trusting an ssh key then include ssh:// before the domain name.": "",
|
||||||
|
"Set the trust level for $TRUST_ADDRESS:": "",
|
||||||
|
"I don't know or won't say": "",
|
||||||
|
"I do NOT trust": "",
|
||||||
|
"I trust marginally": "",
|
||||||
|
"I trust fully": "",
|
||||||
|
"I trust ultimately": "",
|
||||||
|
"$TRUST_ADDRESS was set to trust level ${TRUST_LEVEL}": "",
|
||||||
"My Encryption Keys": "",
|
"My Encryption Keys": "",
|
||||||
"Choose an operation:": "",
|
"Choose an operation:": "",
|
||||||
"Show your PGP/GPG key": "",
|
"Show your PGP/GPG key": "",
|
||||||
"Publish your PGP/GPG key so that others can find it": "",
|
"Publish your PGP/GPG key so that others can find it": "",
|
||||||
"Refresh your PGP/GPG keys": "",
|
"Refresh your PGP/GPG keys": "",
|
||||||
|
"Set the trust level for a PGP/GPG key": "",
|
||||||
"Back to main menu": "",
|
"Back to main menu": "",
|
||||||
"Change Email Filtering Rules": "",
|
"Change Email Filtering Rules": "",
|
||||||
"Add yourself to a mailing list": "",
|
"Add yourself to a mailing list": "",
|
||||||
|
|
|
@ -6,6 +6,14 @@
|
||||||
"\n .---. . .\n | | |\n |--- .--. .-. .-. .-.| .-. .--.--. |.-. .-. .--. .-.\n | | (.-' (.-' ( | ( )| | | | )( )| | (.-'\n ' ' --' --' -' - -' ' ' -' -' -' ' - --'\n\n\t\t\t\t\tInitial base install\n\nYour system is not yet installed. To complete the process run the\nfollowing commands, then enter your details.\n\n\tsudo su\n\t${PROJECT_NAME} menuconfig\n\n": "",
|
"\n .---. . .\n | | |\n |--- .--. .-. .-. .-.| .-. .--.--. |.-. .-. .--. .-.\n | | (.-' (.-' ( | ( )| | | | )( )| | (.-'\n ' ' --' --' -' - -' ' ' -' -' -' ' - --'\n\n\t\t\t\t\tInitial base install\n\nYour system is not yet installed. To complete the process run the\nfollowing commands, then enter your details.\n\n\tsudo su\n\t${PROJECT_NAME} menuconfig\n\n": "",
|
||||||
"Using ssh public key:": "",
|
"Using ssh public key:": "",
|
||||||
"Install failed. Press x to continue...": "",
|
"Install failed. Press x to continue...": "",
|
||||||
|
"Toxcore compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
|
"Toxcore compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
|
"File not found /usr/local/bin/tox-bootstrapd": "",
|
||||||
|
"Account to run Tox's DHT bootstrap daemon": "",
|
||||||
|
"Unable to install toxid, returned $?": "",
|
||||||
|
"Toxic client compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
|
"Tox client was not installed to $TOXIC_FILE": "",
|
||||||
|
"Toxic client compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
"warning: creating initial user $username with well known password!": "",
|
"warning: creating initial user $username with well known password!": "",
|
||||||
"info: killing leftover processes in chroot": ""
|
"info: killing leftover processes in chroot": ""
|
||||||
}
|
}
|
|
@ -17,17 +17,5 @@
|
||||||
"Unable to find site directory: /opt/zeronet/data/$ZERONET_FORUM_ADDRESS": "",
|
"Unable to find site directory: /opt/zeronet/data/$ZERONET_FORUM_ADDRESS": "",
|
||||||
"Forum address: $ZERONET_FORUM_ADDRESS": "",
|
"Forum address: $ZERONET_FORUM_ADDRESS": "",
|
||||||
"Forum private key: $ZERONET_FORUM_PRIVATE_KEY": "",
|
"Forum private key: $ZERONET_FORUM_PRIVATE_KEY": "",
|
||||||
"$INSTALL_DIR/toxcore not found": "",
|
"Home directory for $DEFAULT_USERNAME not found": ""
|
||||||
"Toxcore compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
|
||||||
"Toxcore compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
|
||||||
"File not found /usr/local/bin/tox-bootstrapd": "",
|
|
||||||
"Account to run Tox's DHT bootstrap daemon": "",
|
|
||||||
"File not found $INSTALL_DIR/toxcore/other/bootstrap_daemon/tox-bootstrapd.conf": "",
|
|
||||||
"File not found $INSTALL_DIR/toxcore/other/bootstrap_daemon/tox-bootstrapd.service": "",
|
|
||||||
"See $INSTALL_DIR/make_toxid.txt": "",
|
|
||||||
"$INSTALL_DIR/toxic not found": "",
|
|
||||||
"Toxic client compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
|
||||||
"See $INSTALL_DIR/make_toxic.txt": "",
|
|
||||||
"Tox client was not installed to $TOXIC_FILE": "",
|
|
||||||
"Toxic client compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": ""
|
|
||||||
}
|
}
|
|
@ -20,7 +20,9 @@
|
||||||
"Backing up monkeysphere files for $USERNAME": "",
|
"Backing up monkeysphere files for $USERNAME": "",
|
||||||
"Backing up local files for $USERNAME": "",
|
"Backing up local files for $USERNAME": "",
|
||||||
"Backing up Mutt settings for $USERNAME": "",
|
"Backing up Mutt settings for $USERNAME": "",
|
||||||
|
"Stopping mail server": "",
|
||||||
"Creating an email archive for $USERNAME": "",
|
"Creating an email archive for $USERNAME": "",
|
||||||
|
"Restarting mail server": "",
|
||||||
"Backing up emails for $USERNAME": "",
|
"Backing up emails for $USERNAME": "",
|
||||||
"Backing up spamassassin settings for $USERNAME": "",
|
"Backing up spamassassin settings for $USERNAME": "",
|
||||||
"Backing up procmail settings for $USERNAME": "",
|
"Backing up procmail settings for $USERNAME": "",
|
||||||
|
|
|
@ -17,7 +17,9 @@
|
||||||
"Backing up Mutt settings for $USERNAME": "",
|
"Backing up Mutt settings for $USERNAME": "",
|
||||||
"Backing up procmail settings for $USERNAME": "",
|
"Backing up procmail settings for $USERNAME": "",
|
||||||
"Backing up spamassassin settings for $USERNAME": "",
|
"Backing up spamassassin settings for $USERNAME": "",
|
||||||
|
"Stopping mail server": "",
|
||||||
"Creating an email archive": "",
|
"Creating an email archive": "",
|
||||||
|
"Restarting mail server": "",
|
||||||
"Backing up emails for $USERNAME": "",
|
"Backing up emails for $USERNAME": "",
|
||||||
"Backing up Lets Encrypt settings": "",
|
"Backing up Lets Encrypt settings": "",
|
||||||
"Backing up Tor settings": "",
|
"Backing up Tor settings": "",
|
||||||
|
|
|
@ -89,11 +89,21 @@
|
||||||
"Enter the Key ID, address or domain to be signed.\\n\\nIf you are signing a website domain then include the https:// at the beginning.\\n\\nIf you are signing an ssh key then include ssh:// before the domain name.": "",
|
"Enter the Key ID, address or domain to be signed.\\n\\nIf you are signing a website domain then include the https:// at the beginning.\\n\\nIf you are signing an ssh key then include ssh:// before the domain name.": "",
|
||||||
"Sign a PGP/GPG key": "",
|
"Sign a PGP/GPG key": "",
|
||||||
"$SIGN_ADDRESS was signed": "",
|
"$SIGN_ADDRESS was signed": "",
|
||||||
|
"Trust a PGP/GPG key or website domain": "",
|
||||||
|
"Enter the Key ID, address or domain to be trusted.\\n\\nIf you are trusting a website domain then include the https:// at the beginning.\\n\\nIf you are trusting an ssh key then include ssh:// before the domain name.": "",
|
||||||
|
"Set the trust level for $TRUST_ADDRESS:": "",
|
||||||
|
"I don't know or won't say": "",
|
||||||
|
"I do NOT trust": "",
|
||||||
|
"I trust marginally": "",
|
||||||
|
"I trust fully": "",
|
||||||
|
"I trust ultimately": "",
|
||||||
|
"$TRUST_ADDRESS was set to trust level ${TRUST_LEVEL}": "",
|
||||||
"My Encryption Keys": "",
|
"My Encryption Keys": "",
|
||||||
"Choose an operation:": "",
|
"Choose an operation:": "",
|
||||||
"Show your PGP/GPG key": "",
|
"Show your PGP/GPG key": "",
|
||||||
"Publish your PGP/GPG key so that others can find it": "",
|
"Publish your PGP/GPG key so that others can find it": "",
|
||||||
"Refresh your PGP/GPG keys": "",
|
"Refresh your PGP/GPG keys": "",
|
||||||
|
"Set the trust level for a PGP/GPG key": "",
|
||||||
"Back to main menu": "",
|
"Back to main menu": "",
|
||||||
"Change Email Filtering Rules": "",
|
"Change Email Filtering Rules": "",
|
||||||
"Add yourself to a mailing list": "",
|
"Add yourself to a mailing list": "",
|
||||||
|
|
|
@ -6,6 +6,14 @@
|
||||||
"\n .---. . .\n | | |\n |--- .--. .-. .-. .-.| .-. .--.--. |.-. .-. .--. .-.\n | | (.-' (.-' ( | ( )| | | | )( )| | (.-'\n ' ' --' --' -' - -' ' ' -' -' -' ' - --'\n\n\t\t\t\t\tInitial base install\n\nYour system is not yet installed. To complete the process run the\nfollowing commands, then enter your details.\n\n\tsudo su\n\t${PROJECT_NAME} menuconfig\n\n": "",
|
"\n .---. . .\n | | |\n |--- .--. .-. .-. .-.| .-. .--.--. |.-. .-. .--. .-.\n | | (.-' (.-' ( | ( )| | | | )( )| | (.-'\n ' ' --' --' -' - -' ' ' -' -' -' ' - --'\n\n\t\t\t\t\tInitial base install\n\nYour system is not yet installed. To complete the process run the\nfollowing commands, then enter your details.\n\n\tsudo su\n\t${PROJECT_NAME} menuconfig\n\n": "",
|
||||||
"Using ssh public key:": "",
|
"Using ssh public key:": "",
|
||||||
"Install failed. Press x to continue...": "",
|
"Install failed. Press x to continue...": "",
|
||||||
|
"Toxcore compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
|
"Toxcore compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
|
"File not found /usr/local/bin/tox-bootstrapd": "",
|
||||||
|
"Account to run Tox's DHT bootstrap daemon": "",
|
||||||
|
"Unable to install toxid, returned $?": "",
|
||||||
|
"Toxic client compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
|
"Tox client was not installed to $TOXIC_FILE": "",
|
||||||
|
"Toxic client compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
"warning: creating initial user $username with well known password!": "",
|
"warning: creating initial user $username with well known password!": "",
|
||||||
"info: killing leftover processes in chroot": ""
|
"info: killing leftover processes in chroot": ""
|
||||||
}
|
}
|
|
@ -17,17 +17,5 @@
|
||||||
"Unable to find site directory: /opt/zeronet/data/$ZERONET_FORUM_ADDRESS": "",
|
"Unable to find site directory: /opt/zeronet/data/$ZERONET_FORUM_ADDRESS": "",
|
||||||
"Forum address: $ZERONET_FORUM_ADDRESS": "",
|
"Forum address: $ZERONET_FORUM_ADDRESS": "",
|
||||||
"Forum private key: $ZERONET_FORUM_PRIVATE_KEY": "",
|
"Forum private key: $ZERONET_FORUM_PRIVATE_KEY": "",
|
||||||
"$INSTALL_DIR/toxcore not found": "",
|
"Home directory for $DEFAULT_USERNAME not found": ""
|
||||||
"Toxcore compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
|
||||||
"Toxcore compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
|
||||||
"File not found /usr/local/bin/tox-bootstrapd": "",
|
|
||||||
"Account to run Tox's DHT bootstrap daemon": "",
|
|
||||||
"File not found $INSTALL_DIR/toxcore/other/bootstrap_daemon/tox-bootstrapd.conf": "",
|
|
||||||
"File not found $INSTALL_DIR/toxcore/other/bootstrap_daemon/tox-bootstrapd.service": "",
|
|
||||||
"See $INSTALL_DIR/make_toxid.txt": "",
|
|
||||||
"$INSTALL_DIR/toxic not found": "",
|
|
||||||
"Toxic client compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
|
||||||
"See $INSTALL_DIR/make_toxic.txt": "",
|
|
||||||
"Tox client was not installed to $TOXIC_FILE": "",
|
|
||||||
"Toxic client compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": ""
|
|
||||||
}
|
}
|
|
@ -20,7 +20,9 @@
|
||||||
"Backing up monkeysphere files for $USERNAME": "",
|
"Backing up monkeysphere files for $USERNAME": "",
|
||||||
"Backing up local files for $USERNAME": "",
|
"Backing up local files for $USERNAME": "",
|
||||||
"Backing up Mutt settings for $USERNAME": "",
|
"Backing up Mutt settings for $USERNAME": "",
|
||||||
|
"Stopping mail server": "",
|
||||||
"Creating an email archive for $USERNAME": "",
|
"Creating an email archive for $USERNAME": "",
|
||||||
|
"Restarting mail server": "",
|
||||||
"Backing up emails for $USERNAME": "",
|
"Backing up emails for $USERNAME": "",
|
||||||
"Backing up spamassassin settings for $USERNAME": "",
|
"Backing up spamassassin settings for $USERNAME": "",
|
||||||
"Backing up procmail settings for $USERNAME": "",
|
"Backing up procmail settings for $USERNAME": "",
|
||||||
|
|
|
@ -17,7 +17,9 @@
|
||||||
"Backing up Mutt settings for $USERNAME": "",
|
"Backing up Mutt settings for $USERNAME": "",
|
||||||
"Backing up procmail settings for $USERNAME": "",
|
"Backing up procmail settings for $USERNAME": "",
|
||||||
"Backing up spamassassin settings for $USERNAME": "",
|
"Backing up spamassassin settings for $USERNAME": "",
|
||||||
|
"Stopping mail server": "",
|
||||||
"Creating an email archive": "",
|
"Creating an email archive": "",
|
||||||
|
"Restarting mail server": "",
|
||||||
"Backing up emails for $USERNAME": "",
|
"Backing up emails for $USERNAME": "",
|
||||||
"Backing up Lets Encrypt settings": "",
|
"Backing up Lets Encrypt settings": "",
|
||||||
"Backing up Tor settings": "",
|
"Backing up Tor settings": "",
|
||||||
|
|
|
@ -89,11 +89,21 @@
|
||||||
"Enter the Key ID, address or domain to be signed.\\n\\nIf you are signing a website domain then include the https:// at the beginning.\\n\\nIf you are signing an ssh key then include ssh:// before the domain name.": "",
|
"Enter the Key ID, address or domain to be signed.\\n\\nIf you are signing a website domain then include the https:// at the beginning.\\n\\nIf you are signing an ssh key then include ssh:// before the domain name.": "",
|
||||||
"Sign a PGP/GPG key": "",
|
"Sign a PGP/GPG key": "",
|
||||||
"$SIGN_ADDRESS was signed": "",
|
"$SIGN_ADDRESS was signed": "",
|
||||||
|
"Trust a PGP/GPG key or website domain": "",
|
||||||
|
"Enter the Key ID, address or domain to be trusted.\\n\\nIf you are trusting a website domain then include the https:// at the beginning.\\n\\nIf you are trusting an ssh key then include ssh:// before the domain name.": "",
|
||||||
|
"Set the trust level for $TRUST_ADDRESS:": "",
|
||||||
|
"I don't know or won't say": "",
|
||||||
|
"I do NOT trust": "",
|
||||||
|
"I trust marginally": "",
|
||||||
|
"I trust fully": "",
|
||||||
|
"I trust ultimately": "",
|
||||||
|
"$TRUST_ADDRESS was set to trust level ${TRUST_LEVEL}": "",
|
||||||
"My Encryption Keys": "",
|
"My Encryption Keys": "",
|
||||||
"Choose an operation:": "",
|
"Choose an operation:": "",
|
||||||
"Show your PGP/GPG key": "",
|
"Show your PGP/GPG key": "",
|
||||||
"Publish your PGP/GPG key so that others can find it": "",
|
"Publish your PGP/GPG key so that others can find it": "",
|
||||||
"Refresh your PGP/GPG keys": "",
|
"Refresh your PGP/GPG keys": "",
|
||||||
|
"Set the trust level for a PGP/GPG key": "",
|
||||||
"Back to main menu": "",
|
"Back to main menu": "",
|
||||||
"Change Email Filtering Rules": "",
|
"Change Email Filtering Rules": "",
|
||||||
"Add yourself to a mailing list": "",
|
"Add yourself to a mailing list": "",
|
||||||
|
|
|
@ -6,6 +6,14 @@
|
||||||
"\n .---. . .\n | | |\n |--- .--. .-. .-. .-.| .-. .--.--. |.-. .-. .--. .-.\n | | (.-' (.-' ( | ( )| | | | )( )| | (.-'\n ' ' --' --' -' - -' ' ' -' -' -' ' - --'\n\n\t\t\t\t\tInitial base install\n\nYour system is not yet installed. To complete the process run the\nfollowing commands, then enter your details.\n\n\tsudo su\n\t${PROJECT_NAME} menuconfig\n\n": "",
|
"\n .---. . .\n | | |\n |--- .--. .-. .-. .-.| .-. .--.--. |.-. .-. .--. .-.\n | | (.-' (.-' ( | ( )| | | | )( )| | (.-'\n ' ' --' --' -' - -' ' ' -' -' -' ' - --'\n\n\t\t\t\t\tInitial base install\n\nYour system is not yet installed. To complete the process run the\nfollowing commands, then enter your details.\n\n\tsudo su\n\t${PROJECT_NAME} menuconfig\n\n": "",
|
||||||
"Using ssh public key:": "",
|
"Using ssh public key:": "",
|
||||||
"Install failed. Press x to continue...": "",
|
"Install failed. Press x to continue...": "",
|
||||||
|
"Toxcore compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
|
"Toxcore compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
|
"File not found /usr/local/bin/tox-bootstrapd": "",
|
||||||
|
"Account to run Tox's DHT bootstrap daemon": "",
|
||||||
|
"Unable to install toxid, returned $?": "",
|
||||||
|
"Toxic client compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
|
"Tox client was not installed to $TOXIC_FILE": "",
|
||||||
|
"Toxic client compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
"warning: creating initial user $username with well known password!": "",
|
"warning: creating initial user $username with well known password!": "",
|
||||||
"info: killing leftover processes in chroot": ""
|
"info: killing leftover processes in chroot": ""
|
||||||
}
|
}
|
|
@ -17,17 +17,5 @@
|
||||||
"Unable to find site directory: /opt/zeronet/data/$ZERONET_FORUM_ADDRESS": "",
|
"Unable to find site directory: /opt/zeronet/data/$ZERONET_FORUM_ADDRESS": "",
|
||||||
"Forum address: $ZERONET_FORUM_ADDRESS": "",
|
"Forum address: $ZERONET_FORUM_ADDRESS": "",
|
||||||
"Forum private key: $ZERONET_FORUM_PRIVATE_KEY": "",
|
"Forum private key: $ZERONET_FORUM_PRIVATE_KEY": "",
|
||||||
"$INSTALL_DIR/toxcore not found": "",
|
"Home directory for $DEFAULT_USERNAME not found": ""
|
||||||
"Toxcore compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
|
||||||
"Toxcore compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
|
||||||
"File not found /usr/local/bin/tox-bootstrapd": "",
|
|
||||||
"Account to run Tox's DHT bootstrap daemon": "",
|
|
||||||
"File not found $INSTALL_DIR/toxcore/other/bootstrap_daemon/tox-bootstrapd.conf": "",
|
|
||||||
"File not found $INSTALL_DIR/toxcore/other/bootstrap_daemon/tox-bootstrapd.service": "",
|
|
||||||
"See $INSTALL_DIR/make_toxid.txt": "",
|
|
||||||
"$INSTALL_DIR/toxic not found": "",
|
|
||||||
"Toxic client compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
|
||||||
"See $INSTALL_DIR/make_toxic.txt": "",
|
|
||||||
"Tox client was not installed to $TOXIC_FILE": "",
|
|
||||||
"Toxic client compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": ""
|
|
||||||
}
|
}
|
|
@ -20,7 +20,9 @@
|
||||||
"Backing up monkeysphere files for $USERNAME": "",
|
"Backing up monkeysphere files for $USERNAME": "",
|
||||||
"Backing up local files for $USERNAME": "",
|
"Backing up local files for $USERNAME": "",
|
||||||
"Backing up Mutt settings for $USERNAME": "",
|
"Backing up Mutt settings for $USERNAME": "",
|
||||||
|
"Stopping mail server": "",
|
||||||
"Creating an email archive for $USERNAME": "",
|
"Creating an email archive for $USERNAME": "",
|
||||||
|
"Restarting mail server": "",
|
||||||
"Backing up emails for $USERNAME": "",
|
"Backing up emails for $USERNAME": "",
|
||||||
"Backing up spamassassin settings for $USERNAME": "",
|
"Backing up spamassassin settings for $USERNAME": "",
|
||||||
"Backing up procmail settings for $USERNAME": "",
|
"Backing up procmail settings for $USERNAME": "",
|
||||||
|
|
|
@ -17,7 +17,9 @@
|
||||||
"Backing up Mutt settings for $USERNAME": "",
|
"Backing up Mutt settings for $USERNAME": "",
|
||||||
"Backing up procmail settings for $USERNAME": "",
|
"Backing up procmail settings for $USERNAME": "",
|
||||||
"Backing up spamassassin settings for $USERNAME": "",
|
"Backing up spamassassin settings for $USERNAME": "",
|
||||||
|
"Stopping mail server": "",
|
||||||
"Creating an email archive": "",
|
"Creating an email archive": "",
|
||||||
|
"Restarting mail server": "",
|
||||||
"Backing up emails for $USERNAME": "",
|
"Backing up emails for $USERNAME": "",
|
||||||
"Backing up Lets Encrypt settings": "",
|
"Backing up Lets Encrypt settings": "",
|
||||||
"Backing up Tor settings": "",
|
"Backing up Tor settings": "",
|
||||||
|
|
|
@ -89,11 +89,21 @@
|
||||||
"Enter the Key ID, address or domain to be signed.\\n\\nIf you are signing a website domain then include the https:// at the beginning.\\n\\nIf you are signing an ssh key then include ssh:// before the domain name.": "",
|
"Enter the Key ID, address or domain to be signed.\\n\\nIf you are signing a website domain then include the https:// at the beginning.\\n\\nIf you are signing an ssh key then include ssh:// before the domain name.": "",
|
||||||
"Sign a PGP/GPG key": "",
|
"Sign a PGP/GPG key": "",
|
||||||
"$SIGN_ADDRESS was signed": "",
|
"$SIGN_ADDRESS was signed": "",
|
||||||
|
"Trust a PGP/GPG key or website domain": "",
|
||||||
|
"Enter the Key ID, address or domain to be trusted.\\n\\nIf you are trusting a website domain then include the https:// at the beginning.\\n\\nIf you are trusting an ssh key then include ssh:// before the domain name.": "",
|
||||||
|
"Set the trust level for $TRUST_ADDRESS:": "",
|
||||||
|
"I don't know or won't say": "",
|
||||||
|
"I do NOT trust": "",
|
||||||
|
"I trust marginally": "",
|
||||||
|
"I trust fully": "",
|
||||||
|
"I trust ultimately": "",
|
||||||
|
"$TRUST_ADDRESS was set to trust level ${TRUST_LEVEL}": "",
|
||||||
"My Encryption Keys": "",
|
"My Encryption Keys": "",
|
||||||
"Choose an operation:": "",
|
"Choose an operation:": "",
|
||||||
"Show your PGP/GPG key": "",
|
"Show your PGP/GPG key": "",
|
||||||
"Publish your PGP/GPG key so that others can find it": "",
|
"Publish your PGP/GPG key so that others can find it": "",
|
||||||
"Refresh your PGP/GPG keys": "",
|
"Refresh your PGP/GPG keys": "",
|
||||||
|
"Set the trust level for a PGP/GPG key": "",
|
||||||
"Back to main menu": "",
|
"Back to main menu": "",
|
||||||
"Change Email Filtering Rules": "",
|
"Change Email Filtering Rules": "",
|
||||||
"Add yourself to a mailing list": "",
|
"Add yourself to a mailing list": "",
|
||||||
|
|
|
@ -6,6 +6,14 @@
|
||||||
"\n .---. . .\n | | |\n |--- .--. .-. .-. .-.| .-. .--.--. |.-. .-. .--. .-.\n | | (.-' (.-' ( | ( )| | | | )( )| | (.-'\n ' ' --' --' -' - -' ' ' -' -' -' ' - --'\n\n\t\t\t\t\tInitial base install\n\nYour system is not yet installed. To complete the process run the\nfollowing commands, then enter your details.\n\n\tsudo su\n\t${PROJECT_NAME} menuconfig\n\n": "",
|
"\n .---. . .\n | | |\n |--- .--. .-. .-. .-.| .-. .--.--. |.-. .-. .--. .-.\n | | (.-' (.-' ( | ( )| | | | )( )| | (.-'\n ' ' --' --' -' - -' ' ' -' -' -' ' - --'\n\n\t\t\t\t\tInitial base install\n\nYour system is not yet installed. To complete the process run the\nfollowing commands, then enter your details.\n\n\tsudo su\n\t${PROJECT_NAME} menuconfig\n\n": "",
|
||||||
"Using ssh public key:": "",
|
"Using ssh public key:": "",
|
||||||
"Install failed. Press x to continue...": "",
|
"Install failed. Press x to continue...": "",
|
||||||
|
"Toxcore compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
|
"Toxcore compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
|
"File not found /usr/local/bin/tox-bootstrapd": "",
|
||||||
|
"Account to run Tox's DHT bootstrap daemon": "",
|
||||||
|
"Unable to install toxid, returned $?": "",
|
||||||
|
"Toxic client compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
|
"Tox client was not installed to $TOXIC_FILE": "",
|
||||||
|
"Toxic client compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
"warning: creating initial user $username with well known password!": "",
|
"warning: creating initial user $username with well known password!": "",
|
||||||
"info: killing leftover processes in chroot": ""
|
"info: killing leftover processes in chroot": ""
|
||||||
}
|
}
|
|
@ -17,17 +17,5 @@
|
||||||
"Unable to find site directory: /opt/zeronet/data/$ZERONET_FORUM_ADDRESS": "",
|
"Unable to find site directory: /opt/zeronet/data/$ZERONET_FORUM_ADDRESS": "",
|
||||||
"Forum address: $ZERONET_FORUM_ADDRESS": "",
|
"Forum address: $ZERONET_FORUM_ADDRESS": "",
|
||||||
"Forum private key: $ZERONET_FORUM_PRIVATE_KEY": "",
|
"Forum private key: $ZERONET_FORUM_PRIVATE_KEY": "",
|
||||||
"$INSTALL_DIR/toxcore not found": "",
|
"Home directory for $DEFAULT_USERNAME not found": ""
|
||||||
"Toxcore compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
|
||||||
"Toxcore compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
|
||||||
"File not found /usr/local/bin/tox-bootstrapd": "",
|
|
||||||
"Account to run Tox's DHT bootstrap daemon": "",
|
|
||||||
"File not found $INSTALL_DIR/toxcore/other/bootstrap_daemon/tox-bootstrapd.conf": "",
|
|
||||||
"File not found $INSTALL_DIR/toxcore/other/bootstrap_daemon/tox-bootstrapd.service": "",
|
|
||||||
"See $INSTALL_DIR/make_toxid.txt": "",
|
|
||||||
"$INSTALL_DIR/toxic not found": "",
|
|
||||||
"Toxic client compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
|
||||||
"See $INSTALL_DIR/make_toxic.txt": "",
|
|
||||||
"Tox client was not installed to $TOXIC_FILE": "",
|
|
||||||
"Toxic client compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": ""
|
|
||||||
}
|
}
|
|
@ -20,7 +20,9 @@
|
||||||
"Backing up monkeysphere files for $USERNAME": "",
|
"Backing up monkeysphere files for $USERNAME": "",
|
||||||
"Backing up local files for $USERNAME": "",
|
"Backing up local files for $USERNAME": "",
|
||||||
"Backing up Mutt settings for $USERNAME": "",
|
"Backing up Mutt settings for $USERNAME": "",
|
||||||
|
"Stopping mail server": "",
|
||||||
"Creating an email archive for $USERNAME": "",
|
"Creating an email archive for $USERNAME": "",
|
||||||
|
"Restarting mail server": "",
|
||||||
"Backing up emails for $USERNAME": "",
|
"Backing up emails for $USERNAME": "",
|
||||||
"Backing up spamassassin settings for $USERNAME": "",
|
"Backing up spamassassin settings for $USERNAME": "",
|
||||||
"Backing up procmail settings for $USERNAME": "",
|
"Backing up procmail settings for $USERNAME": "",
|
||||||
|
|
|
@ -17,7 +17,9 @@
|
||||||
"Backing up Mutt settings for $USERNAME": "",
|
"Backing up Mutt settings for $USERNAME": "",
|
||||||
"Backing up procmail settings for $USERNAME": "",
|
"Backing up procmail settings for $USERNAME": "",
|
||||||
"Backing up spamassassin settings for $USERNAME": "",
|
"Backing up spamassassin settings for $USERNAME": "",
|
||||||
|
"Stopping mail server": "",
|
||||||
"Creating an email archive": "",
|
"Creating an email archive": "",
|
||||||
|
"Restarting mail server": "",
|
||||||
"Backing up emails for $USERNAME": "",
|
"Backing up emails for $USERNAME": "",
|
||||||
"Backing up Lets Encrypt settings": "",
|
"Backing up Lets Encrypt settings": "",
|
||||||
"Backing up Tor settings": "",
|
"Backing up Tor settings": "",
|
||||||
|
|
|
@ -89,11 +89,21 @@
|
||||||
"Enter the Key ID, address or domain to be signed.\\n\\nIf you are signing a website domain then include the https:// at the beginning.\\n\\nIf you are signing an ssh key then include ssh:// before the domain name.": "",
|
"Enter the Key ID, address or domain to be signed.\\n\\nIf you are signing a website domain then include the https:// at the beginning.\\n\\nIf you are signing an ssh key then include ssh:// before the domain name.": "",
|
||||||
"Sign a PGP/GPG key": "",
|
"Sign a PGP/GPG key": "",
|
||||||
"$SIGN_ADDRESS was signed": "",
|
"$SIGN_ADDRESS was signed": "",
|
||||||
|
"Trust a PGP/GPG key or website domain": "",
|
||||||
|
"Enter the Key ID, address or domain to be trusted.\\n\\nIf you are trusting a website domain then include the https:// at the beginning.\\n\\nIf you are trusting an ssh key then include ssh:// before the domain name.": "",
|
||||||
|
"Set the trust level for $TRUST_ADDRESS:": "",
|
||||||
|
"I don't know or won't say": "",
|
||||||
|
"I do NOT trust": "",
|
||||||
|
"I trust marginally": "",
|
||||||
|
"I trust fully": "",
|
||||||
|
"I trust ultimately": "",
|
||||||
|
"$TRUST_ADDRESS was set to trust level ${TRUST_LEVEL}": "",
|
||||||
"My Encryption Keys": "",
|
"My Encryption Keys": "",
|
||||||
"Choose an operation:": "",
|
"Choose an operation:": "",
|
||||||
"Show your PGP/GPG key": "",
|
"Show your PGP/GPG key": "",
|
||||||
"Publish your PGP/GPG key so that others can find it": "",
|
"Publish your PGP/GPG key so that others can find it": "",
|
||||||
"Refresh your PGP/GPG keys": "",
|
"Refresh your PGP/GPG keys": "",
|
||||||
|
"Set the trust level for a PGP/GPG key": "",
|
||||||
"Back to main menu": "",
|
"Back to main menu": "",
|
||||||
"Change Email Filtering Rules": "",
|
"Change Email Filtering Rules": "",
|
||||||
"Add yourself to a mailing list": "",
|
"Add yourself to a mailing list": "",
|
||||||
|
|
|
@ -6,6 +6,14 @@
|
||||||
"\n .---. . .\n | | |\n |--- .--. .-. .-. .-.| .-. .--.--. |.-. .-. .--. .-.\n | | (.-' (.-' ( | ( )| | | | )( )| | (.-'\n ' ' --' --' -' - -' ' ' -' -' -' ' - --'\n\n\t\t\t\t\tInitial base install\n\nYour system is not yet installed. To complete the process run the\nfollowing commands, then enter your details.\n\n\tsudo su\n\t${PROJECT_NAME} menuconfig\n\n": "",
|
"\n .---. . .\n | | |\n |--- .--. .-. .-. .-.| .-. .--.--. |.-. .-. .--. .-.\n | | (.-' (.-' ( | ( )| | | | )( )| | (.-'\n ' ' --' --' -' - -' ' ' -' -' -' ' - --'\n\n\t\t\t\t\tInitial base install\n\nYour system is not yet installed. To complete the process run the\nfollowing commands, then enter your details.\n\n\tsudo su\n\t${PROJECT_NAME} menuconfig\n\n": "",
|
||||||
"Using ssh public key:": "",
|
"Using ssh public key:": "",
|
||||||
"Install failed. Press x to continue...": "",
|
"Install failed. Press x to continue...": "",
|
||||||
|
"Toxcore compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
|
"Toxcore compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
|
"File not found /usr/local/bin/tox-bootstrapd": "",
|
||||||
|
"Account to run Tox's DHT bootstrap daemon": "",
|
||||||
|
"Unable to install toxid, returned $?": "",
|
||||||
|
"Toxic client compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
|
"Tox client was not installed to $TOXIC_FILE": "",
|
||||||
|
"Toxic client compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
"warning: creating initial user $username with well known password!": "",
|
"warning: creating initial user $username with well known password!": "",
|
||||||
"info: killing leftover processes in chroot": ""
|
"info: killing leftover processes in chroot": ""
|
||||||
}
|
}
|
|
@ -17,17 +17,5 @@
|
||||||
"Unable to find site directory: /opt/zeronet/data/$ZERONET_FORUM_ADDRESS": "",
|
"Unable to find site directory: /opt/zeronet/data/$ZERONET_FORUM_ADDRESS": "",
|
||||||
"Forum address: $ZERONET_FORUM_ADDRESS": "",
|
"Forum address: $ZERONET_FORUM_ADDRESS": "",
|
||||||
"Forum private key: $ZERONET_FORUM_PRIVATE_KEY": "",
|
"Forum private key: $ZERONET_FORUM_PRIVATE_KEY": "",
|
||||||
"$INSTALL_DIR/toxcore not found": "",
|
"Home directory for $DEFAULT_USERNAME not found": ""
|
||||||
"Toxcore compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
|
||||||
"Toxcore compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
|
||||||
"File not found /usr/local/bin/tox-bootstrapd": "",
|
|
||||||
"Account to run Tox's DHT bootstrap daemon": "",
|
|
||||||
"File not found $INSTALL_DIR/toxcore/other/bootstrap_daemon/tox-bootstrapd.conf": "",
|
|
||||||
"File not found $INSTALL_DIR/toxcore/other/bootstrap_daemon/tox-bootstrapd.service": "",
|
|
||||||
"See $INSTALL_DIR/make_toxid.txt": "",
|
|
||||||
"$INSTALL_DIR/toxic not found": "",
|
|
||||||
"Toxic client compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
|
||||||
"See $INSTALL_DIR/make_toxic.txt": "",
|
|
||||||
"Tox client was not installed to $TOXIC_FILE": "",
|
|
||||||
"Toxic client compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": ""
|
|
||||||
}
|
}
|
|
@ -20,7 +20,9 @@
|
||||||
"Backing up monkeysphere files for $USERNAME": "",
|
"Backing up monkeysphere files for $USERNAME": "",
|
||||||
"Backing up local files for $USERNAME": "",
|
"Backing up local files for $USERNAME": "",
|
||||||
"Backing up Mutt settings for $USERNAME": "",
|
"Backing up Mutt settings for $USERNAME": "",
|
||||||
|
"Stopping mail server": "",
|
||||||
"Creating an email archive for $USERNAME": "",
|
"Creating an email archive for $USERNAME": "",
|
||||||
|
"Restarting mail server": "",
|
||||||
"Backing up emails for $USERNAME": "",
|
"Backing up emails for $USERNAME": "",
|
||||||
"Backing up spamassassin settings for $USERNAME": "",
|
"Backing up spamassassin settings for $USERNAME": "",
|
||||||
"Backing up procmail settings for $USERNAME": "",
|
"Backing up procmail settings for $USERNAME": "",
|
||||||
|
|
|
@ -17,7 +17,9 @@
|
||||||
"Backing up Mutt settings for $USERNAME": "",
|
"Backing up Mutt settings for $USERNAME": "",
|
||||||
"Backing up procmail settings for $USERNAME": "",
|
"Backing up procmail settings for $USERNAME": "",
|
||||||
"Backing up spamassassin settings for $USERNAME": "",
|
"Backing up spamassassin settings for $USERNAME": "",
|
||||||
|
"Stopping mail server": "",
|
||||||
"Creating an email archive": "",
|
"Creating an email archive": "",
|
||||||
|
"Restarting mail server": "",
|
||||||
"Backing up emails for $USERNAME": "",
|
"Backing up emails for $USERNAME": "",
|
||||||
"Backing up Lets Encrypt settings": "",
|
"Backing up Lets Encrypt settings": "",
|
||||||
"Backing up Tor settings": "",
|
"Backing up Tor settings": "",
|
||||||
|
|
|
@ -89,11 +89,21 @@
|
||||||
"Enter the Key ID, address or domain to be signed.\\n\\nIf you are signing a website domain then include the https:// at the beginning.\\n\\nIf you are signing an ssh key then include ssh:// before the domain name.": "",
|
"Enter the Key ID, address or domain to be signed.\\n\\nIf you are signing a website domain then include the https:// at the beginning.\\n\\nIf you are signing an ssh key then include ssh:// before the domain name.": "",
|
||||||
"Sign a PGP/GPG key": "",
|
"Sign a PGP/GPG key": "",
|
||||||
"$SIGN_ADDRESS was signed": "",
|
"$SIGN_ADDRESS was signed": "",
|
||||||
|
"Trust a PGP/GPG key or website domain": "",
|
||||||
|
"Enter the Key ID, address or domain to be trusted.\\n\\nIf you are trusting a website domain then include the https:// at the beginning.\\n\\nIf you are trusting an ssh key then include ssh:// before the domain name.": "",
|
||||||
|
"Set the trust level for $TRUST_ADDRESS:": "",
|
||||||
|
"I don't know or won't say": "",
|
||||||
|
"I do NOT trust": "",
|
||||||
|
"I trust marginally": "",
|
||||||
|
"I trust fully": "",
|
||||||
|
"I trust ultimately": "",
|
||||||
|
"$TRUST_ADDRESS was set to trust level ${TRUST_LEVEL}": "",
|
||||||
"My Encryption Keys": "",
|
"My Encryption Keys": "",
|
||||||
"Choose an operation:": "",
|
"Choose an operation:": "",
|
||||||
"Show your PGP/GPG key": "",
|
"Show your PGP/GPG key": "",
|
||||||
"Publish your PGP/GPG key so that others can find it": "",
|
"Publish your PGP/GPG key so that others can find it": "",
|
||||||
"Refresh your PGP/GPG keys": "",
|
"Refresh your PGP/GPG keys": "",
|
||||||
|
"Set the trust level for a PGP/GPG key": "",
|
||||||
"Back to main menu": "",
|
"Back to main menu": "",
|
||||||
"Change Email Filtering Rules": "",
|
"Change Email Filtering Rules": "",
|
||||||
"Add yourself to a mailing list": "",
|
"Add yourself to a mailing list": "",
|
||||||
|
|
|
@ -6,6 +6,14 @@
|
||||||
"\n .---. . .\n | | |\n |--- .--. .-. .-. .-.| .-. .--.--. |.-. .-. .--. .-.\n | | (.-' (.-' ( | ( )| | | | )( )| | (.-'\n ' ' --' --' -' - -' ' ' -' -' -' ' - --'\n\n\t\t\t\t\tInitial base install\n\nYour system is not yet installed. To complete the process run the\nfollowing commands, then enter your details.\n\n\tsudo su\n\t${PROJECT_NAME} menuconfig\n\n": "",
|
"\n .---. . .\n | | |\n |--- .--. .-. .-. .-.| .-. .--.--. |.-. .-. .--. .-.\n | | (.-' (.-' ( | ( )| | | | )( )| | (.-'\n ' ' --' --' -' - -' ' ' -' -' -' ' - --'\n\n\t\t\t\t\tInitial base install\n\nYour system is not yet installed. To complete the process run the\nfollowing commands, then enter your details.\n\n\tsudo su\n\t${PROJECT_NAME} menuconfig\n\n": "",
|
||||||
"Using ssh public key:": "",
|
"Using ssh public key:": "",
|
||||||
"Install failed. Press x to continue...": "",
|
"Install failed. Press x to continue...": "",
|
||||||
|
"Toxcore compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
|
"Toxcore compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
|
"File not found /usr/local/bin/tox-bootstrapd": "",
|
||||||
|
"Account to run Tox's DHT bootstrap daemon": "",
|
||||||
|
"Unable to install toxid, returned $?": "",
|
||||||
|
"Toxic client compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
|
"Tox client was not installed to $TOXIC_FILE": "",
|
||||||
|
"Toxic client compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
"warning: creating initial user $username with well known password!": "",
|
"warning: creating initial user $username with well known password!": "",
|
||||||
"info: killing leftover processes in chroot": ""
|
"info: killing leftover processes in chroot": ""
|
||||||
}
|
}
|
|
@ -17,17 +17,5 @@
|
||||||
"Unable to find site directory: /opt/zeronet/data/$ZERONET_FORUM_ADDRESS": "",
|
"Unable to find site directory: /opt/zeronet/data/$ZERONET_FORUM_ADDRESS": "",
|
||||||
"Forum address: $ZERONET_FORUM_ADDRESS": "",
|
"Forum address: $ZERONET_FORUM_ADDRESS": "",
|
||||||
"Forum private key: $ZERONET_FORUM_PRIVATE_KEY": "",
|
"Forum private key: $ZERONET_FORUM_PRIVATE_KEY": "",
|
||||||
"$INSTALL_DIR/toxcore not found": "",
|
"Home directory for $DEFAULT_USERNAME not found": ""
|
||||||
"Toxcore compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
|
||||||
"Toxcore compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
|
||||||
"File not found /usr/local/bin/tox-bootstrapd": "",
|
|
||||||
"Account to run Tox's DHT bootstrap daemon": "",
|
|
||||||
"File not found $INSTALL_DIR/toxcore/other/bootstrap_daemon/tox-bootstrapd.conf": "",
|
|
||||||
"File not found $INSTALL_DIR/toxcore/other/bootstrap_daemon/tox-bootstrapd.service": "",
|
|
||||||
"See $INSTALL_DIR/make_toxid.txt": "",
|
|
||||||
"$INSTALL_DIR/toxic not found": "",
|
|
||||||
"Toxic client compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
|
||||||
"See $INSTALL_DIR/make_toxic.txt": "",
|
|
||||||
"Tox client was not installed to $TOXIC_FILE": "",
|
|
||||||
"Toxic client compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": ""
|
|
||||||
}
|
}
|
|
@ -20,7 +20,9 @@
|
||||||
"Backing up monkeysphere files for $USERNAME": "Backing up monkeysphere files for $USERNAME",
|
"Backing up monkeysphere files for $USERNAME": "Backing up monkeysphere files for $USERNAME",
|
||||||
"Backing up local files for $USERNAME": "Backing up local files for $USERNAME",
|
"Backing up local files for $USERNAME": "Backing up local files for $USERNAME",
|
||||||
"Backing up Mutt settings for $USERNAME": "Backing up Mutt settings for $USERNAME",
|
"Backing up Mutt settings for $USERNAME": "Backing up Mutt settings for $USERNAME",
|
||||||
|
"Stopping mail server": "Stopping mail server",
|
||||||
"Creating an email archive for $USERNAME": "Creating an email archive for $USERNAME",
|
"Creating an email archive for $USERNAME": "Creating an email archive for $USERNAME",
|
||||||
|
"Restarting mail server": "Restarting mail server",
|
||||||
"Backing up emails for $USERNAME": "Backing up emails for $USERNAME",
|
"Backing up emails for $USERNAME": "Backing up emails for $USERNAME",
|
||||||
"Backing up spamassassin settings for $USERNAME": "Backing up spamassassin settings for $USERNAME",
|
"Backing up spamassassin settings for $USERNAME": "Backing up spamassassin settings for $USERNAME",
|
||||||
"Backing up procmail settings for $USERNAME": "Backing up procmail settings for $USERNAME",
|
"Backing up procmail settings for $USERNAME": "Backing up procmail settings for $USERNAME",
|
||||||
|
|
|
@ -17,7 +17,9 @@
|
||||||
"Backing up Mutt settings for $USERNAME": "Backing up Mutt settings for $USERNAME",
|
"Backing up Mutt settings for $USERNAME": "Backing up Mutt settings for $USERNAME",
|
||||||
"Backing up procmail settings for $USERNAME": "Backing up procmail settings for $USERNAME",
|
"Backing up procmail settings for $USERNAME": "Backing up procmail settings for $USERNAME",
|
||||||
"Backing up spamassassin settings for $USERNAME": "Backing up spamassassin settings for $USERNAME",
|
"Backing up spamassassin settings for $USERNAME": "Backing up spamassassin settings for $USERNAME",
|
||||||
|
"Stopping mail server": "Stopping mail server",
|
||||||
"Creating an email archive": "Creating an email archive",
|
"Creating an email archive": "Creating an email archive",
|
||||||
|
"Restarting mail server": "Restarting mail server",
|
||||||
"Backing up emails for $USERNAME": "Backing up emails for $USERNAME",
|
"Backing up emails for $USERNAME": "Backing up emails for $USERNAME",
|
||||||
"Backing up Lets Encrypt settings": "Backing up Lets Encrypt settings",
|
"Backing up Lets Encrypt settings": "Backing up Lets Encrypt settings",
|
||||||
"Backing up Tor settings": "Backing up Tor settings",
|
"Backing up Tor settings": "Backing up Tor settings",
|
||||||
|
|
|
@ -89,11 +89,21 @@
|
||||||
"Enter the Key ID, address or domain to be signed.\\n\\nIf you are signing a website domain then include the https:// at the beginning.\\n\\nIf you are signing an ssh key then include ssh:// before the domain name.": "Enter the Key ID, address or domain to be signed.\\n\\nIf you are signing a website domain then include the https:// at the beginning.\\n\\nIf you are signing an ssh key then include ssh:// before the domain name.",
|
"Enter the Key ID, address or domain to be signed.\\n\\nIf you are signing a website domain then include the https:// at the beginning.\\n\\nIf you are signing an ssh key then include ssh:// before the domain name.": "Enter the Key ID, address or domain to be signed.\\n\\nIf you are signing a website domain then include the https:// at the beginning.\\n\\nIf you are signing an ssh key then include ssh:// before the domain name.",
|
||||||
"Sign a PGP/GPG key": "Sign a PGP/GPG key",
|
"Sign a PGP/GPG key": "Sign a PGP/GPG key",
|
||||||
"$SIGN_ADDRESS was signed": "$SIGN_ADDRESS was signed",
|
"$SIGN_ADDRESS was signed": "$SIGN_ADDRESS was signed",
|
||||||
|
"Trust a PGP/GPG key or website domain": "Trust a PGP/GPG key or website domain",
|
||||||
|
"Enter the Key ID, address or domain to be trusted.\\n\\nIf you are trusting a website domain then include the https:// at the beginning.\\n\\nIf you are trusting an ssh key then include ssh:// before the domain name.": "Enter the Key ID, address or domain to be trusted.\\n\\nIf you are trusting a website domain then include the https:// at the beginning.\\n\\nIf you are trusting an ssh key then include ssh:// before the domain name.",
|
||||||
|
"Set the trust level for $TRUST_ADDRESS:": "Set the trust level for $TRUST_ADDRESS:",
|
||||||
|
"I don't know or won't say": "I don't know or won't say",
|
||||||
|
"I do NOT trust": "I do NOT trust",
|
||||||
|
"I trust marginally": "I trust marginally",
|
||||||
|
"I trust fully": "I trust fully",
|
||||||
|
"I trust ultimately": "I trust ultimately",
|
||||||
|
"$TRUST_ADDRESS was set to trust level ${TRUST_LEVEL}": "$TRUST_ADDRESS was set to trust level ${TRUST_LEVEL}",
|
||||||
"My Encryption Keys": "My Encryption Keys",
|
"My Encryption Keys": "My Encryption Keys",
|
||||||
"Choose an operation:": "Choose an operation:",
|
"Choose an operation:": "Choose an operation:",
|
||||||
"Show your PGP/GPG key": "Show your PGP/GPG key",
|
"Show your PGP/GPG key": "Show your PGP/GPG key",
|
||||||
"Publish your PGP/GPG key so that others can find it": "Publish your PGP/GPG key so that others can find it",
|
"Publish your PGP/GPG key so that others can find it": "Publish your PGP/GPG key so that others can find it",
|
||||||
"Refresh your PGP/GPG keys": "Refresh your PGP/GPG keys",
|
"Refresh your PGP/GPG keys": "Refresh your PGP/GPG keys",
|
||||||
|
"Set the trust level for a PGP/GPG key": "Set the trust level for a PGP/GPG key",
|
||||||
"Back to main menu": "Back to main menu",
|
"Back to main menu": "Back to main menu",
|
||||||
"Change Email Filtering Rules": "Change Email Filtering Rules",
|
"Change Email Filtering Rules": "Change Email Filtering Rules",
|
||||||
"Add yourself to a mailing list": "Add yourself to a mailing list",
|
"Add yourself to a mailing list": "Add yourself to a mailing list",
|
||||||
|
|
|
@ -6,6 +6,14 @@
|
||||||
"\n .---. . .\n | | |\n |--- .--. .-. .-. .-.| .-. .--.--. |.-. .-. .--. .-.\n | | (.-' (.-' ( | ( )| | | | )( )| | (.-'\n ' ' --' --' -' - -' ' ' -' -' -' ' - --'\n\n\t\t\t\t\tInitial base install\n\nYour system is not yet installed. To complete the process run the\nfollowing commands, then enter your details.\n\n\tsudo su\n\t${PROJECT_NAME} menuconfig\n\n": "\n .---. . .\n | | |\n |--- .--. .-. .-. .-.| .-. .--.--. |.-. .-. .--. .-.\n | | (.-' (.-' ( | ( )| | | | )( )| | (.-'\n ' ' --' --' -' - -' ' ' -' -' -' ' - --'\n\n\t\t\t\t\tInitial base install\n\nYour system is not yet installed. To complete the process run the\nfollowing commands, then enter your details.\n\n\tsudo su\n\t${PROJECT_NAME} menuconfig\n\n",
|
"\n .---. . .\n | | |\n |--- .--. .-. .-. .-.| .-. .--.--. |.-. .-. .--. .-.\n | | (.-' (.-' ( | ( )| | | | )( )| | (.-'\n ' ' --' --' -' - -' ' ' -' -' -' ' - --'\n\n\t\t\t\t\tInitial base install\n\nYour system is not yet installed. To complete the process run the\nfollowing commands, then enter your details.\n\n\tsudo su\n\t${PROJECT_NAME} menuconfig\n\n": "\n .---. . .\n | | |\n |--- .--. .-. .-. .-.| .-. .--.--. |.-. .-. .--. .-.\n | | (.-' (.-' ( | ( )| | | | )( )| | (.-'\n ' ' --' --' -' - -' ' ' -' -' -' ' - --'\n\n\t\t\t\t\tInitial base install\n\nYour system is not yet installed. To complete the process run the\nfollowing commands, then enter your details.\n\n\tsudo su\n\t${PROJECT_NAME} menuconfig\n\n",
|
||||||
"Using ssh public key:": "Using ssh public key:",
|
"Using ssh public key:": "Using ssh public key:",
|
||||||
"Install failed. Press x to continue...": "Install failed. Press x to continue...",
|
"Install failed. Press x to continue...": "Install failed. Press x to continue...",
|
||||||
|
"Toxcore compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "Toxcore compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.",
|
||||||
|
"Toxcore compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "Toxcore compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.",
|
||||||
|
"File not found /usr/local/bin/tox-bootstrapd": "File not found /usr/local/bin/tox-bootstrapd",
|
||||||
|
"Account to run Tox's DHT bootstrap daemon": "Account to run Tox's DHT bootstrap daemon",
|
||||||
|
"Unable to install toxid, returned $?": "Unable to install toxid, returned $?",
|
||||||
|
"Toxic client compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "Toxic client compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.",
|
||||||
|
"Tox client was not installed to $TOXIC_FILE": "Tox client was not installed to $TOXIC_FILE",
|
||||||
|
"Toxic client compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "Toxic client compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.",
|
||||||
"warning: creating initial user $username with well known password!": "warning: creating initial user $username with well known password!",
|
"warning: creating initial user $username with well known password!": "warning: creating initial user $username with well known password!",
|
||||||
"info: killing leftover processes in chroot": "info: killing leftover processes in chroot"
|
"info: killing leftover processes in chroot": "info: killing leftover processes in chroot"
|
||||||
}
|
}
|
|
@ -17,17 +17,5 @@
|
||||||
"Unable to find site directory: /opt/zeronet/data/$ZERONET_FORUM_ADDRESS": "Unable to find site directory: /opt/zeronet/data/$ZERONET_FORUM_ADDRESS",
|
"Unable to find site directory: /opt/zeronet/data/$ZERONET_FORUM_ADDRESS": "Unable to find site directory: /opt/zeronet/data/$ZERONET_FORUM_ADDRESS",
|
||||||
"Forum address: $ZERONET_FORUM_ADDRESS": "Forum address: $ZERONET_FORUM_ADDRESS",
|
"Forum address: $ZERONET_FORUM_ADDRESS": "Forum address: $ZERONET_FORUM_ADDRESS",
|
||||||
"Forum private key: $ZERONET_FORUM_PRIVATE_KEY": "Forum private key: $ZERONET_FORUM_PRIVATE_KEY",
|
"Forum private key: $ZERONET_FORUM_PRIVATE_KEY": "Forum private key: $ZERONET_FORUM_PRIVATE_KEY",
|
||||||
"$INSTALL_DIR/toxcore not found": "$INSTALL_DIR/toxcore not found",
|
"Home directory for $DEFAULT_USERNAME not found": "Home directory for $DEFAULT_USERNAME not found"
|
||||||
"Toxcore compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "Toxcore compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.",
|
|
||||||
"Toxcore compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "Toxcore compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.",
|
|
||||||
"File not found /usr/local/bin/tox-bootstrapd": "File not found /usr/local/bin/tox-bootstrapd",
|
|
||||||
"Account to run Tox's DHT bootstrap daemon": "Account to run Tox's DHT bootstrap daemon",
|
|
||||||
"File not found $INSTALL_DIR/toxcore/other/bootstrap_daemon/tox-bootstrapd.conf": "File not found $INSTALL_DIR/toxcore/other/bootstrap_daemon/tox-bootstrapd.conf",
|
|
||||||
"File not found $INSTALL_DIR/toxcore/other/bootstrap_daemon/tox-bootstrapd.service": "File not found $INSTALL_DIR/toxcore/other/bootstrap_daemon/tox-bootstrapd.service",
|
|
||||||
"See $INSTALL_DIR/make_toxid.txt": "See $INSTALL_DIR/make_toxid.txt",
|
|
||||||
"$INSTALL_DIR/toxic not found": "$INSTALL_DIR/toxic not found",
|
|
||||||
"Toxic client compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "Toxic client compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.",
|
|
||||||
"See $INSTALL_DIR/make_toxic.txt": "See $INSTALL_DIR/make_toxic.txt",
|
|
||||||
"Tox client was not installed to $TOXIC_FILE": "Tox client was not installed to $TOXIC_FILE",
|
|
||||||
"Toxic client compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "Toxic client compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed."
|
|
||||||
}
|
}
|
|
@ -20,7 +20,9 @@
|
||||||
"Backing up monkeysphere files for $USERNAME": "",
|
"Backing up monkeysphere files for $USERNAME": "",
|
||||||
"Backing up local files for $USERNAME": "",
|
"Backing up local files for $USERNAME": "",
|
||||||
"Backing up Mutt settings for $USERNAME": "",
|
"Backing up Mutt settings for $USERNAME": "",
|
||||||
|
"Stopping mail server": "",
|
||||||
"Creating an email archive for $USERNAME": "",
|
"Creating an email archive for $USERNAME": "",
|
||||||
|
"Restarting mail server": "",
|
||||||
"Backing up emails for $USERNAME": "",
|
"Backing up emails for $USERNAME": "",
|
||||||
"Backing up spamassassin settings for $USERNAME": "",
|
"Backing up spamassassin settings for $USERNAME": "",
|
||||||
"Backing up procmail settings for $USERNAME": "",
|
"Backing up procmail settings for $USERNAME": "",
|
||||||
|
|
|
@ -17,7 +17,9 @@
|
||||||
"Backing up Mutt settings for $USERNAME": "",
|
"Backing up Mutt settings for $USERNAME": "",
|
||||||
"Backing up procmail settings for $USERNAME": "",
|
"Backing up procmail settings for $USERNAME": "",
|
||||||
"Backing up spamassassin settings for $USERNAME": "",
|
"Backing up spamassassin settings for $USERNAME": "",
|
||||||
|
"Stopping mail server": "",
|
||||||
"Creating an email archive": "",
|
"Creating an email archive": "",
|
||||||
|
"Restarting mail server": "",
|
||||||
"Backing up emails for $USERNAME": "",
|
"Backing up emails for $USERNAME": "",
|
||||||
"Backing up Lets Encrypt settings": "",
|
"Backing up Lets Encrypt settings": "",
|
||||||
"Backing up Tor settings": "",
|
"Backing up Tor settings": "",
|
||||||
|
|
|
@ -89,11 +89,21 @@
|
||||||
"Enter the Key ID, address or domain to be signed.\\n\\nIf you are signing a website domain then include the https:// at the beginning.\\n\\nIf you are signing an ssh key then include ssh:// before the domain name.": "",
|
"Enter the Key ID, address or domain to be signed.\\n\\nIf you are signing a website domain then include the https:// at the beginning.\\n\\nIf you are signing an ssh key then include ssh:// before the domain name.": "",
|
||||||
"Sign a PGP/GPG key": "",
|
"Sign a PGP/GPG key": "",
|
||||||
"$SIGN_ADDRESS was signed": "",
|
"$SIGN_ADDRESS was signed": "",
|
||||||
|
"Trust a PGP/GPG key or website domain": "",
|
||||||
|
"Enter the Key ID, address or domain to be trusted.\\n\\nIf you are trusting a website domain then include the https:// at the beginning.\\n\\nIf you are trusting an ssh key then include ssh:// before the domain name.": "",
|
||||||
|
"Set the trust level for $TRUST_ADDRESS:": "",
|
||||||
|
"I don't know or won't say": "",
|
||||||
|
"I do NOT trust": "",
|
||||||
|
"I trust marginally": "",
|
||||||
|
"I trust fully": "",
|
||||||
|
"I trust ultimately": "",
|
||||||
|
"$TRUST_ADDRESS was set to trust level ${TRUST_LEVEL}": "",
|
||||||
"My Encryption Keys": "",
|
"My Encryption Keys": "",
|
||||||
"Choose an operation:": "",
|
"Choose an operation:": "",
|
||||||
"Show your PGP/GPG key": "",
|
"Show your PGP/GPG key": "",
|
||||||
"Publish your PGP/GPG key so that others can find it": "",
|
"Publish your PGP/GPG key so that others can find it": "",
|
||||||
"Refresh your PGP/GPG keys": "",
|
"Refresh your PGP/GPG keys": "",
|
||||||
|
"Set the trust level for a PGP/GPG key": "",
|
||||||
"Back to main menu": "",
|
"Back to main menu": "",
|
||||||
"Change Email Filtering Rules": "",
|
"Change Email Filtering Rules": "",
|
||||||
"Add yourself to a mailing list": "",
|
"Add yourself to a mailing list": "",
|
||||||
|
|
|
@ -6,6 +6,14 @@
|
||||||
"\n .---. . .\n | | |\n |--- .--. .-. .-. .-.| .-. .--.--. |.-. .-. .--. .-.\n | | (.-' (.-' ( | ( )| | | | )( )| | (.-'\n ' ' --' --' -' - -' ' ' -' -' -' ' - --'\n\n\t\t\t\t\tInitial base install\n\nYour system is not yet installed. To complete the process run the\nfollowing commands, then enter your details.\n\n\tsudo su\n\t${PROJECT_NAME} menuconfig\n\n": "",
|
"\n .---. . .\n | | |\n |--- .--. .-. .-. .-.| .-. .--.--. |.-. .-. .--. .-.\n | | (.-' (.-' ( | ( )| | | | )( )| | (.-'\n ' ' --' --' -' - -' ' ' -' -' -' ' - --'\n\n\t\t\t\t\tInitial base install\n\nYour system is not yet installed. To complete the process run the\nfollowing commands, then enter your details.\n\n\tsudo su\n\t${PROJECT_NAME} menuconfig\n\n": "",
|
||||||
"Using ssh public key:": "",
|
"Using ssh public key:": "",
|
||||||
"Install failed. Press x to continue...": "",
|
"Install failed. Press x to continue...": "",
|
||||||
|
"Toxcore compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
|
"Toxcore compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
|
"File not found /usr/local/bin/tox-bootstrapd": "",
|
||||||
|
"Account to run Tox's DHT bootstrap daemon": "",
|
||||||
|
"Unable to install toxid, returned $?": "",
|
||||||
|
"Toxic client compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
|
"Tox client was not installed to $TOXIC_FILE": "",
|
||||||
|
"Toxic client compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
"warning: creating initial user $username with well known password!": "",
|
"warning: creating initial user $username with well known password!": "",
|
||||||
"info: killing leftover processes in chroot": ""
|
"info: killing leftover processes in chroot": ""
|
||||||
}
|
}
|
|
@ -17,17 +17,5 @@
|
||||||
"Unable to find site directory: /opt/zeronet/data/$ZERONET_FORUM_ADDRESS": "",
|
"Unable to find site directory: /opt/zeronet/data/$ZERONET_FORUM_ADDRESS": "",
|
||||||
"Forum address: $ZERONET_FORUM_ADDRESS": "",
|
"Forum address: $ZERONET_FORUM_ADDRESS": "",
|
||||||
"Forum private key: $ZERONET_FORUM_PRIVATE_KEY": "",
|
"Forum private key: $ZERONET_FORUM_PRIVATE_KEY": "",
|
||||||
"$INSTALL_DIR/toxcore not found": "",
|
"Home directory for $DEFAULT_USERNAME not found": ""
|
||||||
"Toxcore compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
|
||||||
"Toxcore compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
|
||||||
"File not found /usr/local/bin/tox-bootstrapd": "",
|
|
||||||
"Account to run Tox's DHT bootstrap daemon": "",
|
|
||||||
"File not found $INSTALL_DIR/toxcore/other/bootstrap_daemon/tox-bootstrapd.conf": "",
|
|
||||||
"File not found $INSTALL_DIR/toxcore/other/bootstrap_daemon/tox-bootstrapd.service": "",
|
|
||||||
"See $INSTALL_DIR/make_toxid.txt": "",
|
|
||||||
"$INSTALL_DIR/toxic not found": "",
|
|
||||||
"Toxic client compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
|
||||||
"See $INSTALL_DIR/make_toxic.txt": "",
|
|
||||||
"Tox client was not installed to $TOXIC_FILE": "",
|
|
||||||
"Toxic client compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": ""
|
|
||||||
}
|
}
|
|
@ -20,7 +20,9 @@
|
||||||
"Backing up monkeysphere files for $USERNAME": "",
|
"Backing up monkeysphere files for $USERNAME": "",
|
||||||
"Backing up local files for $USERNAME": "",
|
"Backing up local files for $USERNAME": "",
|
||||||
"Backing up Mutt settings for $USERNAME": "",
|
"Backing up Mutt settings for $USERNAME": "",
|
||||||
|
"Stopping mail server": "",
|
||||||
"Creating an email archive for $USERNAME": "",
|
"Creating an email archive for $USERNAME": "",
|
||||||
|
"Restarting mail server": "",
|
||||||
"Backing up emails for $USERNAME": "",
|
"Backing up emails for $USERNAME": "",
|
||||||
"Backing up spamassassin settings for $USERNAME": "",
|
"Backing up spamassassin settings for $USERNAME": "",
|
||||||
"Backing up procmail settings for $USERNAME": "",
|
"Backing up procmail settings for $USERNAME": "",
|
||||||
|
|
|
@ -17,7 +17,9 @@
|
||||||
"Backing up Mutt settings for $USERNAME": "",
|
"Backing up Mutt settings for $USERNAME": "",
|
||||||
"Backing up procmail settings for $USERNAME": "",
|
"Backing up procmail settings for $USERNAME": "",
|
||||||
"Backing up spamassassin settings for $USERNAME": "",
|
"Backing up spamassassin settings for $USERNAME": "",
|
||||||
|
"Stopping mail server": "",
|
||||||
"Creating an email archive": "",
|
"Creating an email archive": "",
|
||||||
|
"Restarting mail server": "",
|
||||||
"Backing up emails for $USERNAME": "",
|
"Backing up emails for $USERNAME": "",
|
||||||
"Backing up Lets Encrypt settings": "",
|
"Backing up Lets Encrypt settings": "",
|
||||||
"Backing up Tor settings": "",
|
"Backing up Tor settings": "",
|
||||||
|
|
|
@ -89,11 +89,21 @@
|
||||||
"Enter the Key ID, address or domain to be signed.\\n\\nIf you are signing a website domain then include the https:// at the beginning.\\n\\nIf you are signing an ssh key then include ssh:// before the domain name.": "",
|
"Enter the Key ID, address or domain to be signed.\\n\\nIf you are signing a website domain then include the https:// at the beginning.\\n\\nIf you are signing an ssh key then include ssh:// before the domain name.": "",
|
||||||
"Sign a PGP/GPG key": "",
|
"Sign a PGP/GPG key": "",
|
||||||
"$SIGN_ADDRESS was signed": "",
|
"$SIGN_ADDRESS was signed": "",
|
||||||
|
"Trust a PGP/GPG key or website domain": "",
|
||||||
|
"Enter the Key ID, address or domain to be trusted.\\n\\nIf you are trusting a website domain then include the https:// at the beginning.\\n\\nIf you are trusting an ssh key then include ssh:// before the domain name.": "",
|
||||||
|
"Set the trust level for $TRUST_ADDRESS:": "",
|
||||||
|
"I don't know or won't say": "",
|
||||||
|
"I do NOT trust": "",
|
||||||
|
"I trust marginally": "",
|
||||||
|
"I trust fully": "",
|
||||||
|
"I trust ultimately": "",
|
||||||
|
"$TRUST_ADDRESS was set to trust level ${TRUST_LEVEL}": "",
|
||||||
"My Encryption Keys": "",
|
"My Encryption Keys": "",
|
||||||
"Choose an operation:": "",
|
"Choose an operation:": "",
|
||||||
"Show your PGP/GPG key": "",
|
"Show your PGP/GPG key": "",
|
||||||
"Publish your PGP/GPG key so that others can find it": "",
|
"Publish your PGP/GPG key so that others can find it": "",
|
||||||
"Refresh your PGP/GPG keys": "",
|
"Refresh your PGP/GPG keys": "",
|
||||||
|
"Set the trust level for a PGP/GPG key": "",
|
||||||
"Back to main menu": "",
|
"Back to main menu": "",
|
||||||
"Change Email Filtering Rules": "",
|
"Change Email Filtering Rules": "",
|
||||||
"Add yourself to a mailing list": "",
|
"Add yourself to a mailing list": "",
|
||||||
|
|
|
@ -6,6 +6,14 @@
|
||||||
"\n .---. . .\n | | |\n |--- .--. .-. .-. .-.| .-. .--.--. |.-. .-. .--. .-.\n | | (.-' (.-' ( | ( )| | | | )( )| | (.-'\n ' ' --' --' -' - -' ' ' -' -' -' ' - --'\n\n\t\t\t\t\tInitial base install\n\nYour system is not yet installed. To complete the process run the\nfollowing commands, then enter your details.\n\n\tsudo su\n\t${PROJECT_NAME} menuconfig\n\n": "",
|
"\n .---. . .\n | | |\n |--- .--. .-. .-. .-.| .-. .--.--. |.-. .-. .--. .-.\n | | (.-' (.-' ( | ( )| | | | )( )| | (.-'\n ' ' --' --' -' - -' ' ' -' -' -' ' - --'\n\n\t\t\t\t\tInitial base install\n\nYour system is not yet installed. To complete the process run the\nfollowing commands, then enter your details.\n\n\tsudo su\n\t${PROJECT_NAME} menuconfig\n\n": "",
|
||||||
"Using ssh public key:": "",
|
"Using ssh public key:": "",
|
||||||
"Install failed. Press x to continue...": "",
|
"Install failed. Press x to continue...": "",
|
||||||
|
"Toxcore compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
|
"Toxcore compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
|
"File not found /usr/local/bin/tox-bootstrapd": "",
|
||||||
|
"Account to run Tox's DHT bootstrap daemon": "",
|
||||||
|
"Unable to install toxid, returned $?": "",
|
||||||
|
"Toxic client compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
|
"Tox client was not installed to $TOXIC_FILE": "",
|
||||||
|
"Toxic client compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
"warning: creating initial user $username with well known password!": "",
|
"warning: creating initial user $username with well known password!": "",
|
||||||
"info: killing leftover processes in chroot": ""
|
"info: killing leftover processes in chroot": ""
|
||||||
}
|
}
|
|
@ -17,17 +17,5 @@
|
||||||
"Unable to find site directory: /opt/zeronet/data/$ZERONET_FORUM_ADDRESS": "",
|
"Unable to find site directory: /opt/zeronet/data/$ZERONET_FORUM_ADDRESS": "",
|
||||||
"Forum address: $ZERONET_FORUM_ADDRESS": "",
|
"Forum address: $ZERONET_FORUM_ADDRESS": "",
|
||||||
"Forum private key: $ZERONET_FORUM_PRIVATE_KEY": "",
|
"Forum private key: $ZERONET_FORUM_PRIVATE_KEY": "",
|
||||||
"$INSTALL_DIR/toxcore not found": "",
|
"Home directory for $DEFAULT_USERNAME not found": ""
|
||||||
"Toxcore compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
|
||||||
"Toxcore compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
|
||||||
"File not found /usr/local/bin/tox-bootstrapd": "",
|
|
||||||
"Account to run Tox's DHT bootstrap daemon": "",
|
|
||||||
"File not found $INSTALL_DIR/toxcore/other/bootstrap_daemon/tox-bootstrapd.conf": "",
|
|
||||||
"File not found $INSTALL_DIR/toxcore/other/bootstrap_daemon/tox-bootstrapd.service": "",
|
|
||||||
"See $INSTALL_DIR/make_toxid.txt": "",
|
|
||||||
"$INSTALL_DIR/toxic not found": "",
|
|
||||||
"Toxic client compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
|
||||||
"See $INSTALL_DIR/make_toxic.txt": "",
|
|
||||||
"Tox client was not installed to $TOXIC_FILE": "",
|
|
||||||
"Toxic client compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": ""
|
|
||||||
}
|
}
|
|
@ -20,7 +20,9 @@
|
||||||
"Backing up monkeysphere files for $USERNAME": "",
|
"Backing up monkeysphere files for $USERNAME": "",
|
||||||
"Backing up local files for $USERNAME": "",
|
"Backing up local files for $USERNAME": "",
|
||||||
"Backing up Mutt settings for $USERNAME": "",
|
"Backing up Mutt settings for $USERNAME": "",
|
||||||
|
"Stopping mail server": "",
|
||||||
"Creating an email archive for $USERNAME": "",
|
"Creating an email archive for $USERNAME": "",
|
||||||
|
"Restarting mail server": "",
|
||||||
"Backing up emails for $USERNAME": "",
|
"Backing up emails for $USERNAME": "",
|
||||||
"Backing up spamassassin settings for $USERNAME": "",
|
"Backing up spamassassin settings for $USERNAME": "",
|
||||||
"Backing up procmail settings for $USERNAME": "",
|
"Backing up procmail settings for $USERNAME": "",
|
||||||
|
|
|
@ -17,7 +17,9 @@
|
||||||
"Backing up Mutt settings for $USERNAME": "",
|
"Backing up Mutt settings for $USERNAME": "",
|
||||||
"Backing up procmail settings for $USERNAME": "",
|
"Backing up procmail settings for $USERNAME": "",
|
||||||
"Backing up spamassassin settings for $USERNAME": "",
|
"Backing up spamassassin settings for $USERNAME": "",
|
||||||
|
"Stopping mail server": "",
|
||||||
"Creating an email archive": "",
|
"Creating an email archive": "",
|
||||||
|
"Restarting mail server": "",
|
||||||
"Backing up emails for $USERNAME": "",
|
"Backing up emails for $USERNAME": "",
|
||||||
"Backing up Lets Encrypt settings": "",
|
"Backing up Lets Encrypt settings": "",
|
||||||
"Backing up Tor settings": "",
|
"Backing up Tor settings": "",
|
||||||
|
|
|
@ -89,11 +89,21 @@
|
||||||
"Enter the Key ID, address or domain to be signed.\\n\\nIf you are signing a website domain then include the https:// at the beginning.\\n\\nIf you are signing an ssh key then include ssh:// before the domain name.": "",
|
"Enter the Key ID, address or domain to be signed.\\n\\nIf you are signing a website domain then include the https:// at the beginning.\\n\\nIf you are signing an ssh key then include ssh:// before the domain name.": "",
|
||||||
"Sign a PGP/GPG key": "",
|
"Sign a PGP/GPG key": "",
|
||||||
"$SIGN_ADDRESS was signed": "",
|
"$SIGN_ADDRESS was signed": "",
|
||||||
|
"Trust a PGP/GPG key or website domain": "",
|
||||||
|
"Enter the Key ID, address or domain to be trusted.\\n\\nIf you are trusting a website domain then include the https:// at the beginning.\\n\\nIf you are trusting an ssh key then include ssh:// before the domain name.": "",
|
||||||
|
"Set the trust level for $TRUST_ADDRESS:": "",
|
||||||
|
"I don't know or won't say": "",
|
||||||
|
"I do NOT trust": "",
|
||||||
|
"I trust marginally": "",
|
||||||
|
"I trust fully": "",
|
||||||
|
"I trust ultimately": "",
|
||||||
|
"$TRUST_ADDRESS was set to trust level ${TRUST_LEVEL}": "",
|
||||||
"My Encryption Keys": "",
|
"My Encryption Keys": "",
|
||||||
"Choose an operation:": "",
|
"Choose an operation:": "",
|
||||||
"Show your PGP/GPG key": "",
|
"Show your PGP/GPG key": "",
|
||||||
"Publish your PGP/GPG key so that others can find it": "",
|
"Publish your PGP/GPG key so that others can find it": "",
|
||||||
"Refresh your PGP/GPG keys": "",
|
"Refresh your PGP/GPG keys": "",
|
||||||
|
"Set the trust level for a PGP/GPG key": "",
|
||||||
"Back to main menu": "",
|
"Back to main menu": "",
|
||||||
"Change Email Filtering Rules": "",
|
"Change Email Filtering Rules": "",
|
||||||
"Add yourself to a mailing list": "",
|
"Add yourself to a mailing list": "",
|
||||||
|
|
|
@ -6,6 +6,14 @@
|
||||||
"\n .---. . .\n | | |\n |--- .--. .-. .-. .-.| .-. .--.--. |.-. .-. .--. .-.\n | | (.-' (.-' ( | ( )| | | | )( )| | (.-'\n ' ' --' --' -' - -' ' ' -' -' -' ' - --'\n\n\t\t\t\t\tInitial base install\n\nYour system is not yet installed. To complete the process run the\nfollowing commands, then enter your details.\n\n\tsudo su\n\t${PROJECT_NAME} menuconfig\n\n": "",
|
"\n .---. . .\n | | |\n |--- .--. .-. .-. .-.| .-. .--.--. |.-. .-. .--. .-.\n | | (.-' (.-' ( | ( )| | | | )( )| | (.-'\n ' ' --' --' -' - -' ' ' -' -' -' ' - --'\n\n\t\t\t\t\tInitial base install\n\nYour system is not yet installed. To complete the process run the\nfollowing commands, then enter your details.\n\n\tsudo su\n\t${PROJECT_NAME} menuconfig\n\n": "",
|
||||||
"Using ssh public key:": "",
|
"Using ssh public key:": "",
|
||||||
"Install failed. Press x to continue...": "",
|
"Install failed. Press x to continue...": "",
|
||||||
|
"Toxcore compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
|
"Toxcore compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
|
"File not found /usr/local/bin/tox-bootstrapd": "",
|
||||||
|
"Account to run Tox's DHT bootstrap daemon": "",
|
||||||
|
"Unable to install toxid, returned $?": "",
|
||||||
|
"Toxic client compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
|
"Tox client was not installed to $TOXIC_FILE": "",
|
||||||
|
"Toxic client compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
"warning: creating initial user $username with well known password!": "",
|
"warning: creating initial user $username with well known password!": "",
|
||||||
"info: killing leftover processes in chroot": ""
|
"info: killing leftover processes in chroot": ""
|
||||||
}
|
}
|
|
@ -17,17 +17,5 @@
|
||||||
"Unable to find site directory: /opt/zeronet/data/$ZERONET_FORUM_ADDRESS": "",
|
"Unable to find site directory: /opt/zeronet/data/$ZERONET_FORUM_ADDRESS": "",
|
||||||
"Forum address: $ZERONET_FORUM_ADDRESS": "",
|
"Forum address: $ZERONET_FORUM_ADDRESS": "",
|
||||||
"Forum private key: $ZERONET_FORUM_PRIVATE_KEY": "",
|
"Forum private key: $ZERONET_FORUM_PRIVATE_KEY": "",
|
||||||
"$INSTALL_DIR/toxcore not found": "",
|
"Home directory for $DEFAULT_USERNAME not found": ""
|
||||||
"Toxcore compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
|
||||||
"Toxcore compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
|
||||||
"File not found /usr/local/bin/tox-bootstrapd": "",
|
|
||||||
"Account to run Tox's DHT bootstrap daemon": "",
|
|
||||||
"File not found $INSTALL_DIR/toxcore/other/bootstrap_daemon/tox-bootstrapd.conf": "",
|
|
||||||
"File not found $INSTALL_DIR/toxcore/other/bootstrap_daemon/tox-bootstrapd.service": "",
|
|
||||||
"See $INSTALL_DIR/make_toxid.txt": "",
|
|
||||||
"$INSTALL_DIR/toxic not found": "",
|
|
||||||
"Toxic client compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
|
||||||
"See $INSTALL_DIR/make_toxic.txt": "",
|
|
||||||
"Tox client was not installed to $TOXIC_FILE": "",
|
|
||||||
"Toxic client compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": ""
|
|
||||||
}
|
}
|
|
@ -20,7 +20,9 @@
|
||||||
"Backing up monkeysphere files for $USERNAME": "",
|
"Backing up monkeysphere files for $USERNAME": "",
|
||||||
"Backing up local files for $USERNAME": "",
|
"Backing up local files for $USERNAME": "",
|
||||||
"Backing up Mutt settings for $USERNAME": "",
|
"Backing up Mutt settings for $USERNAME": "",
|
||||||
|
"Stopping mail server": "",
|
||||||
"Creating an email archive for $USERNAME": "",
|
"Creating an email archive for $USERNAME": "",
|
||||||
|
"Restarting mail server": "",
|
||||||
"Backing up emails for $USERNAME": "",
|
"Backing up emails for $USERNAME": "",
|
||||||
"Backing up spamassassin settings for $USERNAME": "",
|
"Backing up spamassassin settings for $USERNAME": "",
|
||||||
"Backing up procmail settings for $USERNAME": "",
|
"Backing up procmail settings for $USERNAME": "",
|
||||||
|
|
|
@ -17,7 +17,9 @@
|
||||||
"Backing up Mutt settings for $USERNAME": "",
|
"Backing up Mutt settings for $USERNAME": "",
|
||||||
"Backing up procmail settings for $USERNAME": "",
|
"Backing up procmail settings for $USERNAME": "",
|
||||||
"Backing up spamassassin settings for $USERNAME": "",
|
"Backing up spamassassin settings for $USERNAME": "",
|
||||||
|
"Stopping mail server": "",
|
||||||
"Creating an email archive": "",
|
"Creating an email archive": "",
|
||||||
|
"Restarting mail server": "",
|
||||||
"Backing up emails for $USERNAME": "",
|
"Backing up emails for $USERNAME": "",
|
||||||
"Backing up Lets Encrypt settings": "",
|
"Backing up Lets Encrypt settings": "",
|
||||||
"Backing up Tor settings": "",
|
"Backing up Tor settings": "",
|
||||||
|
|
|
@ -89,11 +89,21 @@
|
||||||
"Enter the Key ID, address or domain to be signed.\\n\\nIf you are signing a website domain then include the https:// at the beginning.\\n\\nIf you are signing an ssh key then include ssh:// before the domain name.": "",
|
"Enter the Key ID, address or domain to be signed.\\n\\nIf you are signing a website domain then include the https:// at the beginning.\\n\\nIf you are signing an ssh key then include ssh:// before the domain name.": "",
|
||||||
"Sign a PGP/GPG key": "",
|
"Sign a PGP/GPG key": "",
|
||||||
"$SIGN_ADDRESS was signed": "",
|
"$SIGN_ADDRESS was signed": "",
|
||||||
|
"Trust a PGP/GPG key or website domain": "",
|
||||||
|
"Enter the Key ID, address or domain to be trusted.\\n\\nIf you are trusting a website domain then include the https:// at the beginning.\\n\\nIf you are trusting an ssh key then include ssh:// before the domain name.": "",
|
||||||
|
"Set the trust level for $TRUST_ADDRESS:": "",
|
||||||
|
"I don't know or won't say": "",
|
||||||
|
"I do NOT trust": "",
|
||||||
|
"I trust marginally": "",
|
||||||
|
"I trust fully": "",
|
||||||
|
"I trust ultimately": "",
|
||||||
|
"$TRUST_ADDRESS was set to trust level ${TRUST_LEVEL}": "",
|
||||||
"My Encryption Keys": "",
|
"My Encryption Keys": "",
|
||||||
"Choose an operation:": "",
|
"Choose an operation:": "",
|
||||||
"Show your PGP/GPG key": "",
|
"Show your PGP/GPG key": "",
|
||||||
"Publish your PGP/GPG key so that others can find it": "",
|
"Publish your PGP/GPG key so that others can find it": "",
|
||||||
"Refresh your PGP/GPG keys": "",
|
"Refresh your PGP/GPG keys": "",
|
||||||
|
"Set the trust level for a PGP/GPG key": "",
|
||||||
"Back to main menu": "",
|
"Back to main menu": "",
|
||||||
"Change Email Filtering Rules": "",
|
"Change Email Filtering Rules": "",
|
||||||
"Add yourself to a mailing list": "",
|
"Add yourself to a mailing list": "",
|
||||||
|
|
|
@ -6,6 +6,14 @@
|
||||||
"\n .---. . .\n | | |\n |--- .--. .-. .-. .-.| .-. .--.--. |.-. .-. .--. .-.\n | | (.-' (.-' ( | ( )| | | | )( )| | (.-'\n ' ' --' --' -' - -' ' ' -' -' -' ' - --'\n\n\t\t\t\t\tInitial base install\n\nYour system is not yet installed. To complete the process run the\nfollowing commands, then enter your details.\n\n\tsudo su\n\t${PROJECT_NAME} menuconfig\n\n": "",
|
"\n .---. . .\n | | |\n |--- .--. .-. .-. .-.| .-. .--.--. |.-. .-. .--. .-.\n | | (.-' (.-' ( | ( )| | | | )( )| | (.-'\n ' ' --' --' -' - -' ' ' -' -' -' ' - --'\n\n\t\t\t\t\tInitial base install\n\nYour system is not yet installed. To complete the process run the\nfollowing commands, then enter your details.\n\n\tsudo su\n\t${PROJECT_NAME} menuconfig\n\n": "",
|
||||||
"Using ssh public key:": "",
|
"Using ssh public key:": "",
|
||||||
"Install failed. Press x to continue...": "",
|
"Install failed. Press x to continue...": "",
|
||||||
|
"Toxcore compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
|
"Toxcore compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
|
"File not found /usr/local/bin/tox-bootstrapd": "",
|
||||||
|
"Account to run Tox's DHT bootstrap daemon": "",
|
||||||
|
"Unable to install toxid, returned $?": "",
|
||||||
|
"Toxic client compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
|
"Tox client was not installed to $TOXIC_FILE": "",
|
||||||
|
"Toxic client compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
"warning: creating initial user $username with well known password!": "",
|
"warning: creating initial user $username with well known password!": "",
|
||||||
"info: killing leftover processes in chroot": ""
|
"info: killing leftover processes in chroot": ""
|
||||||
}
|
}
|
|
@ -17,17 +17,5 @@
|
||||||
"Unable to find site directory: /opt/zeronet/data/$ZERONET_FORUM_ADDRESS": "",
|
"Unable to find site directory: /opt/zeronet/data/$ZERONET_FORUM_ADDRESS": "",
|
||||||
"Forum address: $ZERONET_FORUM_ADDRESS": "",
|
"Forum address: $ZERONET_FORUM_ADDRESS": "",
|
||||||
"Forum private key: $ZERONET_FORUM_PRIVATE_KEY": "",
|
"Forum private key: $ZERONET_FORUM_PRIVATE_KEY": "",
|
||||||
"$INSTALL_DIR/toxcore not found": "",
|
"Home directory for $DEFAULT_USERNAME not found": ""
|
||||||
"Toxcore compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
|
||||||
"Toxcore compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
|
||||||
"File not found /usr/local/bin/tox-bootstrapd": "",
|
|
||||||
"Account to run Tox's DHT bootstrap daemon": "",
|
|
||||||
"File not found $INSTALL_DIR/toxcore/other/bootstrap_daemon/tox-bootstrapd.conf": "",
|
|
||||||
"File not found $INSTALL_DIR/toxcore/other/bootstrap_daemon/tox-bootstrapd.service": "",
|
|
||||||
"See $INSTALL_DIR/make_toxid.txt": "",
|
|
||||||
"$INSTALL_DIR/toxic not found": "",
|
|
||||||
"Toxic client compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
|
||||||
"See $INSTALL_DIR/make_toxic.txt": "",
|
|
||||||
"Tox client was not installed to $TOXIC_FILE": "",
|
|
||||||
"Toxic client compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": ""
|
|
||||||
}
|
}
|
|
@ -20,7 +20,9 @@
|
||||||
"Backing up monkeysphere files for $USERNAME": "",
|
"Backing up monkeysphere files for $USERNAME": "",
|
||||||
"Backing up local files for $USERNAME": "",
|
"Backing up local files for $USERNAME": "",
|
||||||
"Backing up Mutt settings for $USERNAME": "",
|
"Backing up Mutt settings for $USERNAME": "",
|
||||||
|
"Stopping mail server": "",
|
||||||
"Creating an email archive for $USERNAME": "",
|
"Creating an email archive for $USERNAME": "",
|
||||||
|
"Restarting mail server": "",
|
||||||
"Backing up emails for $USERNAME": "",
|
"Backing up emails for $USERNAME": "",
|
||||||
"Backing up spamassassin settings for $USERNAME": "",
|
"Backing up spamassassin settings for $USERNAME": "",
|
||||||
"Backing up procmail settings for $USERNAME": "",
|
"Backing up procmail settings for $USERNAME": "",
|
||||||
|
|
|
@ -17,7 +17,9 @@
|
||||||
"Backing up Mutt settings for $USERNAME": "",
|
"Backing up Mutt settings for $USERNAME": "",
|
||||||
"Backing up procmail settings for $USERNAME": "",
|
"Backing up procmail settings for $USERNAME": "",
|
||||||
"Backing up spamassassin settings for $USERNAME": "",
|
"Backing up spamassassin settings for $USERNAME": "",
|
||||||
|
"Stopping mail server": "",
|
||||||
"Creating an email archive": "",
|
"Creating an email archive": "",
|
||||||
|
"Restarting mail server": "",
|
||||||
"Backing up emails for $USERNAME": "",
|
"Backing up emails for $USERNAME": "",
|
||||||
"Backing up Lets Encrypt settings": "",
|
"Backing up Lets Encrypt settings": "",
|
||||||
"Backing up Tor settings": "",
|
"Backing up Tor settings": "",
|
||||||
|
|
|
@ -89,11 +89,21 @@
|
||||||
"Enter the Key ID, address or domain to be signed.\\n\\nIf you are signing a website domain then include the https:// at the beginning.\\n\\nIf you are signing an ssh key then include ssh:// before the domain name.": "",
|
"Enter the Key ID, address or domain to be signed.\\n\\nIf you are signing a website domain then include the https:// at the beginning.\\n\\nIf you are signing an ssh key then include ssh:// before the domain name.": "",
|
||||||
"Sign a PGP/GPG key": "",
|
"Sign a PGP/GPG key": "",
|
||||||
"$SIGN_ADDRESS was signed": "",
|
"$SIGN_ADDRESS was signed": "",
|
||||||
|
"Trust a PGP/GPG key or website domain": "",
|
||||||
|
"Enter the Key ID, address or domain to be trusted.\\n\\nIf you are trusting a website domain then include the https:// at the beginning.\\n\\nIf you are trusting an ssh key then include ssh:// before the domain name.": "",
|
||||||
|
"Set the trust level for $TRUST_ADDRESS:": "",
|
||||||
|
"I don't know or won't say": "",
|
||||||
|
"I do NOT trust": "",
|
||||||
|
"I trust marginally": "",
|
||||||
|
"I trust fully": "",
|
||||||
|
"I trust ultimately": "",
|
||||||
|
"$TRUST_ADDRESS was set to trust level ${TRUST_LEVEL}": "",
|
||||||
"My Encryption Keys": "",
|
"My Encryption Keys": "",
|
||||||
"Choose an operation:": "",
|
"Choose an operation:": "",
|
||||||
"Show your PGP/GPG key": "",
|
"Show your PGP/GPG key": "",
|
||||||
"Publish your PGP/GPG key so that others can find it": "",
|
"Publish your PGP/GPG key so that others can find it": "",
|
||||||
"Refresh your PGP/GPG keys": "",
|
"Refresh your PGP/GPG keys": "",
|
||||||
|
"Set the trust level for a PGP/GPG key": "",
|
||||||
"Back to main menu": "",
|
"Back to main menu": "",
|
||||||
"Change Email Filtering Rules": "",
|
"Change Email Filtering Rules": "",
|
||||||
"Add yourself to a mailing list": "",
|
"Add yourself to a mailing list": "",
|
||||||
|
|
|
@ -6,6 +6,14 @@
|
||||||
"\n .---. . .\n | | |\n |--- .--. .-. .-. .-.| .-. .--.--. |.-. .-. .--. .-.\n | | (.-' (.-' ( | ( )| | | | )( )| | (.-'\n ' ' --' --' -' - -' ' ' -' -' -' ' - --'\n\n\t\t\t\t\tInitial base install\n\nYour system is not yet installed. To complete the process run the\nfollowing commands, then enter your details.\n\n\tsudo su\n\t${PROJECT_NAME} menuconfig\n\n": "",
|
"\n .---. . .\n | | |\n |--- .--. .-. .-. .-.| .-. .--.--. |.-. .-. .--. .-.\n | | (.-' (.-' ( | ( )| | | | )( )| | (.-'\n ' ' --' --' -' - -' ' ' -' -' -' ' - --'\n\n\t\t\t\t\tInitial base install\n\nYour system is not yet installed. To complete the process run the\nfollowing commands, then enter your details.\n\n\tsudo su\n\t${PROJECT_NAME} menuconfig\n\n": "",
|
||||||
"Using ssh public key:": "",
|
"Using ssh public key:": "",
|
||||||
"Install failed. Press x to continue...": "",
|
"Install failed. Press x to continue...": "",
|
||||||
|
"Toxcore compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
|
"Toxcore compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
|
"File not found /usr/local/bin/tox-bootstrapd": "",
|
||||||
|
"Account to run Tox's DHT bootstrap daemon": "",
|
||||||
|
"Unable to install toxid, returned $?": "",
|
||||||
|
"Toxic client compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
|
"Tox client was not installed to $TOXIC_FILE": "",
|
||||||
|
"Toxic client compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
"warning: creating initial user $username with well known password!": "",
|
"warning: creating initial user $username with well known password!": "",
|
||||||
"info: killing leftover processes in chroot": ""
|
"info: killing leftover processes in chroot": ""
|
||||||
}
|
}
|
|
@ -17,17 +17,5 @@
|
||||||
"Unable to find site directory: /opt/zeronet/data/$ZERONET_FORUM_ADDRESS": "",
|
"Unable to find site directory: /opt/zeronet/data/$ZERONET_FORUM_ADDRESS": "",
|
||||||
"Forum address: $ZERONET_FORUM_ADDRESS": "",
|
"Forum address: $ZERONET_FORUM_ADDRESS": "",
|
||||||
"Forum private key: $ZERONET_FORUM_PRIVATE_KEY": "",
|
"Forum private key: $ZERONET_FORUM_PRIVATE_KEY": "",
|
||||||
"$INSTALL_DIR/toxcore not found": "",
|
"Home directory for $DEFAULT_USERNAME not found": ""
|
||||||
"Toxcore compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
|
||||||
"Toxcore compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
|
||||||
"File not found /usr/local/bin/tox-bootstrapd": "",
|
|
||||||
"Account to run Tox's DHT bootstrap daemon": "",
|
|
||||||
"File not found $INSTALL_DIR/toxcore/other/bootstrap_daemon/tox-bootstrapd.conf": "",
|
|
||||||
"File not found $INSTALL_DIR/toxcore/other/bootstrap_daemon/tox-bootstrapd.service": "",
|
|
||||||
"See $INSTALL_DIR/make_toxid.txt": "",
|
|
||||||
"$INSTALL_DIR/toxic not found": "",
|
|
||||||
"Toxic client compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
|
||||||
"See $INSTALL_DIR/make_toxic.txt": "",
|
|
||||||
"Tox client was not installed to $TOXIC_FILE": "",
|
|
||||||
"Toxic client compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": ""
|
|
||||||
}
|
}
|
|
@ -20,7 +20,9 @@
|
||||||
"Backing up monkeysphere files for $USERNAME": "",
|
"Backing up monkeysphere files for $USERNAME": "",
|
||||||
"Backing up local files for $USERNAME": "",
|
"Backing up local files for $USERNAME": "",
|
||||||
"Backing up Mutt settings for $USERNAME": "",
|
"Backing up Mutt settings for $USERNAME": "",
|
||||||
|
"Stopping mail server": "",
|
||||||
"Creating an email archive for $USERNAME": "",
|
"Creating an email archive for $USERNAME": "",
|
||||||
|
"Restarting mail server": "",
|
||||||
"Backing up emails for $USERNAME": "",
|
"Backing up emails for $USERNAME": "",
|
||||||
"Backing up spamassassin settings for $USERNAME": "",
|
"Backing up spamassassin settings for $USERNAME": "",
|
||||||
"Backing up procmail settings for $USERNAME": "",
|
"Backing up procmail settings for $USERNAME": "",
|
||||||
|
|
|
@ -17,7 +17,9 @@
|
||||||
"Backing up Mutt settings for $USERNAME": "",
|
"Backing up Mutt settings for $USERNAME": "",
|
||||||
"Backing up procmail settings for $USERNAME": "",
|
"Backing up procmail settings for $USERNAME": "",
|
||||||
"Backing up spamassassin settings for $USERNAME": "",
|
"Backing up spamassassin settings for $USERNAME": "",
|
||||||
|
"Stopping mail server": "",
|
||||||
"Creating an email archive": "",
|
"Creating an email archive": "",
|
||||||
|
"Restarting mail server": "",
|
||||||
"Backing up emails for $USERNAME": "",
|
"Backing up emails for $USERNAME": "",
|
||||||
"Backing up Lets Encrypt settings": "",
|
"Backing up Lets Encrypt settings": "",
|
||||||
"Backing up Tor settings": "",
|
"Backing up Tor settings": "",
|
||||||
|
|
|
@ -89,11 +89,21 @@
|
||||||
"Enter the Key ID, address or domain to be signed.\\n\\nIf you are signing a website domain then include the https:// at the beginning.\\n\\nIf you are signing an ssh key then include ssh:// before the domain name.": "",
|
"Enter the Key ID, address or domain to be signed.\\n\\nIf you are signing a website domain then include the https:// at the beginning.\\n\\nIf you are signing an ssh key then include ssh:// before the domain name.": "",
|
||||||
"Sign a PGP/GPG key": "",
|
"Sign a PGP/GPG key": "",
|
||||||
"$SIGN_ADDRESS was signed": "",
|
"$SIGN_ADDRESS was signed": "",
|
||||||
|
"Trust a PGP/GPG key or website domain": "",
|
||||||
|
"Enter the Key ID, address or domain to be trusted.\\n\\nIf you are trusting a website domain then include the https:// at the beginning.\\n\\nIf you are trusting an ssh key then include ssh:// before the domain name.": "",
|
||||||
|
"Set the trust level for $TRUST_ADDRESS:": "",
|
||||||
|
"I don't know or won't say": "",
|
||||||
|
"I do NOT trust": "",
|
||||||
|
"I trust marginally": "",
|
||||||
|
"I trust fully": "",
|
||||||
|
"I trust ultimately": "",
|
||||||
|
"$TRUST_ADDRESS was set to trust level ${TRUST_LEVEL}": "",
|
||||||
"My Encryption Keys": "",
|
"My Encryption Keys": "",
|
||||||
"Choose an operation:": "",
|
"Choose an operation:": "",
|
||||||
"Show your PGP/GPG key": "",
|
"Show your PGP/GPG key": "",
|
||||||
"Publish your PGP/GPG key so that others can find it": "",
|
"Publish your PGP/GPG key so that others can find it": "",
|
||||||
"Refresh your PGP/GPG keys": "",
|
"Refresh your PGP/GPG keys": "",
|
||||||
|
"Set the trust level for a PGP/GPG key": "",
|
||||||
"Back to main menu": "",
|
"Back to main menu": "",
|
||||||
"Change Email Filtering Rules": "",
|
"Change Email Filtering Rules": "",
|
||||||
"Add yourself to a mailing list": "",
|
"Add yourself to a mailing list": "",
|
||||||
|
|
|
@ -6,6 +6,14 @@
|
||||||
"\n .---. . .\n | | |\n |--- .--. .-. .-. .-.| .-. .--.--. |.-. .-. .--. .-.\n | | (.-' (.-' ( | ( )| | | | )( )| | (.-'\n ' ' --' --' -' - -' ' ' -' -' -' ' - --'\n\n\t\t\t\t\tInitial base install\n\nYour system is not yet installed. To complete the process run the\nfollowing commands, then enter your details.\n\n\tsudo su\n\t${PROJECT_NAME} menuconfig\n\n": "",
|
"\n .---. . .\n | | |\n |--- .--. .-. .-. .-.| .-. .--.--. |.-. .-. .--. .-.\n | | (.-' (.-' ( | ( )| | | | )( )| | (.-'\n ' ' --' --' -' - -' ' ' -' -' -' ' - --'\n\n\t\t\t\t\tInitial base install\n\nYour system is not yet installed. To complete the process run the\nfollowing commands, then enter your details.\n\n\tsudo su\n\t${PROJECT_NAME} menuconfig\n\n": "",
|
||||||
"Using ssh public key:": "",
|
"Using ssh public key:": "",
|
||||||
"Install failed. Press x to continue...": "",
|
"Install failed. Press x to continue...": "",
|
||||||
|
"Toxcore compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
|
"Toxcore compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
|
"File not found /usr/local/bin/tox-bootstrapd": "",
|
||||||
|
"Account to run Tox's DHT bootstrap daemon": "",
|
||||||
|
"Unable to install toxid, returned $?": "",
|
||||||
|
"Toxic client compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
|
"Tox client was not installed to $TOXIC_FILE": "",
|
||||||
|
"Toxic client compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
"warning: creating initial user $username with well known password!": "",
|
"warning: creating initial user $username with well known password!": "",
|
||||||
"info: killing leftover processes in chroot": ""
|
"info: killing leftover processes in chroot": ""
|
||||||
}
|
}
|
|
@ -17,17 +17,5 @@
|
||||||
"Unable to find site directory: /opt/zeronet/data/$ZERONET_FORUM_ADDRESS": "",
|
"Unable to find site directory: /opt/zeronet/data/$ZERONET_FORUM_ADDRESS": "",
|
||||||
"Forum address: $ZERONET_FORUM_ADDRESS": "",
|
"Forum address: $ZERONET_FORUM_ADDRESS": "",
|
||||||
"Forum private key: $ZERONET_FORUM_PRIVATE_KEY": "",
|
"Forum private key: $ZERONET_FORUM_PRIVATE_KEY": "",
|
||||||
"$INSTALL_DIR/toxcore not found": "",
|
"Home directory for $DEFAULT_USERNAME not found": ""
|
||||||
"Toxcore compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
|
||||||
"Toxcore compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
|
||||||
"File not found /usr/local/bin/tox-bootstrapd": "",
|
|
||||||
"Account to run Tox's DHT bootstrap daemon": "",
|
|
||||||
"File not found $INSTALL_DIR/toxcore/other/bootstrap_daemon/tox-bootstrapd.conf": "",
|
|
||||||
"File not found $INSTALL_DIR/toxcore/other/bootstrap_daemon/tox-bootstrapd.service": "",
|
|
||||||
"See $INSTALL_DIR/make_toxid.txt": "",
|
|
||||||
"$INSTALL_DIR/toxic not found": "",
|
|
||||||
"Toxic client compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
|
||||||
"See $INSTALL_DIR/make_toxic.txt": "",
|
|
||||||
"Tox client was not installed to $TOXIC_FILE": "",
|
|
||||||
"Toxic client compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": ""
|
|
||||||
}
|
}
|
|
@ -20,7 +20,9 @@
|
||||||
"Backing up monkeysphere files for $USERNAME": "",
|
"Backing up monkeysphere files for $USERNAME": "",
|
||||||
"Backing up local files for $USERNAME": "",
|
"Backing up local files for $USERNAME": "",
|
||||||
"Backing up Mutt settings for $USERNAME": "",
|
"Backing up Mutt settings for $USERNAME": "",
|
||||||
|
"Stopping mail server": "",
|
||||||
"Creating an email archive for $USERNAME": "",
|
"Creating an email archive for $USERNAME": "",
|
||||||
|
"Restarting mail server": "",
|
||||||
"Backing up emails for $USERNAME": "",
|
"Backing up emails for $USERNAME": "",
|
||||||
"Backing up spamassassin settings for $USERNAME": "",
|
"Backing up spamassassin settings for $USERNAME": "",
|
||||||
"Backing up procmail settings for $USERNAME": "",
|
"Backing up procmail settings for $USERNAME": "",
|
||||||
|
|
|
@ -17,7 +17,9 @@
|
||||||
"Backing up Mutt settings for $USERNAME": "",
|
"Backing up Mutt settings for $USERNAME": "",
|
||||||
"Backing up procmail settings for $USERNAME": "",
|
"Backing up procmail settings for $USERNAME": "",
|
||||||
"Backing up spamassassin settings for $USERNAME": "",
|
"Backing up spamassassin settings for $USERNAME": "",
|
||||||
|
"Stopping mail server": "",
|
||||||
"Creating an email archive": "",
|
"Creating an email archive": "",
|
||||||
|
"Restarting mail server": "",
|
||||||
"Backing up emails for $USERNAME": "",
|
"Backing up emails for $USERNAME": "",
|
||||||
"Backing up Lets Encrypt settings": "",
|
"Backing up Lets Encrypt settings": "",
|
||||||
"Backing up Tor settings": "",
|
"Backing up Tor settings": "",
|
||||||
|
|
|
@ -89,11 +89,21 @@
|
||||||
"Enter the Key ID, address or domain to be signed.\\n\\nIf you are signing a website domain then include the https:// at the beginning.\\n\\nIf you are signing an ssh key then include ssh:// before the domain name.": "",
|
"Enter the Key ID, address or domain to be signed.\\n\\nIf you are signing a website domain then include the https:// at the beginning.\\n\\nIf you are signing an ssh key then include ssh:// before the domain name.": "",
|
||||||
"Sign a PGP/GPG key": "",
|
"Sign a PGP/GPG key": "",
|
||||||
"$SIGN_ADDRESS was signed": "",
|
"$SIGN_ADDRESS was signed": "",
|
||||||
|
"Trust a PGP/GPG key or website domain": "",
|
||||||
|
"Enter the Key ID, address or domain to be trusted.\\n\\nIf you are trusting a website domain then include the https:// at the beginning.\\n\\nIf you are trusting an ssh key then include ssh:// before the domain name.": "",
|
||||||
|
"Set the trust level for $TRUST_ADDRESS:": "",
|
||||||
|
"I don't know or won't say": "",
|
||||||
|
"I do NOT trust": "",
|
||||||
|
"I trust marginally": "",
|
||||||
|
"I trust fully": "",
|
||||||
|
"I trust ultimately": "",
|
||||||
|
"$TRUST_ADDRESS was set to trust level ${TRUST_LEVEL}": "",
|
||||||
"My Encryption Keys": "",
|
"My Encryption Keys": "",
|
||||||
"Choose an operation:": "",
|
"Choose an operation:": "",
|
||||||
"Show your PGP/GPG key": "",
|
"Show your PGP/GPG key": "",
|
||||||
"Publish your PGP/GPG key so that others can find it": "",
|
"Publish your PGP/GPG key so that others can find it": "",
|
||||||
"Refresh your PGP/GPG keys": "",
|
"Refresh your PGP/GPG keys": "",
|
||||||
|
"Set the trust level for a PGP/GPG key": "",
|
||||||
"Back to main menu": "",
|
"Back to main menu": "",
|
||||||
"Change Email Filtering Rules": "",
|
"Change Email Filtering Rules": "",
|
||||||
"Add yourself to a mailing list": "",
|
"Add yourself to a mailing list": "",
|
||||||
|
|
|
@ -6,6 +6,14 @@
|
||||||
"\n .---. . .\n | | |\n |--- .--. .-. .-. .-.| .-. .--.--. |.-. .-. .--. .-.\n | | (.-' (.-' ( | ( )| | | | )( )| | (.-'\n ' ' --' --' -' - -' ' ' -' -' -' ' - --'\n\n\t\t\t\t\tInitial base install\n\nYour system is not yet installed. To complete the process run the\nfollowing commands, then enter your details.\n\n\tsudo su\n\t${PROJECT_NAME} menuconfig\n\n": "",
|
"\n .---. . .\n | | |\n |--- .--. .-. .-. .-.| .-. .--.--. |.-. .-. .--. .-.\n | | (.-' (.-' ( | ( )| | | | )( )| | (.-'\n ' ' --' --' -' - -' ' ' -' -' -' ' - --'\n\n\t\t\t\t\tInitial base install\n\nYour system is not yet installed. To complete the process run the\nfollowing commands, then enter your details.\n\n\tsudo su\n\t${PROJECT_NAME} menuconfig\n\n": "",
|
||||||
"Using ssh public key:": "",
|
"Using ssh public key:": "",
|
||||||
"Install failed. Press x to continue...": "",
|
"Install failed. Press x to continue...": "",
|
||||||
|
"Toxcore compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
|
"Toxcore compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
|
"File not found /usr/local/bin/tox-bootstrapd": "",
|
||||||
|
"Account to run Tox's DHT bootstrap daemon": "",
|
||||||
|
"Unable to install toxid, returned $?": "",
|
||||||
|
"Toxic client compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
|
"Tox client was not installed to $TOXIC_FILE": "",
|
||||||
|
"Toxic client compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
"warning: creating initial user $username with well known password!": "",
|
"warning: creating initial user $username with well known password!": "",
|
||||||
"info: killing leftover processes in chroot": ""
|
"info: killing leftover processes in chroot": ""
|
||||||
}
|
}
|
|
@ -17,17 +17,5 @@
|
||||||
"Unable to find site directory: /opt/zeronet/data/$ZERONET_FORUM_ADDRESS": "",
|
"Unable to find site directory: /opt/zeronet/data/$ZERONET_FORUM_ADDRESS": "",
|
||||||
"Forum address: $ZERONET_FORUM_ADDRESS": "",
|
"Forum address: $ZERONET_FORUM_ADDRESS": "",
|
||||||
"Forum private key: $ZERONET_FORUM_PRIVATE_KEY": "",
|
"Forum private key: $ZERONET_FORUM_PRIVATE_KEY": "",
|
||||||
"$INSTALL_DIR/toxcore not found": "",
|
"Home directory for $DEFAULT_USERNAME not found": ""
|
||||||
"Toxcore compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
|
||||||
"Toxcore compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
|
||||||
"File not found /usr/local/bin/tox-bootstrapd": "",
|
|
||||||
"Account to run Tox's DHT bootstrap daemon": "",
|
|
||||||
"File not found $INSTALL_DIR/toxcore/other/bootstrap_daemon/tox-bootstrapd.conf": "",
|
|
||||||
"File not found $INSTALL_DIR/toxcore/other/bootstrap_daemon/tox-bootstrapd.service": "",
|
|
||||||
"See $INSTALL_DIR/make_toxid.txt": "",
|
|
||||||
"$INSTALL_DIR/toxic not found": "",
|
|
||||||
"Toxic client compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
|
||||||
"See $INSTALL_DIR/make_toxic.txt": "",
|
|
||||||
"Tox client was not installed to $TOXIC_FILE": "",
|
|
||||||
"Toxic client compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": ""
|
|
||||||
}
|
}
|
|
@ -20,7 +20,9 @@
|
||||||
"Backing up monkeysphere files for $USERNAME": "",
|
"Backing up monkeysphere files for $USERNAME": "",
|
||||||
"Backing up local files for $USERNAME": "",
|
"Backing up local files for $USERNAME": "",
|
||||||
"Backing up Mutt settings for $USERNAME": "",
|
"Backing up Mutt settings for $USERNAME": "",
|
||||||
|
"Stopping mail server": "",
|
||||||
"Creating an email archive for $USERNAME": "",
|
"Creating an email archive for $USERNAME": "",
|
||||||
|
"Restarting mail server": "",
|
||||||
"Backing up emails for $USERNAME": "",
|
"Backing up emails for $USERNAME": "",
|
||||||
"Backing up spamassassin settings for $USERNAME": "",
|
"Backing up spamassassin settings for $USERNAME": "",
|
||||||
"Backing up procmail settings for $USERNAME": "",
|
"Backing up procmail settings for $USERNAME": "",
|
||||||
|
|
|
@ -17,7 +17,9 @@
|
||||||
"Backing up Mutt settings for $USERNAME": "",
|
"Backing up Mutt settings for $USERNAME": "",
|
||||||
"Backing up procmail settings for $USERNAME": "",
|
"Backing up procmail settings for $USERNAME": "",
|
||||||
"Backing up spamassassin settings for $USERNAME": "",
|
"Backing up spamassassin settings for $USERNAME": "",
|
||||||
|
"Stopping mail server": "",
|
||||||
"Creating an email archive": "",
|
"Creating an email archive": "",
|
||||||
|
"Restarting mail server": "",
|
||||||
"Backing up emails for $USERNAME": "",
|
"Backing up emails for $USERNAME": "",
|
||||||
"Backing up Lets Encrypt settings": "",
|
"Backing up Lets Encrypt settings": "",
|
||||||
"Backing up Tor settings": "",
|
"Backing up Tor settings": "",
|
||||||
|
|
|
@ -89,11 +89,21 @@
|
||||||
"Enter the Key ID, address or domain to be signed.\\n\\nIf you are signing a website domain then include the https:// at the beginning.\\n\\nIf you are signing an ssh key then include ssh:// before the domain name.": "",
|
"Enter the Key ID, address or domain to be signed.\\n\\nIf you are signing a website domain then include the https:// at the beginning.\\n\\nIf you are signing an ssh key then include ssh:// before the domain name.": "",
|
||||||
"Sign a PGP/GPG key": "",
|
"Sign a PGP/GPG key": "",
|
||||||
"$SIGN_ADDRESS was signed": "",
|
"$SIGN_ADDRESS was signed": "",
|
||||||
|
"Trust a PGP/GPG key or website domain": "",
|
||||||
|
"Enter the Key ID, address or domain to be trusted.\\n\\nIf you are trusting a website domain then include the https:// at the beginning.\\n\\nIf you are trusting an ssh key then include ssh:// before the domain name.": "",
|
||||||
|
"Set the trust level for $TRUST_ADDRESS:": "",
|
||||||
|
"I don't know or won't say": "",
|
||||||
|
"I do NOT trust": "",
|
||||||
|
"I trust marginally": "",
|
||||||
|
"I trust fully": "",
|
||||||
|
"I trust ultimately": "",
|
||||||
|
"$TRUST_ADDRESS was set to trust level ${TRUST_LEVEL}": "",
|
||||||
"My Encryption Keys": "",
|
"My Encryption Keys": "",
|
||||||
"Choose an operation:": "",
|
"Choose an operation:": "",
|
||||||
"Show your PGP/GPG key": "",
|
"Show your PGP/GPG key": "",
|
||||||
"Publish your PGP/GPG key so that others can find it": "",
|
"Publish your PGP/GPG key so that others can find it": "",
|
||||||
"Refresh your PGP/GPG keys": "",
|
"Refresh your PGP/GPG keys": "",
|
||||||
|
"Set the trust level for a PGP/GPG key": "",
|
||||||
"Back to main menu": "",
|
"Back to main menu": "",
|
||||||
"Change Email Filtering Rules": "",
|
"Change Email Filtering Rules": "",
|
||||||
"Add yourself to a mailing list": "",
|
"Add yourself to a mailing list": "",
|
||||||
|
|
|
@ -6,6 +6,14 @@
|
||||||
"\n .---. . .\n | | |\n |--- .--. .-. .-. .-.| .-. .--.--. |.-. .-. .--. .-.\n | | (.-' (.-' ( | ( )| | | | )( )| | (.-'\n ' ' --' --' -' - -' ' ' -' -' -' ' - --'\n\n\t\t\t\t\tInitial base install\n\nYour system is not yet installed. To complete the process run the\nfollowing commands, then enter your details.\n\n\tsudo su\n\t${PROJECT_NAME} menuconfig\n\n": "",
|
"\n .---. . .\n | | |\n |--- .--. .-. .-. .-.| .-. .--.--. |.-. .-. .--. .-.\n | | (.-' (.-' ( | ( )| | | | )( )| | (.-'\n ' ' --' --' -' - -' ' ' -' -' -' ' - --'\n\n\t\t\t\t\tInitial base install\n\nYour system is not yet installed. To complete the process run the\nfollowing commands, then enter your details.\n\n\tsudo su\n\t${PROJECT_NAME} menuconfig\n\n": "",
|
||||||
"Using ssh public key:": "",
|
"Using ssh public key:": "",
|
||||||
"Install failed. Press x to continue...": "",
|
"Install failed. Press x to continue...": "",
|
||||||
|
"Toxcore compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
|
"Toxcore compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
|
"File not found /usr/local/bin/tox-bootstrapd": "",
|
||||||
|
"Account to run Tox's DHT bootstrap daemon": "",
|
||||||
|
"Unable to install toxid, returned $?": "",
|
||||||
|
"Toxic client compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
|
"Tox client was not installed to $TOXIC_FILE": "",
|
||||||
|
"Toxic client compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
||||||
"warning: creating initial user $username with well known password!": "",
|
"warning: creating initial user $username with well known password!": "",
|
||||||
"info: killing leftover processes in chroot": ""
|
"info: killing leftover processes in chroot": ""
|
||||||
}
|
}
|
|
@ -17,17 +17,5 @@
|
||||||
"Unable to find site directory: /opt/zeronet/data/$ZERONET_FORUM_ADDRESS": "",
|
"Unable to find site directory: /opt/zeronet/data/$ZERONET_FORUM_ADDRESS": "",
|
||||||
"Forum address: $ZERONET_FORUM_ADDRESS": "",
|
"Forum address: $ZERONET_FORUM_ADDRESS": "",
|
||||||
"Forum private key: $ZERONET_FORUM_PRIVATE_KEY": "",
|
"Forum private key: $ZERONET_FORUM_PRIVATE_KEY": "",
|
||||||
"$INSTALL_DIR/toxcore not found": "",
|
"Home directory for $DEFAULT_USERNAME not found": ""
|
||||||
"Toxcore compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
|
||||||
"Toxcore compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
|
||||||
"File not found /usr/local/bin/tox-bootstrapd": "",
|
|
||||||
"Account to run Tox's DHT bootstrap daemon": "",
|
|
||||||
"File not found $INSTALL_DIR/toxcore/other/bootstrap_daemon/tox-bootstrapd.conf": "",
|
|
||||||
"File not found $INSTALL_DIR/toxcore/other/bootstrap_daemon/tox-bootstrapd.service": "",
|
|
||||||
"See $INSTALL_DIR/make_toxid.txt": "",
|
|
||||||
"$INSTALL_DIR/toxic not found": "",
|
|
||||||
"Toxic client compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": "",
|
|
||||||
"See $INSTALL_DIR/make_toxic.txt": "",
|
|
||||||
"Tox client was not installed to $TOXIC_FILE": "",
|
|
||||||
"Toxic client compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed.": ""
|
|
||||||
}
|
}
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue