friendica-addons/pumpio/lang/nl/strings.php

29 lines
1.3 KiB
PHP
Raw Normal View History

2018-08-25 21:12:02 +02:00
<?php
if(! function_exists("string_plural_select_nl")) {
function string_plural_select_nl($n){
$n = intval($n);
return ($n != 1);;
}}
;
$a->strings["Permission denied."] = "Toegang geweigerd.";
$a->strings["Unable to register the client at the pump.io server '%s'."] = "Niet mogelijk om uw client te registreren op pump.io server '%s'";
$a->strings["You are now authenticated to pumpio."] = "";
$a->strings["return to the connector page"] = "";
$a->strings["Post to pumpio"] = "";
$a->strings["Pump.io Import/Export/Mirror"] = "Pump.io Import/Exporteren/Spiegelen";
$a->strings["pump.io username (without the servername)"] = "";
$a->strings["pump.io servername (without \"http://\" or \"https://\" )"] = "";
$a->strings["Authenticate your pump.io connection"] = "";
$a->strings["Import the remote timeline"] = "";
$a->strings["Enable pump.io Post Addon"] = "Pump.io Post Addon inschakelen";
$a->strings["Post to pump.io by default"] = "Plaatsen op pump.io als standaard instellen ";
$a->strings["Should posts be public?"] = "";
$a->strings["Mirror all public posts"] = "";
$a->strings["Check to delete this preset"] = "";
$a->strings["Save Settings"] = "Instellingen opslaan";
$a->strings["Pump.io post failed. Queued for retry."] = "";
$a->strings["Pump.io like failed. Queued for retry."] = "";
$a->strings["status"] = "";
$a->strings["%1\$s likes %2\$s's %3\$s"] = "";