PageRenderTime 48ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 0ms

/htdocs/langs/nl_BE/install.lang.php

https://bitbucket.org/speedealing/speedealing
PHP | 116 lines | 91 code | 1 blank | 24 comment | 0 complexity | 8eadbb7ff3efc8822070e7f56886b38b MD5 | raw file
Possible License(s): LGPL-3.0, LGPL-2.1, GPL-3.0, MIT
  1. <?php
  2. /* Copyright (C) 2012 Regis Houssin <regis.houssin@capnetworks.com>
  3. *
  4. * This program is free software; you can redistribute it and/or modify
  5. * it under the terms of the GNU General Public License as published by
  6. * the Free Software Foundation; either version 3 of the License, or
  7. * (at your option) any later version.
  8. *
  9. * This program is distributed in the hope that it will be useful,
  10. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. * GNU General Public License for more details.
  13. *
  14. * You should have received a copy of the GNU General Public License
  15. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  16. */
  17. $install = array(
  18. 'CHARSET' => 'UTF-8',
  19. // Welcome step
  20. 'SpeedealingSetup' => 'Speedealing Setup',
  21. 'Welcome' => 'Welcome',
  22. 'WelcomeTitle' => 'Welcome to Speedealing',
  23. 'WelcomeDescription' => 'Speedealing install',
  24. 'LanguageDescription' => 'Language used on United States',
  25. 'InstallTypeTitle' => 'Install type',
  26. 'InstallType' => 'Install type',
  27. 'InstallTypeDescription' => 'Choose your install type',
  28. 'InstallTypeServer' => 'Install type server',
  29. 'InstallTypeServerDescription' => '',
  30. 'InstallTypeClient' => 'Install type client',
  31. 'InstallTypeClientDescription' => '',
  32. // Prerequisite step
  33. 'Prerequisites' => 'Prerequisites',
  34. 'PrerequisitesTitle' => 'Checking prerequisites',
  35. 'PrerequisitesDescription' => 'The application requires a few prerequisites on your system to function properly.',
  36. 'MoreInformation' => 'More information',
  37. 'PHPVersion' => 'PHP versie',
  38. 'PHPGD' => 'PHP GD',
  39. 'PHPSupportGD' => 'Dit PHP ondersteuning GD grafische functies.',
  40. 'PHPCurl' => 'PHP Curl',
  41. 'PHPSupportCurl' => 'This PHP support CURL functions.',
  42. 'PHPMemcached' => 'PHP Mecached',
  43. 'PHPSupportMemcached' => 'This PHP support Memcached functions.',
  44. 'PHPMemoryLimit' => 'PHP memory',
  45. 'PHPMemoryOK' => 'Uw PHP max. session geheugen is ingesteld op <b>%s</b>. Dit moet genoeg zijn.',
  46. 'PHPMemoryTooLow' => 'Uw PHP max. session geheugen is ingesteld op <b>%s</b> bytes. Dit zal te laag zijn. Verander uw <b>php.ini</b> om <b>memory_limit</b> parameter in te stellen naar ten minste <b>%s</b> bytes.',
  47. 'CouchDB' => 'CouchDB',
  48. 'CouchDBVersion' => 'CouchDB version %s',
  49. 'CouchDBProxyPassDescription' => '',
  50. 'ErrorPHPDoesNotSupportGD' => 'Uw PHP installatie biedt geen ondersteuning voor grafische functie GD. Geen grafiek zal beschikbaar zijn.',
  51. 'ErrorPHPDoesNotSupportCurl' => 'Your PHP installation does not support CURL functions. This is necessary to interact with the database.',
  52. 'ErrorFailedToCreateDatabase' => 'Mislukt om database \'%s\' te creëren.',
  53. 'ErrorFailedToConnectToDatabase' => 'Kan geen verbinding maken met database \'%s\'.',
  54. 'ErrorDatabaseVersionTooLow' => 'Database version (%s) too old. Version %s or higher is required.',
  55. 'ErrorPHPVersionTooLow' => 'PHP versie te oud. Versie %s is vereist.',
  56. 'ErrorCouchDBVersion' => 'CouchDB version (%s) is too old. Version %s or higher is required.',
  57. 'ErrorCouchDBNotUseProxyPass' => '',
  58. 'WarningPHPVersionTooLow' => 'PHP version too old. Version %s or more is expected. This version should allow install but is not supported.',
  59. 'WarningPHPDoesNotSupportMemcached' => 'Your PHP installation does not support Memcached function.',
  60. 'MemcachedDescription' => 'Activer Memcached necessite l\'installation d\'un serveur Memcached et des lib php-memcached ou php-memcache. Il peut être activer après l\'installation.',
  61. 'Reload' => 'Reload',
  62. 'ReloadIsRequired' => 'Reload is required',
  63. // Config file
  64. 'ConfFileStatus' => 'Config file',
  65. 'ConfFileCreated' => 'Config file created',
  66. 'ConfFileExists' => 'Configuratiebestand <b>%s</b> bestaat.',
  67. 'ConfFileDoesNotExists' => 'Configuratiebestand <b>%s</b> bestaat niet!',
  68. 'ConfFileDoesNotExistsAndCouldNotBeCreated' => 'Configuratiebestand <b>%s</b> bestaat niet en kan niet worden gemaakt!',
  69. 'ConfFileIsNotWritable' => 'Configuratiebestand <b>%s</b> is niet schrijfbaar. Controleer de machtigingen. Wanneer u voor het eerst installeert zal u aan uw web-server schrijfrechten moet verlenen aan het configuratiebestand tijdens het installatie proces ( "chmod 666", bijvoorbeeld op Unix zoals OS).',
  70. 'ConfFileIsWritable' => 'Configuratiebestand <b>%s</b> is schrijfbaar.',
  71. 'YouMustCreateWithPermission' => 'U moet bestand %s aanmaken en schrijfrechten geven voor de webserver tijdens het installatieproces.',
  72. // User sync
  73. 'UserSyncCreated' => 'The replication user was created.',
  74. // Database
  75. 'DatabaseCreated' => 'The database was created.',
  76. 'WarningDatabaseAlreadyExists' => 'The database \'%s\' already exists.',
  77. // SuperAdmin
  78. 'AdminCreated' => 'The superadmin was created.',
  79. // User
  80. 'UserCreated' => 'The user was created.',
  81. // Lock file
  82. 'LockFileCreated' => 'The lock file was created.',
  83. 'LockFileCouldNotBeCreated' => 'The lock file could not be created.',
  84. 'URLRoot' => 'URL Root',
  85. 'SpeedealingDatabase' => 'Speedealing Database',
  86. 'ServerAddressDescription' => 'Naam of IP-adres voor de database server, meestal "localhost" als database server wordt gehost op dezelfde server dan de web-server',
  87. 'ServerPortDescription' => 'Database server poort. Leeg houden als onbekend.',
  88. 'DatabaseServer' => 'Database server',
  89. 'DatabaseName' => 'Database naam',
  90. 'Login' => 'Inloggen',
  91. 'AdminLogin' => 'Login voor administrator van de Speedealing database.',
  92. 'Password' => 'Wachtwoord',
  93. 'AdminPassword' => 'Wachtwoord voor administrator van de Speedealing database.',
  94. 'SystemIsInstalled' => 'Deze installatie is voltooid.',
  95. 'WithNoSlashAtTheEnd' => 'Zonder de schuine streep "/" aan het eind',
  96. 'ServerPortCouchdbDescription' => 'Port du serveur. Défaut 5984.',
  97. 'ServerAddressCouchdbDescription' => 'Nom FQDN du serveur de base de données, \'localhost.localdomain\' quand le serveur est installé sur la même machine que le serveur web',
  98. 'DatabaseCouchdbUserDescription' => 'Login du super administrateur ayant tous les droits sur le serveur CouchDB ou l\'administrateur propriétaire de la base si la base et son compte d\'accès existent déjà (comme lorsque vous êtes chez un hébergeur).<br><br><div class="alert-box info">Cet utilisateur/mot de passe sera l\'administrateur pour se connecter à Speedealing.</div>',
  99. 'ServerAddressMemcachedDesc' => 'Nom ou adresse ip du serveur memcached, généralement \'localhost\' quand le serveur est installé sur la même machine que le serveur web',
  100. 'ServerPortMemcachedDesc' => 'Port du serveur memcached. Défaut : 11211',
  101. 'FailedToCreateAdminLogin' => 'Echec de la création du compte administrateur Speedealing.',
  102. 'Install' => 'Install',
  103. 'InstallTitle' => 'Speedealing install',
  104. 'InstallDescription' => 'Install desc',
  105. 'SystemSetup' => 'System setup',
  106. 'Database' => 'Database',
  107. 'Security' => 'Security',
  108. 'Start' => 'Start',
  109. // Upgrade
  110. 'UpgradeOk' => 'Upgrade is ok !',
  111. 'NewInstalledVersion' => 'Your new version is %s',
  112. 'NeedUpgrade' => 'New Speedealing version !',
  113. 'WarningUpgrade' => 'Installed version is %s, you must upgrade to %s. <br>Please contact your administrator.'
  114. );
  115. ?>