tion functionality":["Oproep tot actie functionaliteit"],"Trigger uploader":["Selecteer uploader"],"Open URL":["Open URL"],"Call to action URL":["Oproep tot actie URL"],"Enter an absolute or relative URL":["Voer een absolute of relatieve URL in"],"A relative URL like %r will be mapped to %l":["Een relatieve URL zoals %r zal worden gekoppeld aan %l"],"Call to action HTML":["Oproep tot actie HTML"],"This will be added inside the call to action tag. Leave it blank to use the default contents.":["Dit wordt toegevoegd aan de oproep tot actie -tag. Laat het leeg om de standaardinhoud te gebruiken."],"User IDs":["Gebruikers ID's"],"Comma-separated list of target user IDs (integers) to show most recent images on homepage. Leave it empty to display trending images.":["Een vergelijkende lijst van gebruikers-ID's om afbeeldingen op de homepage te tonen. Laat het leeg of nul om alle recente afbeeldingen weer te geven."],"banners":["advertenties"],"Automatic updates check":["Controleer automatisch op updates"],"When enabled the system will automatically check for new updates.":["Wanneer ingeschakeld controleert het systeem automatisch op nieuwe updates."],"Display available updates notification":["Toon melding voor beschikbare updates"],"Enable this to show a notice on top warning you about new available system updates.":["Schakel in om bovenaan de pagina een waarschuwing te krijgen als er een nieuwe systeemupdate is."],"Dump update query":["Dump update zoekopdracht"],"Enable this if you want to dump the update query to run it manually.":["Schakel dit in als u automatisch de juiste taal voor elke gebruiker wilt detecteren en instellen."],"SEO %s URLs":["SEO %s URL's"],"Enable this if you want to use SEO %s URLs.":["Activeer deze optie als u SEO %s URL's wilt gebruiken."],"Minify code":["Verkleincode"],"Enable this if you want to auto minify CSS and JS code.":["Schakel dit in als u automatisch CSS en JS code wilt verkleinen."],"Maintenance":["Onderhoud"],"When enabled the website will show a maintenance message. This setting doesn't affect administrators.":["Wanneer ingesteld is op de website een onderhoudsmelding te zien. Deze instelling is niet van toepassing voor beheerders."],"Crypt salt":["Crypt salt"],"This is the salt used to convert numeric ID to alphanumeric. It was generated on install.":["Dit is de unieke code die gebruikt wordt om numerieke ID te converteren naar alfanumeriek. Het werd gegenereerd bij de installatie."],"PHP error reporting":["PHP foutmelding rapportage"],"Enable this if you want to print errors generated by PHP error_reporting()<\/a>. This should be disabled in production.":["Schakel dit in om fouten van PHP error reporting()<\/a> weer te geven. Dit moet uitgeschakeld staan in een productieomgeving."],"Debug level":["Debug niveau"],"None":["Geen"],"Error log":["Error log"],"Print errors without error log":["Toon errors zonder error log"],"Print and log errors":["Toon en sla errors op"],"To configure the debug level check the debug documentation<\/a>. Default level is \"Error log\" (1).":["Om het debug niveau in te stellen, kijk in de debug documentatie<\/a>. Standaard niveau is \"Error log\" (1)."],"Routing allows you to customize default route binds on the fly. Only alphanumeric, hyphen and underscore characters are allowed. Check out our %s if you want to your account using this %s account.":["U wordt afgemeld en u zult niet meer kunnen inloggen via account %s."],"Your account is connected to %s":["Dit account is gekoppeld aan %s"],"disconnect":["ontkoppelen"],"Connect %s":["Verbind %s"],"Feel free to browse and discover all my shared images and albums.":["Voel u vrij om mijn gedeelde foto's en albums door te bladeren."],"Button":["Knop"],"View all my images":["Bekijk al mijn foto's"],"Login":["Inloggen"],"Already have an account? %s now.":["Heeft u reeds een account? %s nu."],"resend account activation":["activatie opnieuw verzenden"],"If you have already signed up maybe you need to request to %s to activate your account.":["Als u zich al hebt aangemeld, moet u misschien een verzoek indienen bij %s om uw account te activeren."],"You can also %s.":["U kunt ook %s."],"I'm at least %s years old":["Ik ben minimaal %s jaar oud"],"terms":["voorwaarden"],"privacy policy":["privacybeleid"],"I agree to the %terms_link and %privacy_link":["Ik ga akkoord met de %terms_link en het %privacy_link"],"Upload profile background":["Upload een achtergrondafbeelding"],"Change background":["Verander achtergrond"],"The profile background image will be deleted. This can't be undone. Are you sure that you want to delete the profile background image?":["Uw achtergrondafbeelding zal worden verwijderd. Dit kan niet ongedaan gemaakt worden. Weet u zeker dat u uw achtergrondafbeelding wilt verwijderen?"],"Delete background":["Verwijder achtergrond"],"Edit profile":["Profiel bewerken"],"Follower":["Volger","Volgers"],"Follow":["Volgen"],"You have been forbidden to use this website.":["U bent verbannen van deze website."],"Plugin":["Plugin"],"Page %s":["Pagina %s"],"General questions\/comments":["Algemene vragen en opmerkingen"],"DMCA complaint":["DMCA klacht"],"Invalid message":["Ongeldig bericht"],"Invalid subject":["Ongeldig onderwerp"],"Mail error":["Mail fout"],"Message sent":["Bericht verzonden"],"Message sent. We will get in contact soon.":["Bericht verzonden. We nemen zo spoedig mogelijk contact op."],"If you want to send a message fill the form below.":["Indien u een bericht wilt versturen, vul dan het formulier in."],"Your name":["Uw naam"],"Subject":["Onderwerp"],"All the changes that you have made will be lost if you continue.":["De wijzigingen gaan verloren als u verder gaat."],"Changes saved successfully.":["De wijzigingen zijn opgeslagen."],"Go back to form":["Terug naar het formulier"],"continue anyway":["toch doorgaan"],"Saving":["Opslaan"],"Sending":["Verzenden"],"Confirm action":["Bevestig actie"],"information":["informa 4 tie"]};
if (typeof CHV == "undefined") {
CHV = {
obj: {},
fn: {},
str: {}
};
}
CHV.obj.vars = {
urls: {
home: PF.obj.config.base_url,
search: "http://likeetkiwi.com/search",
login: "http://likeetkiwi.com/login",
}
};
PF.obj.vars = $.extend({}, CHV.obj.vars);
CHV.obj.config = {
image: {
max_filesize: "100 MB",
right_click: false,
load_max_filesize: "3 MB",
max_width: "0",
max_height: "0",
},
upload: {
redirect_single_upload: true,
threads: "5",
image_types: ["jpg","png","bmp","gif","webp","jpeg"],
},
user: {
avatar_max_filesize: "1 MB",
background_max_filesize: "2 MB",
},
recaptcha: {
enabled: false,
sitekey: "",
},
listing: {
viewer: false,
}
};
CHV.obj.page_info = {"doctitle":"Verkennen Trending - Likeetkiwi | Pagina 129 (Nederlands)","pre_doctitle":"Verkennen Trending","pos_doctitle":" - Likeetkiwi | Pagina 129 (Nederlands)"};
});