mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
23 lines
2.5 KiB
PHP
23 lines
2.5 KiB
PHP
<?php
|
|
|
|
App::$strings["Post to Twitter"] = "Doorplaatsen naar Twitter";
|
|
App::$strings["Twitter settings updated."] = "Twitter-instellingen bijgewerkt.";
|
|
App::$strings["Twitter Post Settings"] = "Twitter (berichten doorplaatsen)";
|
|
App::$strings["No consumer key pair for Twitter found. Please contact your site administrator."] = "Geen consumerkeys voor Twitter gevonden. Neem contact op met jouw hubbeheerder.";
|
|
App::$strings["At this Hubzilla instance the Twitter plugin was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your <strong>public</strong> posts will be posted to Twitter."] = "De Twitter-plugin is op deze Hubzilla-hub ingeschakeld, maar je hebt nog niet jouw Hubzilla-kanaal met jouw Twitter-account gekoppeld. Om dit te doen klik je op de knop hieronder om een PIN-code van Twitter te krijgen. Deze dien je te kopiëren en in het invoegveld beneden te plakken. Vervolgens klik je op Opslaan. Alleen jouw <strong>openbare</strong> berichten kunnen op Twitter worden geplaatst.";
|
|
App::$strings["Log in with Twitter"] = "Op Twitter inloggen";
|
|
App::$strings["Copy the PIN from Twitter here"] = "Plak of type de PIN-code hier";
|
|
App::$strings["Submit"] = "Opslaan";
|
|
App::$strings["Currently connected to: "] = "Momenteel gekoppeld aan: ";
|
|
App::$strings["Allow posting to Twitter"] = "Berichten op Twitter plaatsen";
|
|
App::$strings["If enabled your public postings can be posted to the associated Twitter account"] = "Wanneer dit is ingeschakeld kunnen jouw <strong>openbare</strong> berichten op het gekoppelde Twitter-account worden geplaatst";
|
|
App::$strings["No"] = "Nee";
|
|
App::$strings["Yes"] = "Ja";
|
|
App::$strings["Send public postings to Twitter by default"] = "Plaats berichten standaard op Twitter";
|
|
App::$strings["If enabled your public postings will be posted to the associated Twitter account by default"] = "Wanneer dit is ingeschakeld worden al jouw <strong>openbare</strong> berichten standaard op het gekoppelde Twitter-account geplaatst";
|
|
App::$strings["Clear OAuth configuration"] = "OAuth-configuratie wissen";
|
|
App::$strings["Settings updated."] = "Instellingen bijgewerkt.";
|
|
App::$strings["Submit Settings"] = "Instellingen opslaan";
|
|
App::$strings["Consumer Key"] = "Consumerkey";
|
|
App::$strings["Consumer Secret"] = "Consumersecret";
|
|
App::$strings["Name of the Twitter Application"] = "Naam van Twitter-applicatie";
|