Advertisement
Guest User

Untitled

a guest
Nov 12th, 2014
317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <?php
  2. /**
  3.  * i-MSCP InstantSSH plugin
  4.  * Copyright (C) 2014 Laurent Declercq <l.declercq@nuxwin.com>
  5.  *
  6.  * This library is free software; you can redistribute it and/or
  7.  * modify it under the terms of the GNU Lesser General Public
  8.  * License as published by the Free Software Foundation; either
  9.  * version 2.1 of the License, or (at your option) any later version.
  10.  *
  11.  * This library is distributed in the hope that it will be useful,
  12.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  13.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  14.  * Lesser General Public License for more details.
  15.  *
  16.  * You should have received a copy of the GNU Lesser General Public
  17.  * License along with this library; if not, write to the Free Software
  18.  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  19.  *
  20.  * @translator Laurent Declercq (nuxwin) <l.declercq@nuxwin.com>
  21.  */
  22. return array(
  23.     'Invalid default authentication options: %s' => 'Foute standaardauthenticatie-opties: %s',
  24.     'Any authentication options defined in the default_ssh_auth_options parameter must be also defined in the allowed_ssh_auth_options parameter.' => 'Alle authenticatieopties, ingesteld in de default_ssh_auth_options-parameter moeten ook toegestaan zijn in de allowed_ssh_auth_options-parameter.',
  25.     'allowed_ssh_auth_options parameter must be an array.' => 'De allowed_ssh_auth_options-parameter moet een array zijn.',
  26.     'default_ssh_auth_options parameter must be a string.' => 'De default_ssh_auth_options-parameter moet een tekenreeks (string) zijn.',
  27.     'SSH permissions' => 'SSH-rechten',
  28.     'SSH users' => 'SSH-gebruikers',
  29.     'This is the list of customers which are allowed to create SSH users to login on the system using SSH.' => 'Dit is de lijst van klanten, welke toestemming hebben om SSH-gebruikers te maken die met SSH kunnen inloggen op het systeem.',
  30.     'Customer name' => 'Klantnaam',
  31.     'Max SSH users' => 'Maximaal aantal SSH-gebruikers',
  32.     'Authentication options' => 'Authenticatie-options',
  33.     'Restricted shell' => 'Beperkte Shell',
  34.     'Status' => 'Status',
  35.     'Actions' => 'Acties',
  36.     'Processing...' => 'Verwerkende...',
  37.     'Add / Edit SSH Permissions' => 'Voeg SSH-rechten toe / Pas deze aan',
  38.     'Maximum number of SSH users' => 'Maximaal aantal SSH-gebruikers',
  39.     '0 for unlimited' => '0 voor onbeperkt',
  40.     'Enter a number' => 'Voer een getal in',
  41.     'Enter a customer name' => 'Voer een klantnaam in',
  42.     'Can edit authentication options' => 'Kan authenticatie-opties aanpassen',
  43.     'See man authorized_keys for further details about authentication options.' => 'Bekijk de handleiding (man) voor authorized_keys voor meer informatie over authenticatie-opties.',
  44.     'Does the shell access must be provided in restricted environment (recommended)?' => 'Moet de shelltoegang aangeboden worden in een beperkte omgeving? (aanbevolen)', // TODO: Think you made a typo here "Does the shell access have to be provided..."
  45.     'Unknown customer. Please enter a valid customer name.' => 'Onbekende klant. Vul een geldige klantnaam in.',
  46.     'Are you sure you want to revoke SSH permissions for this customer?' => 'Weet u zeker dat u de SSH-rechten voor deze klant wilt intrekken?',
  47.     'Unknown action.' => 'Onbekende actie.',
  48.     'Request Timeout: The server took too long to send the data.' => 'Verzoek verlopen: De server deed er te lang over om de data te versturen.',
  49.     'An unexpected error occurred.' => 'Er is een onbekende fout opgetreden.',
  50.     'Save' => 'Opslaan',
  51.     'Cancel' => 'Annuleren',
  52.     'Admin / Settings / SSH Permissions' => 'Beheerder / Instellingen / SSH-instellingen',
  53.     'An unexpected error occurred: %s' => 'Er is een onbekende fout opgetreden: %s',
  54.     'SSH permissions not found.' => 'SSH-rechten niet gevonden.',
  55.     'Bad request.' => 'Fout verzoek.',
  56.     'All fields are required.' => 'Alle velden dienen te worden ingevuld.',
  57.     "Wrong value for the 'Maximum number of SSH users' field. Please, enter a number." => "Incorrecte waarde voor het 'Maximaal aantal SSH-gebruikers'-veld. Vul een correct getal in.",
  58.     'SSH permissions were added.' => 'SSH-rechten zijn toegevoegd.',
  59.     'SSH permissions were scheduled for update.' => 'SSH-rechten zijn ingepland om bijgewerkt te worden.',
  60.     'SSH permissions were scheduled for deletion.' => 'SSH-rechten zijn ingepland om verwijderd te worden.',
  61.     'Edit permissions' => 'Wijzig rechten',
  62.     'Revoke permissions' => 'Trek rechten in',
  63.     'This is the list of SSH users associated with your account.' => 'Dit is de lijst met SSH-gebruikers gekoppeld aan uw account.',
  64.     "You can provide either a password, an SSH key or both. However, it's recommended to prefer key-based authentication." => "U kunt een wachtwoord, een SSH-key of beide aanleveren, maar het is aanbevolen om aan te melden met SSH-keys.",
  65.     'You can generate your rsa key pair by running the following command:' => 'U kunt een RSA-sleutel genereren door het volgende commando te geven:',
  66.     'Key fingerprint' => 'Vingerafdruk sleutel',
  67.     'SSH user' => 'SSH-gebruiker',
  68.     'Username' => 'Gebruikersnaam',
  69.     'Enter an username' => 'Vul een gebruikersnaam in',
  70.     'Password' => 'Wachtwoord',
  71.     'Enter a password' => 'Vul een wachtwoord in',
  72.     'Password confirmation' => 'Wachtwoordbevestiging',
  73.     'Confirm the password' => 'Bevestig het wachtwoord',
  74.     'SSH key' => 'SSH-key',
  75.     'Enter your SSH key' => 'Vul uw SSH-key in',
  76.     'Supported RSA key formats are PKCS#1, openSSH and XML Signature.' => 'Ondersteunde RSA-keyformaten zijn PKCS#1, openSSH en een XML-handtekening.',
  77.     'Are you sure you want to delete this SSH user?' => 'Weet u zeker dat u deze SSH-gebruiker wilt aanpassen?',
  78.     'Client / Profile / SSH Users' => 'Klant / Profiel / SSH-gebruikers',
  79.     'SSH user not found.' => 'SSH-key niet gevonden.',
  80.     'Un-allowed username. Please use alphanumeric characters only.' => 'Gebruikersnaam niet toegestaan. Gebruik enkel alfanumerieke tekens.',
  81.     'The username is too long (Max 8 characters).' => 'De gebruikersnaam is te lang (Maximaal 8 tekens).',
  82.     'This username is not available.' => 'Deze gebruikernaam is niet (meer) beschikbaar.',
  83.     'You must enter an SSH key.' => 'U moet een SSH-key ingeven.',
  84.     'You must enter either a password, an SSH key or both.' => 'U dient een wachtwoord, een SSH-key of beide in te geven..',
  85.     'Un-allowed password. Please use alphanumeric characters only.' => 'Wachtwoord niet toegestaan. Kies uit alfanumerieke tekens.',
  86.     'Wrong password length (Max 32 characters).' => 'Verkeerde wachtwoordlengte (Maximaal 32 tekens).',
  87.     'Wrong password length (Min 6 characters).' => 'Verkeerde wachtwoordlengte (Minimaal 6 tekens).',
  88.     'Passwords do not match.' => 'Wachtwoorden komen niet overeen.',
  89.     'Invalid SSH key.' => 'Incorrecte SSH-key.',
  90.     'SSH user has been scheduled for addition.' => 'SSH-gebruiker ingepland om toegevoegd te worden.',
  91.     'Your SSH user limit is reached.' => 'Uw SSH-gebruikerslimiet is bereikt.',
  92.     'SSH user has been scheduled for update.' => 'SSH-gebruiker ingepland om bijgewerkt te worden.',
  93.     'SSH user has been scheduled for deletion.' => 'SSH-gebruiker ingepland om verwijderd te worden.',
  94.     'An unexpected error occurred. Please contact your reseller.' => 'Er is een onverwachte fout opgetreden. Neem contact op met uw wederverkoper.',
  95.     'Add / Edit SSH user' => 'Voeg SSH-gebruiker toe / Pas deze aan',
  96.     'Delete this SSH user' => 'Verwijder deze SSH-gebruiker',
  97.     'Allowed authentication options: %s' => 'Authenticatie-opties toegestaan: %s',
  98.     'Unlimited' => 'Ongelimiteerd',
  99.     'Yes' => 'Ja',
  100.     'No' => 'Nee'
  101. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement