From 5556a15effa0d3604085bc28306be72149d1adf1 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Thu, 24 May 2018 01:38:27 +0200 Subject: [feat] add about page And update links. - Resolves: #34 --- locales/en-US/messages.gotext.json | 58 ++++++++++++++++++++++++++++++++++---- 1 file changed, 52 insertions(+), 6 deletions(-) (limited to 'locales/en-US') 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 @@ -28,6 +28,41 @@ "translatorComment": "Copied from source.", "fuzzy": true }, + { + "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", @@ -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", -- cgit v1.2.3