Просмотр файла lang/dutch.php

Размер файла: 7.78Kb
  1. <?php
  2. // Language: Dutch
  3. // Translate by: Kevin Brouns (kevin@brounser.nl)
  4. // For Version: 1.3
  5.  
  6. //General
  7. $_DateFormat_='D.M-j-Y'; //For use in date() function.
  8.  
  9. //index.php
  10. $_Join_='Voeg site toe';
  11. $_EditSite_='Pas site aan';
  12. $_Webmaster_='Webmaster Log-in';
  13. $_TotalSites_='Totaal aantal sites';
  14. $_ParcialINOUT_='IN/UIT deze maand';
  15. $_TotalINOUT_='IN/UIT totaal';
  16. $_TimeResetUpdate_='Top 100 update iedere %%min%% minuten en reset iedere %%dias%% dagen';
  17. $_Rank_='#';
  18. $_Webs_='Websites';
  19. $_INOUT_='IN / UIT';
  20. $_IN_='IN';
  21. $_OUT_='UIT';
  22. $_Ratio_='RATIO IN/OUT';
  23. $_day_='dag';
  24. $_votes_='stemmen';
  25. $_DaysInTop_='aantal dagen in de top 100';
  26. $_Rest_='andere paginas';
  27.  
  28.  
  29. //members.php
  30. $_NewMember_='Nieuw lid';
  31. $_ID_='ID';
  32. $_Pass_='Wachtwoord';
  33. $_WebTitle_='Naam van de site';
  34. $_WebURL_='Site URL';
  35. $_Description_='Beschrijving';
  36. $_Email_='e-mail adres';
  37. $_BannerURL_='Banner URL';
  38. $_BannerWidth_='Banner Width';
  39. $_BannerHeight_='Banner Height';
  40. $_Code_='HTML Code';
  41. $_GetCode_='De HTML code die op je site komt te staan:<BR><tt>&lt;A HREF="%%URLcode%%" TARGET="_BLANK"&gt;<BR>&lt;IMG SRC="%%URLvote%%" BORDER="0"&gt;&lt;/A&gt;</tt><BR>Kopieer en plak deze html code op jou site:<BR><A HREF="%%URLcode%%" TARGET="_BLANK"><IMG SRC="%%URLvote%%" BORDER="0"></A>';
  42. $_mailed_='Deze informatie is verstuurd naar: %%email%%';
  43.  
  44. $_LoginScreen_='Login scherm';
  45. $_Password_='Wachtwoord';
  46. $_Forget_='Ben je je wachtwoord vergeten? klik dan <a href="members.php?modo=forget">hier</a>';
  47. $_EmptyIndex_='De top 100 is leeg';
  48. $_ErrorLogin_='Verkeerde wachtwoord';
  49. $_Succesfull_='Data is correct opgeslagen';
  50.  
  51. $_ForgetScreen_='Verloren Wachtwoord';
  52. $_SelectSite_='Selecteer jou website';
  53. $_SendPass_='Ik wil mijn wachtwoord';
  54. $_PassMailedTo_='Je wachtwoord is gemailt naar';
  55.  
  56. $_DeleteSite_='Verwijder Site';
  57. $_Confirm_='Weet je het zeker?';
  58. $_SiteDeleted_='Je site is verwijderd';
  59.  
  60. $_WebInfo_='Site Informatie';
  61.  
  62. //in.php
  63. $_ComeFrom_='Je komt van ';
  64. $_IfYouWant_='Als je op deze site wilt stemmen klik dan op de button hieronder';
  65. $_VoteFor_='Stem op ';
  66. $_WithoutVote_='Ga naar binnen zonder stem';
  67. $_InvalidVote_='Deze stem is niet geldig';
  68. $_WhenVote_='Je kunt opnieuw stemmen over ';
  69. $_VoteCount_='Jou stem is geteld!';
  70. $_Entering_='Je gaat nu de Top 100 binnen...';
  71.  
  72. //out.php
  73. $_UpdateData_='Data Ge-update';
  74. $_EnteringWeb_='Entering in ';
  75.  
  76. //info.php
  77. $_Rate_='Rating ';
  78. $_RateCount_='Rating telling';
  79. $_RateUpdate_='Rating Update';
  80. $_RateShown_='Rating van de site';
  81. $_RateShownBefore_='eerst';
  82.  
  83. $_Stats_='Statistieken';
  84. $_InOut_='IN/UIT';
  85. $_DateJoin_='In de brandweer top 100 sinds';
  86. $_In_='IN maandelijk/totaal';
  87. $_Out_='UIT maandelijk/totaal';
  88. $_LastIN_='Laatste IN';
  89. $_LastOUT_='Laatste UIT';
  90. $_RatioParcial_='Maandelijkse Ratio';
  91. $_RatioTotal_='Totale Ratio';
  92. $_Rates_='Ratings';
  93. $_Average_='Gemiddelde Rating';
  94.  
  95. $_Comments_='Commentaar';
  96. $_YourName_='Naam';
  97. $_YourWeb_='Jouw website';
  98. $_YourEmail_='Je e-mail adres';
  99. $_YourComment_='Commentaar';
  100. $_YourRate_='Rating';
  101.  
  102. $_AddComment_='Geef commentaar';
  103. $_NoComment_='Zonder commentaar';
  104. $_CommentAdded_='Commentaar toegevoegd';
  105. $_CommentUpdate_='Update commentaar';
  106. $_CommentDeleted_='Wis commentaar';
  107. $_CommentInvalid_='Je dient je naam en commentaar te geven';
  108.  
  109. //admin.php
  110. $_Login_='Gebruiker';
  111. $_Pass_='Wachtwoord';
  112.  
  113. $_ControlPanel_='Controle panneel';
  114. $_AdminInfo_='Admin gegevens';
  115. $_Options_='Opties';
  116. $_TopConfig_='Top 100 configuratie';
  117. $_WebSites_='Websites';
  118. $_ViewTop_='Bekijk de Top 100';
  119.  
  120. $_AdminLogin_='Webmaster Naam';
  121. $_AdminPass_='Wachtwoord';
  122. $_AdminEmail_='Webmaster E-mail';
  123.  
  124. $_TopDivision_='Top Divisies';
  125. $_WebBanner_='Websites met banners';
  126. $_WebNormal_='Websites zonder banners';
  127. $_TopAppearance_='Aspect';
  128. $_StyleSheet_='Style Sheet';
  129. $_Language_='Taal';
  130. $_ColorBar_='Color Bar';
  131. $_ColorBack_='Front Color Bar';
  132. $_BannerSystem_='Banners and Regels';
  133. $_showBannerTop_='Top 100 Banner';
  134. $_showBannerMiddle_='Middelste Banner';
  135. $_showBannerBotton_='Onderste Banner';
  136. $_showRules_='Regels';
  137. $_showStats_='Statistieken gezien';
  138. $_showFrame_='Laat het informatie scherm zien';
  139. $_sendMail_='Stuur een mail naar nieuwe leden';
  140.  
  141.  
  142. $_ConfigBasic_='Basis Informatie';
  143. $_TopName_='Top 100 Naam';
  144. $_TopMetaTags_='MetaTags';
  145. $_TopCopyright_='Copyright';
  146. $_TopURL_='Top 100 URL';
  147. $_VoteURL_='Vote Graphic';
  148. $_ConfigTimes_='Tijd configuratie (in seconden)';
  149. $_ResetTime_='Top 100 reset iedere';
  150. $_UpdateTime_='Top 100 update iedere';
  151. $_VoteTime_='Een stem elke';
  152. $_DisableTime_='Tijd om defecte sites te verwijderen';
  153. $_ForceReset_='Reset Top 100';
  154. $_TopReset_='Top 100 ge-reset';
  155. $_NextReset_='Volgende Reset: ';
  156. $_ForceUpdate_='Update Top 100';
  157. $_TopUpdate_='Top 100 Updated';
  158. $_NextUpdate_='Volgende Update over ';
  159. $_ConfigMax_='Maximale grootte';
  160. $_MaxBannerWidth_=' Maximale Banner Width';
  161. $_MaxBannerHeight_='Maximale Banner Height';
  162. $_MaxDescription_='Max Beschrijvings Lengte';
  163. $_AntiCheating_='Anti-Cheating';
  164. $_AnticheatingCookies_='Gebruik cookies';
  165. $_AnticheatingIPs_='Track IPs';
  166.  
  167. $_Yes_='JA';
  168. $_No_='NEE';
  169. $_Close_='SLUITEN';
  170. $_Delete_='WIS';
  171. $_Return_='TERUG';
  172. $_Enable_='Inschakelen';
  173. $_Disable_='Uitschakelen';
  174. $_Next_='Volgende';
  175.  
  176. //Button
  177. $_RateIt_='Rate';
  178. $_Info_='Info.';
  179.  
  180. //setup.php
  181. $_TopoSetup_='TOP 100 Installatie';
  182. $_Before_='Alvorens verder gaan dienen de voorwaarden geaccepteerd te worden';
  183. $_Accept_='Accepteer';
  184. $_FileSystem_='File System';
  185. $_Checking_='Controleren';
  186. $_ErrorMod_='Try to change file permissions manually to';
  187. $_MissingFile_='Missing File';
  188. $_MissingFiles_='Missing Files';
  189. $_ReInstall_='TOP 100 her installeren';
  190. $_TopoIsSetup_='De top 100 is succesvol geinstalleerd';
  191. $_RemoveSetup_='De setup dient handmatig verwijderd te worden';
  192. $_Finish_='Klaar en ga naar het controle panel';
  193.  
  194. //v1.2
  195. $_Subject_='Onderwerp';
  196. $_Message_='Bericht';
  197. $_SendEmail_='Stuur Email';
  198. $_Visit_='Bezoeker';
  199. $_Validation_='Nieuwe site validatie';
  200. $_Validate_='Validatie';
  201. $_SiteValidated_='Gevalideerde Site';
  202.  
  203. //v1.3
  204. $_View_='Bekijk';
  205. $_Customize_='Wijzig de top 100';
  206. $_Template_='Design';
  207. $_TOPoTagsEditor_='TOP 100 Tags Editor';
  208. $_Preview_='Preview';
  209. $_Save_='Opslaan';
  210. $_SaveAs_='Opslaan als...';
  211. $_NewDesign_='Nieuwe design naam';
  212.  
  213. //v1.4
  214. $_CheckIt_='TOPo Info.';
  215. $_UpdatingData_='Updating data...';
  216. $_CheckingInstall_='Checking TOPo installation...';
  217. $_FilePermissions_='File Permissions';
  218. $_FilePermissionsOK_='PFile permissions OK!!';
  219. $_Directory_='Directory';
  220. $_DirPermissionsOK_='Directory permissions OK!!';
  221. $_FilePermissionsChange_='ERROR: Change file permissions to <b>666</b> or <b>777</b>';
  222. $_DirPermissionsChange_='ERROR: Change directory permissions to <b>777</b>';
  223. $_FileMissing_='ERROR: File missing';
  224. $_DirMissing_='ERROR: Directory missing';
  225. $_Error1_='ERROR: Change file permissions';
  226. $_Error2_='ERROR: BlackBook don\'t work with installed PHP version';
  227. $_URLs_='URL address';
  228. $_Error3_='WARNING: Set top URL in <a href="admin.php?modo=TopConfig">'.$_TopConfig_.'</a>';
  229. $_Versions_='Versions';
  230. $_LastTOPoVer_='Last version ';
  231. $_PHPVersionOK_='PHP version OK!!';
  232. $_PHPVersionFail_='PHP version are too old';
  233. $_TopEmpty_='TOP is empty';
  234. $_TOPoOK_='TOPo is succesfully installed';
  235. $_AdminCookie_='Cookies expire time in hours';
  236.  
  237. $_TOPoColorsEditor_='Colors Editor';
  238. $_BackGrounds_='Backgrounds';
  239. $_Texts_='Texts';
  240. $_Load_='Load';
  241. $_Colors_='Colors';
  242. $_Link_='Links';
  243. $_Button_='Button';
  244. $_MiniButton_='Minibutton';
  245. $_Ratio2_='Ratio';
  246. $_InvalidCSS_='CSS file is incompatible with TOPoColors';
  247.  
  248. $_SortBy_='Sort by';
  249. $_SortCriterio_[0]='PARCIAL IN';
  250. $_SortCriterio_[1]='PARCIAL OUT';
  251. $_SortCriterio_[2]='TOTAL IN';
  252. $_SortCriterio_[3]='TOTAL OUT';
  253. $_SortCriterio_[4]='NOTA MEDIA';
  254.  
  255. $_Performance_='Performance';
  256. $_gZIPcompression='GZIP compression';
  257. $_CommentSystem_='Comment System';
  258. $_RateSystem_='Rate System';
  259.  
  260. ?>