install.php 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <?php
  2. return array (
  3. 'Install guide' => 'Installeer gids',
  4. 'Please chose language' => 'Kies een taal',
  5. 'FeehiCMS license agreement' => 'FeehiCMS licentieovereenkomst',
  6. 'Accept' => 'Aanvaarden',
  7. 'Decline' => 'Afwijzen',
  8. 'Check Environment' => 'Controleer omgeving',
  9. 'Fill Info' => 'Vul Info in',
  10. 'Success' => 'Succes',
  11. 'Environment' => 'Milieu',
  12. 'Recommends' => 'Beveelt aan',
  13. 'Least Required' => 'Minst vereist',
  14. 'OS' => 'OS',
  15. 'Current' => 'Actueel',
  16. 'Unix-like' => 'Unix-achtig',
  17. 'Unrestricted' => 'Onbeperkt',
  18. 'Required' => 'Verplicht',
  19. 'Yes' => 'Ja',
  20. 'No' => 'Nee',
  21. 'Module' => 'Module',
  22. 'Directory File Permission' => 'Toestemming voor directorybestanden',
  23. 'Writable' => 'Beschrijfbaar',
  24. 'Readable' => 'Leesbaar',
  25. 'Other' => 'Andere',
  26. 'Upload Limit' => 'Uploadlimiet',
  27. 'Refresh' => 'Vernieuwen',
  28. 'Next' => 'De volgende',
  29. 'Forbidden' => 'Verboden',
  30. 'Database' => 'Database',
  31. 'Type' => 'Type',
  32. 'Recommend MySQL' => 'Beveel MySQL aan',
  33. 'DB Host' => 'DB-host',
  34. 'DB Port' => 'DB-poort',
  35. 'DB Username' => 'DB-gebruikersnaam',
  36. 'DB Password' => 'DB-wachtwoord',
  37. 'Table Prefix' => 'Tabelvoorvoegsel',
  38. 'DB Name' => 'DB-naam',
  39. 'Website' => 'Website',
  40. 'Title' => 'Titel',
  41. 'Site Url' => 'Site-URL',
  42. 'Keywords' => 'Sleutelwoorden',
  43. 'Description' => 'Omschrijving',
  44. 'Administrator' => 'Beheerder',
  45. 'Username' => 'Gebruikersnaam',
  46. 'Password' => 'Wachtwoord',
  47. 'Re-password' => 'Her wachtwoord',
  48. 'Email' => 'E-mail',
  49. 'Prev' => 'Vorige',
  50. 'Install' => 'Installeren',
  51. '{attribute} cannot be empty' => '{attribute} mag niet leeg zijn',
  52. 'Database Username' => 'Database gebruikersnaam',
  53. 'Database Password' => 'Database wachtwoord',
  54. 'Database Name' => 'Database naam',
  55. 'Admin Username' => 'Admin gebruikersnaam',
  56. 'Database table prefix' => 'Voorvoegsel van databasetabel',
  57. 'Database host, SQLite like `/path/to/feehi.db`, other database often is localhost' => 'Databasehost, SQLite zoals `/ pad / naar / feehi.db`, andere database is vaak localhost',
  58. 'Default MySQL 3306, PostgreSQL 5432' => 'Standaard MySQL 3306, PostgreSQL 5432',
  59. 'Please end at "/"' => 'Eindig met "/"',
  60. 'Admin Password' => 'Administrator wachtwoord',
  61. 'Repeat Password' => 'Herhaal wachtwoord',
  62. 'Super administrator, own the whole permission' => 'Superbeheerder, bezit de volledige toestemming',
  63. 'Verifying, do no refresh this window.' => 'Verificatie, vernieuw dit venster niet.',
  64. 'Cannot find database host' => 'Kan databasehost niet vinden',
  65. 'Repeat password is not equal password' => 'Herhaal wachtwoord is niet hetzelfde wachtwoord',
  66. 'Access to database `{database}` error. Maybe permission denied' => 'Toegang tot database \'{database}\' fout. Misschien is de toestemming geweigerd',
  67. 'For your site security, please remove the directory install! and, backup common/config/main-local.php' => 'Voor de veiligheid van uw site dient u de directory install te verwijderen! en back-up common / config / main-local.php',
  68. 'Congratulations! Success installed' => 'Gefeliciteerd! Succes geïnstalleerd',
  69. 'Create database error, please create yourself and retry' => 'Creëer databasefout, creëer jezelf en probeer het opnieuw',
  70. 'Please check your environment to suite the cms' => 'Controleer uw omgeving om de cms',
  71. ' If environment have been suit to the cms please check php session can set correctly' => ' Als de omgeving geschikt is voor het cms, controleer dan of de php-sessie correct kan worden ingesteld',
  72. 'Create table {table} finished' => 'Maak tafel {table} klaar',
  73. 'Create table {table} index {index} finished' => 'Maak tabel {table} index {index} klaar',
  74. 'Insert table {table} data finished' => 'Invoegen tabel {table} gegevens voltooid',
  75. 'finished' => 'afgewerkt',
  76. 'error' => 'fout',
  77. 'go Frontend' => 'ga frontend',
  78. 'go Backend' => 'ga naar backend',
  79. 'Has been installed, if you want to reinstall please remove {lock_file} and try it again' => 'Is geïnstalleerd. Als u het opnieuw wilt installeren, verwijder dan {lock_file} en probeer het opnieuw',
  80. 'Finish Install' => 'Voltooi de installatie',
  81. 'Installing' => 'Installeren',
  82. 'Installed success;but update write config file error.please update common/config/main-local.php components db section.' => 'Geïnstalleerd succes; maar update write config file error. Update alstublieft common / config / main-local.php componenten db sectie.',
  83. 'Touch install lock file {lock_file} failed,please touch file handled' => 'Touch-installatie vergrendelingsbestand {lock_file} is mislukt. Raak het afgehandelde bestand aan',
  84. );