From bea32af5d45702e5608d347bf2bf6314d899f2e0 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Sat, 12 Jan 2019 18:18:23 +0100 Subject: [feat] Reorganize code Let's use a more structured folder system: https://github.com/golang-standards/project-layout - Resolves: #99 --- tools/transifex/messages.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 tools/transifex/messages.json (limited to 'tools/transifex/messages.json') diff --git a/tools/transifex/messages.json b/tools/transifex/messages.json new file mode 100644 index 0000000..40a4145 --- /dev/null +++ b/tools/transifex/messages.json @@ -0,0 +1,28 @@ +{ + "About": "About", + "About...": "About...", + "Cancel": "Cancel", + "Checking status...": "Checking status...", + "Connecting to {ApplicationName}": "Connecting to {ApplicationName}", + "Donate": "Donate", + "Donate...": "Donate...", + "Error starting VPN": "Error starting VPN", + "Help...": "Help...", + "Initialization error": "Initialization error", + "Missing authentication agent": "Missing authentication agent", + "Quit": "Quit", + "Retry": "Retry", + "Route traffic through": "Route traffic through", + "Stopping {ApplicationName}": "Stopping {ApplicationName}", + "Turn off": "Turn off", + "Turn on": "Turn on", + "Use {ApplicationName} {City} gateway": "Use {ApplicationName} {City} gateway", + "aboutText": "{ApplicationName} is an easy, fast, and secure VPN service from riseup.net. {ApplicationName} does not require a user account, keep logs, or track you in any way.\n\t \nThis service is paid for entirely by donations from users like you. Please donate at https://riseup.net/vpn/donate.\n\t\t\nBy using this application, you agree to the Terms of Service available at https://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.\n\n\n{ApplicationName_1} version: {Version}", + "donationText": "The {ApplicationName} service is expensive to run. Because we don't want to store personal information about you, there is no accounts or billing for this service. But if you want the service to continue, donate at least $5 each month.\n\t\nDo you want to donate now?", + "errorMsg": "An error has ocurred initializing the VPN: {Err}", + "errorStartingVPN": "Can't connect to {ApplicationName}: {Err}", + "missingAuthAgent": "Could not find a polkit authentication agent. Please run one and try again.", + "{ApplicationName} blocking internet": "{ApplicationName} blocking internet", + "{ApplicationName} off": "{ApplicationName} off", + "{ApplicationName} on": "{ApplicationName} on" +} -- cgit v1.2.3