diff options
author | Ruben Pollan <meskio@sindominio.net> | 2018-05-24 01:38:27 +0200 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2018-05-24 01:38:27 +0200 |
commit | 5556a15effa0d3604085bc28306be72149d1adf1 (patch) | |
tree | ceaa7d942d8398f53f7be6d03b17d0f1c866fdbf /locales/en-US/messages.gotext.json | |
parent | e710eec552c36b53b6be50d0be7f187f8839968c (diff) |
[feat] add about page
And update links.
- Resolves: #34
Diffstat (limited to 'locales/en-US/messages.gotext.json')
-rw-r--r-- | locales/en-US/messages.gotext.json | 58 |
1 files changed, 52 insertions, 6 deletions
diff --git a/locales/en-US/messages.gotext.json b/locales/en-US/messages.gotext.json index 98fad1e..d4f007f 100644 --- a/locales/en-US/messages.gotext.json +++ b/locales/en-US/messages.gotext.json @@ -30,6 +30,41 @@ }, { "id": [ + "aboutText", + "{ApplicationName} is an easy, fast, and secure VPN service from riseup.net. {ApplicationName_1} does not require a user account, keep logs, or track you in any way.\n\t \nThis service paid for entirely by donations from users like you. Please donate at riseup.net/vpn/donate.\n\t\t\nBy using this application, you agree to the Terms of Service available at riseup.net/tos. This service is provide as-is, without any warranty, and is intended for people who work to make the world a better place." + ], + "message": "{ApplicationName} is an easy, fast, and secure VPN service from riseup.net. {ApplicationName_1} does not require a user account, keep logs, or track you in any way.\n\t \nThis service paid for entirely by donations from users like you. Please donate at riseup.net/vpn/donate.\n\t\t\nBy using this application, you agree to the Terms of Service available at riseup.net/tos. This service is provide as-is, without any warranty, and is intended for people who work to make the world a better place.", + "translation": "{ApplicationName} is an easy, fast, and secure VPN service from riseup.net. {ApplicationName_1} does not require a user account, keep logs, or track you in any way.\n\t \nThis service paid for entirely by donations from users like you. Please donate at riseup.net/vpn/donate.\n\t\t\nBy using this application, you agree to the Terms of Service available at riseup.net/tos. This service is provide as-is, without any warranty, and is intended for people who work to make the world a better place.", + "translatorComment": "Copied from source.", + "placeholders": [ + { + "id": "ApplicationName", + "string": "%[1]s", + "type": "string", + "underlyingType": "string", + "argNum": 1, + "expr": "applicationName" + }, + { + "id": "ApplicationName_1", + "string": "%[2]s", + "type": "string", + "underlyingType": "string", + "argNum": 2, + "expr": "applicationName" + } + ], + "fuzzy": true + }, + { + "id": "About", + "message": "About", + "translation": "About", + "translatorComment": "Copied from source.", + "fuzzy": true + }, + { + "id": [ "notRunning", "Is bitmaskd running? Start bitmask and try again." ], @@ -100,14 +135,25 @@ "fuzzy": true }, { - "id": "Help ...", - "message": "Help ...", - "translation": "Help ..." + "id": "Help...", + "message": "Help...", + "translation": "Help...", + "translatorComment": "Copied from source.", + "fuzzy": true + }, + { + "id": "Donate...", + "message": "Donate...", + "translation": "Donate...", + "translatorComment": "Copied from source.", + "fuzzy": true }, { - "id": "Donate ...", - "message": "Donate ...", - "translation": "Donate ..." + "id": "About...", + "message": "About...", + "translation": "About...", + "translatorComment": "Copied from source.", + "fuzzy": true }, { "id": "Quit", |