summaryrefslogtreecommitdiff
path: root/locales/nl/messages.gotext.json
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2019-01-31 17:51:57 +0100
committerRuben Pollan <meskio@sindominio.net>2019-01-31 17:51:57 +0100
commit6264cdf8a95c8d924db39168093af78e6b273b80 (patch)
tree78a4f1712dbb09f9f65729984199c0c4acf8f823 /locales/nl/messages.gotext.json
parent0d4ef9c4cb4fd10734d87dd523b790b1fe4bb5c4 (diff)
[bug] don't initialize the gateway selection before bitmask is ready
- Resolves: #110
Diffstat (limited to 'locales/nl/messages.gotext.json')
-rw-r--r--locales/nl/messages.gotext.json64
1 files changed, 44 insertions, 20 deletions
diff --git a/locales/nl/messages.gotext.json b/locales/nl/messages.gotext.json
index 296f77e..56712fe 100644
--- a/locales/nl/messages.gotext.json
+++ b/locales/nl/messages.gotext.json
@@ -7,7 +7,7 @@
"An error has ocurred initializing the VPN: {Err}"
],
"message": "An error has ocurred initializing the VPN: {Err}",
- "translation": "Er heeft zich een fout voorgedaan bij het initialiseren van VPN: {Err}",
+ "translation": "Er heeft zich een fout voorgedaan bij het initialiseren van de VPN: {Err}",
"placeholders": [
{
"id": "Err",
@@ -33,7 +33,7 @@
"type": "string",
"underlyingType": "string",
"argNum": 1,
- "expr": "n.conf.ApplicationName"
+ "expr": "config.ApplicationName"
}
]
},
@@ -45,10 +45,10 @@
{
"id": [
"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}"
+ "{ApplicationName} is an easy, fast, and secure VPN service from {Provider}. {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 {DonateURL}.\n\t\t\nBy using this application, you agree to the Terms of Service available at {TosURL}. 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}"
],
- "message": "{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}",
- "translation": "{ApplicationName} is een gemakkelijke, snelle, en veilige VPN-dienst van riseup.net. {ApplicationName} vereist geen gebruikersaccount, houdt geen logboek bij en volgt u niet op wat voor manier dan ook.\n\t\nDeze dienst wordt volledig gefinancierd door donaties van gebruikers zoals u. Overweeg bij te dragen op https://riseup.net/vpn/donate.\n\t\t\nDoor deze applicatie te gebruiken gaat u akkoord met onze gebruikersvoorwaarden die beschikbaar zijn op https://riseup.net/tos. Deze dienst wordt geleverd zonder enige garantie, en is bedoeld voor mensen die werken aan een betere wereld.\n\n\n{ApplicationName_1} versie: {Version}",
+ "message": "{ApplicationName} is an easy, fast, and secure VPN service from {Provider}. {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 {DonateURL}.\n\t\t\nBy using this application, you agree to the Terms of Service available at {TosURL}. 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}",
+ "translation": "{ApplicationName} is een gemakkelijke, snelle en veilige VPN-dienst van {Provider}. {ApplicationName} vereist geen gebruikersaccount, houdt geen logboek bij en volgt u niet op wat voor manier dan ook.\n\t \nDeze dienst wordt volledig gefinancierd door donaties van gebruikers zoals u. Gelieve bij te dragen op {DonateURL}.\n\t\t\nDoor deze applicatie te gebruiken, gaat u akkoord met onze gebruikersvoorwaarden die beschikbaar zijn op {TosURL}. Deze dienst wordt geleverd zonder enige garantie en is bedoeld voor mensen die werken aan een betere wereld. \n\n\n{ApplicationName_1} version: {Version}",
"placeholders": [
{
"id": "ApplicationName",
@@ -56,7 +56,15 @@
"type": "string",
"underlyingType": "string",
"argNum": 1,
- "expr": "n.conf.ApplicationName"
+ "expr": "config.ApplicationName"
+ },
+ {
+ "id": "Provider",
+ "string": "%[2]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 2,
+ "expr": "config.Provider"
},
{
"id": "ApplicationName",
@@ -64,7 +72,23 @@
"type": "string",
"underlyingType": "string",
"argNum": 1,
- "expr": "n.conf.ApplicationName"
+ "expr": "config.ApplicationName"
+ },
+ {
+ "id": "DonateURL",
+ "string": "%[3]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 3,
+ "expr": "config.DonateURL"
+ },
+ {
+ "id": "TosURL",
+ "string": "%[4]s",
+ "type": "string",
+ "underlyingType": "string",
+ "argNum": 4,
+ "expr": "config.TosURL"
},
{
"id": "ApplicationName_1",
@@ -72,14 +96,14 @@
"type": "string",
"underlyingType": "string",
"argNum": 1,
- "expr": "n.conf.ApplicationName"
+ "expr": "config.ApplicationName"
},
{
"id": "Version",
- "string": "%[2]s",
+ "string": "%[5]s",
"type": "string",
"underlyingType": "string",
- "argNum": 2,
+ "argNum": 5,
"expr": "version"
}
]
@@ -121,7 +145,7 @@
"type": "string",
"underlyingType": "string",
"argNum": 1,
- "expr": "n.conf.ApplicationName"
+ "expr": "config.ApplicationName"
},
{
"id": "Err",
@@ -189,7 +213,7 @@
"type": "string",
"underlyingType": "string",
"argNum": 1,
- "expr": "bt.conf.ApplicationName"
+ "expr": "config.ApplicationName"
},
{
"id": "City",
@@ -212,7 +236,7 @@
"type": "string",
"underlyingType": "string",
"argNum": 1,
- "expr": "bt.conf.ApplicationName"
+ "expr": "config.ApplicationName"
}
]
},
@@ -227,7 +251,7 @@
"type": "string",
"underlyingType": "string",
"argNum": 1,
- "expr": "bt.conf.ApplicationName"
+ "expr": "config.ApplicationName"
}
]
},
@@ -247,7 +271,7 @@
"type": "string",
"underlyingType": "string",
"argNum": 1,
- "expr": "bt.conf.ApplicationName"
+ "expr": "config.ApplicationName"
}
]
},
@@ -262,14 +286,14 @@
"type": "string",
"underlyingType": "string",
"argNum": 1,
- "expr": "bt.conf.ApplicationName"
+ "expr": "config.ApplicationName"
}
]
},
{
- "id": "Retry",
- "message": "Retry",
- "translation": "Opnieuw proberen"
+ "id": "Reconnect",
+ "message": "Reconnect",
+ "translation": "Reconnect"
},
{
"id": "{ApplicationName} blocking internet",
@@ -282,7 +306,7 @@
"type": "string",
"underlyingType": "string",
"argNum": 1,
- "expr": "bt.conf.ApplicationName"
+ "expr": "config.ApplicationName"
}
]
}