From 6db2cc821d9fbe2da875100d2e5ad90ed0f58c05 Mon Sep 17 00:00:00 2001 From: enahum Date: Tue, 13 Dec 2016 10:44:39 -0300 Subject: Fix error parsing translation files (#4778) --- webapp/i18n/nl.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'webapp/i18n/nl.json') diff --git a/webapp/i18n/nl.json b/webapp/i18n/nl.json index ddda039fa..1725ce62c 100644 --- a/webapp/i18n/nl.json +++ b/webapp/i18n/nl.json @@ -338,7 +338,7 @@ "admin.gitlab.userDescription": "Geef https:///api/v3/user. Zorg ervoor dat u HTTP of HTTPS in de URL gebruikt, afhankelijk van de configuratie van uw server.", "admin.gitlab.userExample": "Bijv.: \"https:///api/v3/user\"", "admin.gitlab.userTitle": "Gebruikers API eindpunt:", - "admin.google.EnableHtmlDesc": "
  1. Inloggen op uw Google account.
  2. Ga naar https://console.developers.google.com, klik op Credentials in het linker menu en voer \"Mattermost - uw-bedrijfsnaam\" in als Project Name, klik daarna op Create.
  3. Klik op OAuth consent screen en voer \"Mattermost\" in als Product name shown to users, klik daarna op Save.
  4. Onder de kop Credentials, klik Create credentials, kies OAuth client ID en selecteer Web Application.
  5. Onder Restrictions en Authorized redirect URIs voer in jouw-mattermost-url/signup/google/complete (bijv.: http://localhost:8065/signup/google/complete). Klik Create.
  6. Plak de Client ID en Client Secret in onderstaande velden, klik daarna op Save.
  7. Als laatste stap, ga naar Google+ API en klik Enable. Het kan een aantal minuten duren voordat het de systemen van Google actief is.
", + "admin.google.EnableHtmlDesc": "
  1. Inloggen op uw Google account.
  2. Ga naar https://console.developers.google.com, klik op Credentials in het linker menu en voer \"Mattermost - uw-bedrijfsnaam\" in als Project Name, klik daarna op Create.
  3. Klik op OAuth consent screen en voer \"Mattermost\" in als Product name shown to users, klik daarna op Save.
  4. Onder de kop Credentials, klik Create credentials, kies OAuth client ID en selecteer Web Application.
  5. Onder Restrictions en Authorized redirect URIs voer in jouw-mattermost-url/signup/google/complete (bijv.: http://localhost:8065/signup/google/complete). Klik Create.
  6. Plak de Client ID en Client Secret in onderstaande velden, klik daarna op Save.
  7. Als laatste stap, ga naar Google+ API en klik Enable. Het kan een aantal minuten duren voordat het de systemen van Google actief is.
", "admin.google.authTitle": "Auth Eindpunt:", "admin.google.clientIdDescription": "Het Client ID wat je hebt ontvangen bij het registreren van je applicatie bij Google.", "admin.google.clientIdExample": "Bijv.: \"7602141235235-url0fhs1mayfasbmop5qlfns8dh4.apps.googleusercontent.com\"", @@ -512,10 +512,10 @@ "admin.oauth.google": "Google Apps", "admin.oauth.off": "Sta niet toe in te loggen via een OAuth 2.0 provider", "admin.oauth.office365": "Office 365 (Beta)", - "admin.oauth.providerDescription": "When true, Mattermost can act as an OAuth 2.0 service provider allowing Mattermost to authorize API requests from external applications. See documentation to learn more.", + "admin.oauth.providerDescription": "When true, Mattermost can act as an OAuth 2.0 service provider allowing Mattermost to authorize API requests from external applications. See documentation to learn more.", "admin.oauth.providerTitle": "Aanzetten van OAuth 2.0 Service Provider:", "admin.oauth.select": "Selecteer OAuth 2.0 service provider:", - "admin.office365.EnableHtmlDesc": "
  1. Log in to your Microsoft or Office 365 account. Make sure it's the account on the same tenant that you would like users to log in with.
  2. Go to https://apps.dev.microsoft.com, click Go to app list > Add an app and use \"Mattermost - your-company-name\" as the Application Name.
  3. Under Application Secrets, click Generate New Password and paste it to the Application Secret Password field below.
  4. Under Platforms, click Add Platform, choose Web and enter your-mattermost-url/signup/office365/complete (example: http://localhost:8065/signup/office365/complete) under Redirect URIs. Also uncheck Allow Implicit Flow.
  5. Finally, click Save and then paste the Application ID below.
", + "admin.office365.EnableHtmlDesc": "
  1. Log in to your Microsoft or Office 365 account. Make sure it's the account on the same tenant that you would like users to log in with.
  2. Go to https://apps.dev.microsoft.com, click Go to app list > Add an app and use \"Mattermost - your-company-name\" as the Application Name.
  3. Under Application Secrets, click Generate New Password and paste it to the Application Secret Password field below.
  4. Under Platforms, click Add Platform, choose Web and enter your-mattermost-url/signup/office365/complete (example: http://localhost:8065/signup/office365/complete) under Redirect URIs. Also uncheck Allow Implicit Flow.
  5. Finally, click Save and then paste the Application ID below.
", "admin.office365.authTitle": "Auth Eindpunt:", "admin.office365.clientIdDescription": "Het Spplicatie/Client ID wat je hebt ontvangen bij het registreren van je applicatie bij Microsoft.", "admin.office365.clientIdExample": "Bijv.: \"adf3sfa2-ag3f-sn4n-ids0-sh1hdax192qq\"", -- cgit v1.2.3-1-g7c22